-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(errors): fix remaining failing test cases
Though running `cargo nextest run -p core-crypto --no-fail-fast` always produces approx 10 failing tests, going through that list is not profitable. The failing cases fall into two buckets: - `mls::conversation::leaf_node_validation::tests::stages::should_validate_leaf_node_when_adding`, which also appears to fail on `main` - the rest of the errors. This set varies each time I run a test job, and each case I've tried passes when run in isolation. So I have to assume that there is some kind of concurrency problem in the test suite, which is outside the scope of this PR. As such I am deciding to move on to broader testing instead of continuing to debug these test cases.
- Loading branch information
1 parent
e62037a
commit a14bad0
Showing
4 changed files
with
36 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters