Skip to content

Commit

Permalink
sort spans by start time (parents before children as tiebreaker) to a…
Browse files Browse the repository at this point in the history
…void common causes for flaky tests
  • Loading branch information
zeitlinger committed Dec 12, 2022
1 parent 70000b1 commit 618e5d2
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
Comparing source compatibility of against
No changes.
*** MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.sdk.testing.assertj.TracesAssert (not serializable)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+++ NEW METHOD: PUBLIC(+) STATIC(+) io.opentelemetry.sdk.testing.assertj.TracesAssert assertThat(java.util.List)
+++ NEW CLASS: PUBLIC(+) io.opentelemetry.sdk.testing.trace.TraceUtil (not serializable)
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
+++ NEW SUPERCLASS: java.lang.Object
+++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) java.util.Comparator SPAN_DATA_COMPARATOR

0 comments on commit 618e5d2

Please sign in to comment.