atlas icon indicating copy to clipboard operation
atlas copied to clipboard

Fix flaky test(testGenerateSolrQueryString2TypeNames)

Open SpiceOwlf opened this issue 3 years ago • 0 comments

Similar situation to PR149, testGenerateSolrQueryString2TypeNames has non-deterministic behavior due to HashSet. I changed HashSet to LinkedHashSet for a serializable order.

SpiceOwlf avatar Nov 15 '21 06:11 SpiceOwlf