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 test flakiness around resource caching #3110

Closed
arboleya opened this issue Sep 5, 2024 · 0 comments · Fixed by #3124
Closed

Fix test flakiness around resource caching #3110

arboleya opened this issue Sep 5, 2024 · 0 comments · Fixed by #3124
Assignees
Labels
chore Issue is a chore

Comments

@arboleya
Copy link
Member

arboleya commented Sep 5, 2024

Note

Incoming from:

  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
⎯⎯⎯⎯⎯⎯⎯ 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 added the chore Issue is a chore label Sep 5, 2024
@arboleya arboleya mentioned this issue Sep 5, 2024
@Torres-ssf Torres-ssf self-assigned this Sep 6, 2024
@arboleya arboleya added the temp:notion label Sep 8, 2024 — with Linear
@arboleya arboleya added the temp-linear label Sep 8, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants