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

Flaky tests #2967

Closed
arboleya opened this issue Aug 16, 2024 · 8 comments
Closed

Flaky tests #2967

arboleya opened this issue Aug 16, 2024 · 8 comments
Labels
bug Issue is a bug chore Issue is a chore

Comments

@arboleya
Copy link
Member

Before adding a comment, check if the error has yet to be reported.

@arboleya arboleya added bug Issue is a bug chore Issue is a chore labels Aug 16, 2024
@arboleya

This comment was marked as resolved.

@arboleya

This comment was marked as outdated.

@arboleya

This comment has been minimized.

@arboleya

This comment was marked as outdated.

@arboleya arboleya self-assigned this Aug 25, 2024
@petertonysmith94
Copy link
Contributor

petertonysmith94 commented Aug 26, 2024

  1. chore: improve node incompatibility warning #2925 —— workflow
  2. chore: bump typedoc-plugin-markdown version to 4.2.2 #2650 —— workflow
  3. chore: deprecate all receipt coders #3106workflow

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]⎯

@arboleya arboleya removed their assignment Aug 26, 2024
@petertonysmith94
Copy link
Contributor

petertonysmith94 commented Aug 27, 2024

  1. fix: consistent typegen outputs #3040 —— workflow
  2. master —— workflow

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:

@arboleya
Copy link
Member Author

arboleya commented Sep 4, 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.

@arboleya
Copy link
Member Author

arboleya commented Sep 5, 2024

@arboleya arboleya closed this as completed Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug chore Issue is a chore
Projects
None yet
Development

No branches or pull requests

2 participants