Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Possible race condition in delta testsuite with environment variable setting #1637

Open
joshtriplett opened this issue Feb 24, 2024 · 0 comments

Comments

@joshtriplett
Copy link
Contributor

This failure occasionally occurs when running the delta testsuite:

---- env::tests::test_env_parsing_with_pager_set_to_bat stdout ----
thread 'env::tests::test_env_parsing_with_pager_set_to_bat' panicked at src/env.rs:79:9:
assertion `left == right` failed: Expected env.pagers.1 == Some(bat) but was Some("less")
  left: Some("less")
 right: Some("bat")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This might be a race condition between tests (which run in parallel).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant