weaveworks-experiments / kspan

Turning Kubernetes Events into spans
Apache License 2.0
785 stars 56 forks source link

Fix flaky CI #12

Closed bboreham closed 3 years ago

bboreham commented 3 years ago

Seems to be some nondeterminism in the output of spans for TestDeploymentRolloutWithManagedFields - the last two can come out in the opposite order to what I got when I created the test.

Examples: https://github.com/weaveworks-experiments/kspan/runs/2177480069 https://github.com/weaveworks-experiments/kspan/runs/2195737010

Passed on re-run: https://github.com/weaveworks-experiments/kspan/runs/2195843041

bboreham commented 3 years ago

Pretty sure this was fixed by #23