Welcome
Sign in to start your session
Login
Login
[app info]
Brief app info: ENV: [DEV] commitId: 81f413a1f60396ae14f5c0687264f4234c482815 branch: develop build date: 2026-06-18T09:01:01Z build version: 2026.04.03-SNAPSHOT commit message: Fix reactor build: stop surefire running test helpers; gate DAO characterization oracle Two test-only fixes so `mvn -T4 ... install` (full parallel reactor) is green: 1) Rename online-commons IT helper TestFixturesInitializer -> FixturesInitializer. It is a Spring fixture loader (ctor takes DataSource), NOT a JUnit test, but its Test* name matched surefire's default **/Test*.java include pattern. In the full -T4 reactor surefire tried to instantiate it as a test -> "Unable to create test class TestFixturesInitializer" -> online-commons build failure. The @Bean/bean name (testFixturesInitializer in DBUnitConfig) is unchanged. 2) Gate DaoCharacterizationITTest (#37772) behind @EnabledIfSystemProperty "characterization". It is an on-demand record/compare regression oracle for #37694 that reads shared catalog tables (external_game) which other modules' IT tests mutate in the reused TestContainers DB, so it is non-deterministic amid the parallel reactor. It now runs only when explicitly requested and is skipped in normal/CI builds: record: -Dtest=DaoCharacterizationITTest -Dcharacterization=true -Dcharacterization.record=true compare: -Dtest=DaoCharacterizationITTest -Dcharacterization=true Verified: full `./mvnw -T4 -fae test` reactor BUILD SUCCESS, 194 tests, 0 failures (DaoCharacterizationITTest Skipped). UPTIME: 0d 5h 9m 55s Git log: ada9d... | 2026-06-17T22:35:09+03:00 | Rodion | #37694 Make DAO characterization oracle rename-... 00388... | 2026-06-17T19:09:13+03:00 | Rodion | #37772 Cover ExternalGameDao.selectAllGamesList... e7c5f... | 2026-06-17T18:50:47+03:00 | Rodion | #37694 Add DAO characterization/golden regressi... c443d... | 2026-06-17T18:11:58+03:00 | Rodion | #37694 Add DAO-migration regression diff harnes... b7aa6... | 2026-06-17T17:26:52+03:00 | Rodion | #37772 Add scheduler trigger servlets + black-b... 2439b... | 2026-06-18T07:46:58Z | Виталий Осау... | Merge branch 'feature/37768_develop' into 'deve... 812a5... | 2026-06-17T22:55:25+03:00 | Vitalii Osau... | #37768 Improved performance for /api/lobby/v2/g... 0a43e... | 2026-06-17T17:00:13+03:00 | brigadire | #37757 6ec5b... | 2026-06-17T14:12:00+03:00 | Rodion | Merge branch 'fix/37762' into develop b3dca... | 2026-06-17T13:06:09+03:00 | Rodion | #37762 Remove the Event Service feature entirely
copy to clipboard