-
There appears to be a lack of documentation on the optimal usage of cargo mutants with respect to specifying the number of threads and jobs. Two critical aspects seem to be missing:
1. A guideline …
-
Reproduce:
```
git clone https://github.com/epage/pytest-rs.git
cd pytest-rs/crates
cargo nextest run -j 8 --workspace
```
and you'll see tests in [all_passing](https://github.com/epage/…
-
### Problem
```
thread 'tests::cascading_messages_with_value_do_not_overcharge' panicked at 'misaligned pointer dereference: address must be a multiple of 0x10 but is 0x105e33c18', lazy-pages/src/sy…
-
[TOML](https://toml.io/en/v1.0.0#string) s[upports](https://learnxinyminutes.com/docs/toml/) both multiline and multiline literal strings.
Whereas trying with a simple `\` or just a new line in a l…
-
The Java plugin for VS Code comes with a built-in test explorer panel. This panel shows all tests in the project, and allows running the full suite ([link](https://code.visualstudio.com/docs/java/java…
-
```rust
let tests = ListCommand::new()
.exec()
.context("failed to get the list of tests using nextest")?;
```
The code above fails because `ListCommand` specifies `--…
-
When testing gcs with `default_storage_class` config in my local env, tests about writing all failed.
Maybe the reason is that we deal with `multipart` by hand in `gcs_insert_object_request`.
Ac…
-
As title said, I am seeing a lot compilation processes when running `cargo llvm-cov nextest --jobs 1`
-
Hi all!
I'm a big fan of what this project is doing.
I noticed when trying to integrate this into https://github.com/vectordotdev/vector that it fails to run test binaries built from criterion b…
-
Rust/Cargo is installed using `apk`: `apk add cargo`, `cargo-nextest` x86_64 Linux musl pre-built binary added in https://github.com/nextest-rs/nextest/pull/399.
https://github.com/PyO3/maturin/run…