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

[Networking] Restores skipped TestGossipSubSpamMitigationIntegration #5112

Merged

Conversation

yhassanzadeh13
Copy link
Contributor

@yhassanzadeh13 yhassanzadeh13 commented Dec 6, 2023

This PR reinstates the TestGossipSubSpamMitigationIntegration which was previously quarantined. The issue was addressed in PR 5095, but the test remained quarantined due to erratic CI behavior. After thorough local testing (100 consecutive passes in fail-fast mode), we've established the test's reliability. We believe the instability on CI stemmed from using t.Parallel() in the insecure package's tests. Therefore, this PR removes t.Parallel() from that package and reintroduces the TestGossipSubSpamMitigationIntegration. Subsequent CI runs with this PR show no failures related to this test.

@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6cbb9d7) 56.63% compared to head (3e3d2ed) 56.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5112      +/-   ##
==========================================
- Coverage   56.63%   56.31%   -0.32%     
==========================================
  Files         339      976     +637     
  Lines       30843    91740   +60897     
==========================================
+ Hits        17467    51661   +34194     
- Misses      12014    36257   +24243     
- Partials     1362     3822    +2460     
Flag Coverage Δ
unittests 56.31% <ø> (-0.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yhassanzadeh13 yhassanzadeh13 requested review from zhangchiqing, kc1116 and jordanschalm and removed request for gomisha and zhangchiqing December 6, 2023 21:50
@yhassanzadeh13 yhassanzadeh13 added this pull request to the merge queue Dec 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 6, 2023
@yhassanzadeh13 yhassanzadeh13 added this pull request to the merge queue Dec 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 6, 2023
@yhassanzadeh13 yhassanzadeh13 added this pull request to the merge queue Dec 7, 2023
Merged via the queue into master with commit db3a542 Dec 7, 2023
53 checks passed
@yhassanzadeh13 yhassanzadeh13 deleted the yahya/6915-fixing-flakey-integration-test-part-2 branch December 7, 2023 01:00
This pull request was closed.
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.

4 participants