-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: updates main versions notably zipkin #215
Conversation
sorry scribe got upset |
I think I'll switch the scribe test to use docker so the classpath isn't tangled with zipkin's |
Signed-off-by: Adrian Cole <[email protected]>
f8f6762
to
cebacd9
Compare
.contains(Arrays.copyOfRange(LOTS_OF_SPANS, 0, 50)); | ||
} | ||
|
||
@Test public void sendsSpansExpectedMetrics() throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this as it was testing zipkin not zipkin-reporter.
@@ -67,7 +67,8 @@ | |||
<junit.version>4.13.2</junit.version> | |||
<junit-jupiter.version>5.10.1</junit-jupiter.version> | |||
<okhttp.version>3.14.9</okhttp.version> | |||
<logback.version>1.4.14</logback.version> | |||
<!-- use pre slf4j 2 version --> | |||
<logback.version>1.2.13</logback.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted noticing logging didn't work
This changes scribe tests to not share a dependency with zipkin, but it doesn't address #201, which breaks compatibility.