-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Flaky tests #2967
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This was referenced Aug 16, 2024
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
Raw error example: ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/account/src/providers/resource-cache.test.ts > Resource Cache > can get active [no data]
AssertionError: expected { utxos: [], …(1) } to strictly equal { utxos: [], messages: [] }
- Expected
+ Received
Object {
- "messages": Array [],
+ "messages": Array [
+ "0x76247988a7650df074bda987c663f35eb9206324a522e37b7c4eada45dddd477",
+ ],
"utxos": Array [],
}
❯ packages/account/src/providers/resource-cache.test.ts:60:43
58| await sleep(1);
59|
60| expect(resourceCache.getActiveData()).toStrictEqual(EXPECTED);
| ^
61| });
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ |
Raw error example: FAIL packages/account/src/test-utils/launchNode.test.ts > launchNode > should throw on error and log error message
Error: Test timed out in 5000ms. Resolved by: |
This was referenced Aug 29, 2024
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯
FAIL packages/fuel-gauge/src/contract-factory.test.ts > Contract Factory > deploys large contracts via blobs and awaits transaction id
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯
Test Files 1 failed | 376 passed (377)
Tests 1 failed | 2196 passed | 4 skipped (2201)
Start at 00:34:58
Duration 178.41s (transform 77.37s, setup 135ms, collect 1108.61s, tests 975.44s, environment 337ms, prepare 273.12s)
ELIFECYCLE Command failed with exit code 1.
Error: Process completed with exit code 1. |
This was referenced Sep 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before adding a comment, check if the error has yet to be reported.
The text was updated successfully, but these errors were encountered: