Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Try un-ignore flaky test #6923

Merged
1 commit merged into from
Aug 20, 2020
Merged

Try un-ignore flaky test #6923

1 commit merged into from
Aug 20, 2020

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Aug 20, 2020

Close #6766

The main hypothesis why this test was flaky is that the legacy substream fallback wasn't working.
#6826 fixes this problem, but we haven't tried un-ignoring the test so far.

I wanted to un-ignore this test as part of #6821, but we're having some trouble figuring out why the tests of #6821 are failing.
By opening this PR that simply un-ignores the test, I want to check whether #6821 introduces a regression, or if the problem is still there in the first place.

@tomaka tomaka added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Aug 20, 2020
Copy link
Contributor

@mxinden mxinden left a comment

Choose a reason for hiding this comment

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

Have been running this for 10 minutes. No failures.

while cargo test -p sc-network notifications_back_pressure -- --nocapture; do :; done

@tomaka
Copy link
Contributor Author

tomaka commented Aug 20, 2020

Confirmed working by @twittner as well.

@tomaka
Copy link
Contributor Author

tomaka commented Aug 20, 2020

bot merge

@ghost
Copy link

ghost commented Aug 20, 2020

Trying merge.

@ghost ghost merged commit 83aa418 into paritytech:master Aug 20, 2020
@tomaka tomaka deleted the fix-6766 branch August 20, 2020 15:10
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sc_network::service::tests::notifications_back_pressure is flaky
2 participants