dsmiley opened a new pull request, #2615: URL: https://github.com/apache/solr/pull/2615
This test was asserting the docs from /export came in the same order as an equivalent from /select. But that's too strong an expectation; only the sorted values should be equivalent. It's remarkable to me how much code was written to test it as it was before... I wonder if I'm missing something by replacing it with something fairly trivial? ---- The following test was failing with this seed: > ./gradlew :solr:core:test --tests "org.apache.solr.handler.export.TestExportWriter.testMultipleSorts" -Ptests.seed=D7C851B5C905B099 I debugged it for a while; didn't fail due to any recent changes; isn't concurrency related. Even optimizing to one segment still had the same test failure. -- 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]
