Yiteng Zhang

Results 3 issues of Yiteng Zhang

# Summary [NIFI-10623](https://issues.apache.org/jira/browse/NIFI-10623) These flaky tests were caused by the feature of Map since the order of iterating map by _enhanced for loop_ is non-deterministic. Therefore, checksums calculated based on...

# Summary [NIFI-10622](https://issues.apache.org/jira/browse/NIFI-10622) Following the problem in the issue **NIFI-10622**, I looked through the test code and find that the checksum calculated by test peer is hard coded as "3057746557"...

# Summary [NIFI-10631](https://issues.apache.org/jira/browse/NIFI-10631) This problem was caused by HashMap's feature that iterating order is non-deterministic. After changing HashMap to LinkedHashMap, the problem is solved. # Tracking Please complete the following...