084e9b95f5
Build & Test (NowChessSystems) TeamCity build finished
GameCreationServiceTest called createGame which routes through RedisGameRegistry.store → IoGrpcClientWrapper.exportCombined, hitting a real gRPC stub that fails with UNIMPLEMENTED in tests. MockRedisDataSourceProducer's RETURNS_DEEP_STUBS mock caused a classloader mismatch when GameCreationStreamListener called .stream() on it (PubSubCommands mock returned instead of StreamCommands). - Add @InjectMock IoGrpcClientWrapper + @BeforeEach stub in GameCreationServiceTest - Add nowchess.game-creation-stream.enabled: false to core test application.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>