Tests testSinglePropertyDependency, testMultiplePropertyDependencies, testSchemaPropertyDependency, and testSchemaPropertyDependencies were flaky because the mapper doesn't always write a string in deterministic order and the order of 5 properties in properties was nondeterministic. I configured the mapper so that it will always return fields in the schema in alphabetical order. I also set the order in which property 1-5 should be returned.
Tests
testSinglePropertyDependency
,testMultiplePropertyDependencies
,testSchemaPropertyDependency
, andtestSchemaPropertyDependencies
were flaky because themapper
doesn't always write a string in deterministic order and the order of 5 properties inproperties
was nondeterministic. I configured the mapper so that it will always return fields in the schema in alphabetical order. I also set the order in which property 1-5 should be returned.