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

test(subscriber): remove very flaky tests #544

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

hds
Copy link
Collaborator

@hds hds commented Apr 10, 2024

We have identified that some of the console-subscriber integration
tests are flaky (#473). This appears to be a result of the following
issue in tracing tokio-rs/tracing#2743.

Flaky tests are really worse than no tests. So these tests will be
removed until the flakiness can be fixed.

We have identified that some of the `console-subscriber` integration
tests are flaky (#473). This appears to be a result of the following
issue in `tracing` tokio-rs/tracing#2743.

Flaky tests are really worse than no tests. So these tests will be
removed until the flakiness can be fixed.
@hds hds requested a review from a team as a code owner April 10, 2024 12:28
Copy link
Collaborator

@Rustin170506 Rustin170506 left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks! 👍

I'll let you make the decision on removing it or ignoring it.

@@ -4,35 +4,6 @@ use std::time::Duration;
use support::{assert_task, ExpectedTask};
use tokio::time::sleep;

#[test]
Copy link
Collaborator

Choose a reason for hiding this comment

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

How about we keep the tests but just ignore them by the #[ignore] macro? In the future, we can add it back easily.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'd prefer to just remove. We can use #473 to track the need to put them back.

@hds hds merged commit 74331e1 into main Apr 10, 2024
17 checks passed
@hds hds deleted the hds/remove-flaky-subscriber-tests branch April 10, 2024 13:04
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