-
When multiple inline_c tests in a rust file use the same names of environment variables, flakiness is observed during parallel execution of tests.
For example, if all tests in a rust file need an …
-
In Go, unit tests can share state, and developers need to manually reset the state. While we can follow the same approach, I propose a shift to make unit tests more independent by default. This involv…
-
First of all, thank you for your work on developing the LocalDb project.
#### Describe the bug
I have a Solution with multiple xUnit test projects using Entity Framework Core.
The documentation…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and didn't find mine.
### Steps to reproduce
It always fail except for on one device when running Android in paral…
-
It looks like `SpecTree`s, when converted to `TestTree`s, run in parallel. AFAIK there's nothing we can do about that, but sometimes it **is** surprising -- we might expect that the tests under hspec'…
-
I just had a timeout on a local build with https://github.com/kotest/kotest/blob/0ec32b335362a98390285c6067c2d65f8e2ab581/kotest-runner/kotest-runner-junit5/src/jvmTest/kotlin/com/sksamu…
-
```
not ok 47 |035| podman logs - --until --follow journald in 7018ms
...
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: podman logs --until: exited to…
-
So I'm working on a project that has both unit tests and so called E2E tests in same repository. For these two purposes we're using different environments 'test' for unit and 'e2e_test' for e2e tests.…
-
When I'm trying to run some UI tests on parallel with a local server on every simulator, those servers are responding very slowly, sometimes response time can be 2-3 seconds, sometimes even more. I'm …
-
### What Happened
Whenever i run my tests in parallel, the number of tests stays at 667. When i run a normal test-run the correct number of tests shows. The number of assertions is correct, this does…