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

fix: flaky test tweaking-the-blockchain.test.ts #1773

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

nedsalk
Copy link
Contributor

@nedsalk nedsalk commented Feb 19, 2024

This test has been failing in multiple CI runs recently. Dhai updated in in this commit but his PR still needs some reviewing and this one can go through faster.

@nedsalk nedsalk self-assigned this Feb 19, 2024
@nedsalk nedsalk added the bug Issue is a bug label Feb 19, 2024
@nedsalk nedsalk enabled auto-merge (squash) February 19, 2024 09:59
@arboleya
Copy link
Member

Is this related to #1755? I'd say we should employ this strategy of spinning up nodes for when we get to #1356 and, before that, ideally fix the flakiness another way like it was done in the past. Can't remember who did it, maybe @Torres-ssf.

danielbate
danielbate previously approved these changes Feb 19, 2024
@nedsalk nedsalk disabled auto-merge February 19, 2024 12:57
@nedsalk nedsalk dismissed stale reviews from arboleya and danielbate via caa1486 February 19, 2024 17:12
@nedsalk nedsalk enabled auto-merge (squash) February 19, 2024 17:13
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.91%(+0.04%) 71.01%(+0.61%) 77.75%(-1.21%) 79.97%(+0.04%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/account.ts 78.68%
(-1.49%)
48.97%
(+0.09%)
85.71%
(-4.29%)
78.68%
(-1.49%)
🔴 ✨ packages/account/src/connectors/fuel-connector.ts 26.92%
(+26.92%)
100%
(+100%)
5%
(+5%)
26.92%
(+26.92%)
🔴 ✨ packages/account/src/connectors/fuel.ts 82.75%
(+82.75%)
76.62%
(+76.62%)
76.19%
(+76.19%)
82.78%
(+82.78%)
✨ packages/account/src/connectors/types/connector-types.ts 100%
(+100%)
100%
(+100%)
100%
(+100%)
100%
(+100%)
🔴 ✨ packages/account/src/connectors/types/constants.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
✨ packages/account/src/connectors/types/data-type.ts 100%
(+100%)
100%
(+100%)
100%
(+100%)
100%
(+100%)
🔴 ✨ packages/account/src/connectors/types/local-storage.ts 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
✨ packages/account/src/connectors/utils/cache.ts 100%
(+100%)
100%
(+100%)
100%
(+100%)
100%
(+100%)
🔴 ✨ packages/account/src/connectors/utils/dispatch-fuel-connector-event.ts 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
✨ packages/account/src/connectors/utils/promises.ts 100%
(+100%)
100%
(+100%)
100%
(+100%)
100%
(+100%)
🔴 packages/account/src/providers/provider.ts 81.39%
(+0.46%)
68.14%
(+1.77%)
86.36%
(+0.21%)
81.95%
(+0.45%)
🔴 packages/account/src/providers/transaction-request/transaction-request.ts 86.92%
(+8.46%)
70.49%
(+6.56%)
84.78%
(+2.18%)
86.56%
(+8.21%)

@nedsalk nedsalk merged commit b04f8e2 into master Feb 19, 2024
14 checks passed
@nedsalk nedsalk deleted the ns/fix/flaky-test-tweaking-the-blockchain branch February 19, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants