We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems the test sources::journald::tests::filter_unit_works_correctly is broken.
sources::journald::tests::filter_unit_works_correctly
https://github.com/timberio/vector/blob/349ad526c8e86b3b271ee7bb04134d15a2c1566f/src/sources/journald.rs#L725
hoverbear@OBSIDIAN:/git/timberio/vector$ RUST_LOG=vector=trace cargo test sources::journald::tests::filter_unit_works_correctly -- --nocapture Finished test [unoptimized + debuginfo] target(s) in 1.39s Running target/debug/deps/vector-faae61e99582f531 running 1 test thread 'sources::journald::tests::filter_unit_works_correctly' panicked at 'assertion failed: `(left == right)` left: `false`, right: `true`', src/sources/journald.rs:725:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace test sources::journald::tests::filter_unit_works_correctly ... FAILED failures: failures: sources::journald::tests::filter_unit_works_correctly test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 652 filtered out
Blocks #2961
The text was updated successfully, but these errors were encountered:
Might be #2959 ?
Sorry, something went wrong.
Confirmed, I am investigating.
Sorry for new bug :(
bruceg
Successfully merging a pull request may close this issue.
Seems the test
sources::journald::tests::filter_unit_works_correctly
is broken.https://github.com/timberio/vector/blob/349ad526c8e86b3b271ee7bb04134d15a2c1566f/src/sources/journald.rs#L725
Blocks #2961
The text was updated successfully, but these errors were encountered: