Skip to content

[windows dev] Tests failing with cargo nextest run #5931

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
fdefelici opened this issue Mar 17, 2025 · 0 comments
Open

[windows dev] Tests failing with cargo nextest run #5931

fdefelici opened this issue Mar 17, 2025 · 0 comments
Assignees
Labels

Comments

@fdefelici
Copy link
Contributor

On Windows, test executions using cargo nextest run complete with failures.

Some tests fail just when running with parallel execution (running them in isolation complete successfully), due to database locking, like:

  • tests::integrations::block_limit_runtime_test
  • tests::integrations::bad_contract_tx_rollback

Other consistently fails, due to invalid filesystem path, like:

  • util_lib::bloom::test::test_bloom_counter_to_filter
  • util_lib::bloom::test::test_bloom_counter_is_invertible_over_iterations

To be investigated the complete set of failing tests and related root cause and understand if could be permanently fixed

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

1 participant