Shiyu Liu

Results 4 issues of Shiyu Liu

The flakiness comes from the fact that a hashmap data structure is being serialized into a Json object, but the elements in the original hashmap is not deterministic. Thus, we...

CLA Signed

Specifically, the tests comes from this line ```C++ assertEquals(userData.getExternalIds(), externalIds.subList(0, 2)); ``` in test `test/java/com/facebook/ads/sdk/serverside/UserDataTest.java`, which is a flaky test that either pass or fail occasionally on its own. The...

CLA Signed

The problem comes from the implementation of Minimum spanning tree rather than `MutableNetwork`, i.e., the implementation of `MutatableNetwork` is free from generating flaky results. In the implementation of Minimum spanning...

In `TestMinimumSpanningTree", `testDAG` produces flaky results that failed the Nondex test. Specifically, `assertEquals(graph.edges(), mst.edges());` is indeterministic and and fails occasionally. A possible fix would be to change data structures to...