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

Integration tests have problems running in parallel #46

Open
josiah-tesfu opened this issue Dec 5, 2023 · 1 comment
Open

Integration tests have problems running in parallel #46

josiah-tesfu opened this issue Dec 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@josiah-tesfu
Copy link
Contributor

josiah-tesfu commented Dec 5, 2023

When running in parallel, integration tests running on the workflow have 1 or 2 tests at a time that fail. All tests pass locally. Failing tests are exclusively from ADC and DAC.

Example error log of a single test that failed (the exact test that failed differed):

 DacService › should set gain and read it correctly

    expect(received).toBe(expected) // Object.is equality

    Expected: false
    Received: true

      57 |             gain: true})
      58 |
    > 59 |         expect(gain).toBe(gainState)
         |                      ^
      60 |
      61 |         await dac.reset()
      62 |     })

      at tests/integration/DacService.test.ts:59:22
      at fulfilled (tests/integration/DacService.test.ts:5:58)
@josiah-tesfu josiah-tesfu added the bug Something isn't working label Dec 5, 2023
@josiah-tesfu josiah-tesfu changed the title Integration tests have issues running in parallel Integration tests have problems running in parallel Dec 5, 2023
@farzadpanahi
Copy link
Contributor

include error log

@josiah-tesfu josiah-tesfu self-assigned this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants