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

bug: disabling integration tracing test after pull/#1810 #1816

Closed
wants to merge 1 commit into from

Conversation

franciscolopezsancho
Copy link
Contributor

References #1810

@franciscolopezsancho franciscolopezsancho marked this pull request as ready for review October 20, 2023 06:35
@github-actions github-actions bot added java-sdk kalix-runtime Runtime and SDKs sub-team labels Oct 20, 2023
@@ -50,7 +51,7 @@ public TracingIntegratonTest(ApplicationContext applicationContext) {
super(applicationContext, config);
}

@Test
@Ignore //disabled ATM for https://github.com/lightbend/kalix-jvm-sdk/pull/1810
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused now.
In #1810, we added the Ignore annotation and that's what we have now in main.

I think the diff should not even show here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I mess the order I guess. I would have seen this if I would have made a rebase from main. Never mind.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But that's also surprising. Ok that you needed to rebase, but GitHub compares your branch to main since you were planning to merge it into main and therefore it should not show any diff.

Possibly, the PR was made before #1810 got merged. Still, I thought that GH would refresh the diff anyway, but I might be wrong. 🤷

@franciscolopezsancho franciscolopezsancho deleted the cisco_disabling_tracing_test branch August 22, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java-sdk kalix-runtime Runtime and SDKs sub-team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants