SYEDMDSAAD opened a new pull request, #15724: URL: https://github.com/apache/lucene/pull/15724
The test fails reproducibly with seed 397C971E9E35FD4E. RandomIndexWriter may call LuceneTestCase.maybeChangeLiveIndexWriterConfig() during addDocument(), which can change CFS settings at runtime. This causes different index layouts between the two directories used by the test even though an identical IndexWriterConfig is provided. Since this test verifies detection of foreign index files and depends on identical file layouts, runtime mutation makes the test nondeterministic. Replace RandomIndexWriter with a regular IndexWriter to ensure deterministic behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
