Closed SijieMei closed 4 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.52%. Comparing base (
406db33
) to head (c279aae
). Report is 80 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just wanted to chime in saying thank you so much for this contribution! We really appreciate it
Yes thank you so much! Intermittent test failures slow down everybody. So happy for this contribution!
Issue
Following Tests all used method "elementsSubset" of class "GenericClient". ElementsSubset used a HashSet to store URL queries. Since HashSet doesn't guarantee the orders of entries. The URL GenericClient prints will have different String in different times.
Change
I found some tests have the handler for different output String but some test doesn't. I added the handler for these tests missing it.