-
when running with `cargo nextest run` locally, I get the following error quite often.
```
thread 'tower::rate_estimator::tests::test_bucket' panicked at 'assertion failed: `(left == right)`
lef…
-
**Version**
h2 v0.3.13
hyper v0.14.19 (full set of features enabled)
**Platform**
Darwin ip-192-168-128-190.eu-west-1.compute.internal 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37 …
-
Trying to run `cargo install nextest` on Android, it fails with:
```
2023-04-29T08:03:36.5411530Z Compiling log v0.4.17
2023-04-29T08:03:36.5412100Z error[E0432]: unresolved import linux_raw_sys…
-
## Motivation
[`cargo-nextest`](https://nexte.st) can be used instead of `cargo test`. It runs the tests as well, but is more performant. We should replace our usage of `cargo test` with it.
## …
-
**Describe the problem you are trying to solve**
In a "standard" crate, if you run `cargo test`, and everything is good, you can look at the last line of the output. In a crate that uses workspace,…
-
# Problem
`cargo test` and `cargo nextest run` differ in their API:
Cargo test only has `-j/--jobs` to specify the parallelism.
Nextest uses `--build-jobs` and `--test-threads`.
While I do a…
-
**Description**
When a `RenderPass` is performed inside of a `push_debug_group`/`pop_debug_group` pair, the following Vulkan validation error is emitted:
```
[2023-04-27T20:32:37Z ERROR wgpu_…
-
- Parity code should in general require 3 Parity people to know it prior to merge. This includes the author, therefore we generally want 2 reviews.
- Locked code (i.e. code marked with a 🔒) or change…
-
While this might be considered a ring issue, the impact is on nextest. Note, I have nextest v0.9.14 which installed without issues.
-
Miri is able to determine if memory leaks occur. The output is similar to:
```
running 10 tests
test collections::bptree::iter::tests::test_bptree2_iter_leafiter_1 ... ok
test collections::bptre…