opengrok icon indicating copy to clipboard operation
opengrok copied to clipboard

reenable Unix only FileHistoryCacheTest tests once AppVeyor environment changes

Open vladak opened this issue 7 years ago • 3 comments

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.

vladak avatar Nov 28 '18 14:11 vladak

This should be revisited since we switched Windows builds from AppVeyor to Travis.

vladak avatar Mar 02 '20 07:03 vladak

Travis is long gone, however the Unix-only annotations are still in place. Needs revisiting.

vladak avatar Nov 01 '23 11:11 vladak

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

vladak avatar Nov 01 '23 11:11 vladak