Open vladak opened 5 years ago
This should be revisited since we switched Windows builds from AppVeyor to Travis.
Travis is long gone, however the Unix-only annotations are still in place. Needs revisiting.
The Windows build in Github Actions still fails with, at least for the first case:
FileHistoryCacheTest.testRenamedFilePlusChangesBranched:547 hg command '[hg, import, D:\a\OpenGrok\OpenGrok\opengrok-indexer\target\test-classes\history\hg-export-renamed.txt]' failed.
exit code: 255
PR #2550 disabled these tests from
FileHistoryCacheTest
on non-Unix:testRenamedFilePlusChangesBranched
testRenameFileThenDoIncrementalReindex
testStoreAndGet
due to Mercurial handling in AppVeyor environment (see the PR for details). If something (esp. Mercurial version) changes there, the tests should be re-enabled.