Skip to content
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

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

codefromthecrypt
Copy link
Member

@codefromthecrypt codefromthecrypt commented Dec 11, 2023

This changes scribe tests to not share a dependency with zipkin, but it doesn't address #201, which breaks compatibility.

@codefromthecrypt codefromthecrypt marked this pull request as draft December 11, 2023 04:27
@codefromthecrypt
Copy link
Member Author

sorry scribe got upset

@codefromthecrypt
Copy link
Member Author

I think I'll switch the scribe test to use docker so the classpath isn't tangled with zipkin's

.contains(Arrays.copyOfRange(LOTS_OF_SPANS, 0, 50));
}

@Test public void sendsSpansExpectedMetrics() throws Exception {
Copy link
Member Author

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>
Copy link
Member Author

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

@codefromthecrypt codefromthecrypt merged commit ff1a402 into master Dec 11, 2023
2 checks passed
@codefromthecrypt codefromthecrypt deleted the main-versions branch December 11, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants