-
I'm facing a very weird issue.
When I try to run my test in parallel-
Only 1 browser opens even when I execute pytest -n 2
After first test is successful, pytest just hangs and it does not even tim…
-
When investigating cypress failures on tugboat, it has become challenging to find the output about the failures because it seems to be getting interwoven with other tests running. Hunch: related to p…
-
Suggestion is to add a CLI option to specify number of parallel runs.
Additionally, changing the number of parallel runs has side effects on test outcome (ie. some errors become escapes from what I b…
-
### Describe the issue
Unit Test failed in A100 80GB
### Urgency
_No response_
### Target platform
ubuntu 20.04
### Build script
sh build.sh --config Release --build_dir build/cuda12 --build_s…
-
According to the `kuhn_munkres` docs, the maximum weight matching has the restriction, *between two disjoint sets*. With respect to [maximum weight matching](https://en.wikipedia.org/wiki/Maximum_weig…
-
According to #976 `execute` is run with parallelization, but it is unclear how the parallelization works.
In my case I have MPI parallelization inside the tests, and I want to make sure that `tmt` …
-
https://jenkins.nordix.org/job/metal3_dev_tools_integration_test_centos/285/console
```console
+ openstack keypair create -f json --public-key /data/ci/images/../scripts/openstack/id_ed25519_****.…
-
I'm seeing an error in latest rules_lint, which I believe uses multirun 0.9.0 for its format module:
```
(.venv) d:\workdir\rules_lint3\example>bazel run :format
Starting local Bazel server and c…
-
With parallel builds enabled (e.g. `mvn clean verify -B -Dmaven.logging=byproject -T 1C`) and all required Maven extensions installed,
the log messages of integration tests being run by `maven-fail…
-
I am using version 0.53.1.
Here is a MWE:
```python
import numpy as np
from numba.experimental import jitclass
from numba import njit, prange, int32, float32, deferred_type
spec = [('value…