Amit Prasad created IGNITE-23428:
------------------------------------
Summary: Flaky logic and tests in ConfigurationUtil causes
intermittent failures
Key: IGNITE-23428
URL: https://issues.apache.org/jira/browse/IGNITE-23428
Project: Ignite
Issue Type: Bug
Reporter: Amit Prasad
Several flaky tests and behaviors, found via
[NonDex|https://github.com/TestingResearchIllinois/NonDex], caused by reliance
on HashSet ordering, which is explicitly not guaranteed to be ordered, although
most standard distributions of Java provide consistent behavior.
Specifically, the test for
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/util/ConfigurationUtil.java's
schemaFields() function, testSchemaFields, fails.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)