-
### Automatic expect tracking for concurrent tests
It's cumbersome and error prone to accept `expect` for each concurrent test
Automatic tracking is also allows to make tests faster by using `.con…
-
A test failed on a tracked branch
```
Error: expected testSubject(embeddableErrorLabel) to exist
at TestSubjects.existOrFail (/dev/shm/workspace/parallel/3/kibana/test/functional/services/common/…
-
# Summary
I'd like to be able to customise the step name for a looped/fan out step generated by `withItems`/`withParam`. At the moment, the step name doesn't seem to be templatable - I get an error…
-
Core
- [ ] AoSoA creation and simd_parallel vs linear parallel (this can partially come from the existing performance tests)
Cajita
- [ ] Grid creation & grid_parallel
- [x] p2g & g2p @abisner
…
-
### Is this a regression?
- [X] Yes, this behavior used to work previously
### The previous version in which this bug was not present was
Puppeteer 23.1.1
### Description
I guess somewh…
-
Proposal for improving performance testing: we could have two level of perf tests:
1. "fine-grained": this covers all tests whose granularity is (or we decide it to be) small enough to suite a m…
-
So i have two tests classes and pom.xml
```xml
org.apache.maven.plugins
maven-surefire-plugin
2.19.1
classes
30
false
${excl…
-
JUnit 5 offers significant improvements over JUnit 4, including more powerful and flexible testing capabilities like annotation-based coding(so we don't need to write assume), parallel test execution,…
-
I suggest we add unit testing to our standard installation steps on supported platforms. This will help us catch various issues early, including platform config issues, portability problems, compiler …
-
Thank you for all the help on getting bcbio running with our test CWL (#94). We've revamped how bcbio runs the CWL to avoid all the command line issues we were hitting and have started testing bunny o…