-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
https://github.com/artur-augustyniak/rstored
brian@ip-10-145-43-250:/mnt2/dev/rstored⟫ git log -1
commit c0032b5061cbacd2c5fec894b8b4dc718a2975c3
Author: Artur Augustyniak <artur@aaugustyniak.pl>
Date: Sat May 13 13:39:25 2017 +0200
todo up
brian@ip-10-145-43-250:/mnt2/dev/euclid⟫ rustc +nightly -Vv
rustc 1.20.0-nightly (622e7e648 2017-06-21)
binary: rustc
commit-hash: 622e7e6487b6fb7fdbb901720cd4214f9179ed67
commit-date: 2017-06-21
host: x86_64-unknown-linux-gnu
release: 1.20.0-nightly
LLVM version: 4.0
brian@ip-10-145-43-250:/mnt2/dev/rstored⟫ cargo +nightly test
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running target/debug/deps/rstored-c51de7b5c16d0250
running 2 tests
test logging::logger::tests::test_stdout_match ... ok
test logging::logger::tests::test_syslog_match ... FAILED
failures:
---- logging::logger::tests::test_syslog_match stdout ----
syslog_log(1, foo)
thread 'logging::logger::tests::test_syslog_match' panicked at 'assertion failed: `(left == right)` (left: `2`, right: `1`)', src/logging/logger.rs:141
note: Run with `RUST_BACKTRACE=1` for a backtrace.
failures:
logging::logger::tests::test_syslog_match
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out
error: test failed, to rerun pass '--bin rstored'
Metadata
Metadata
Assignees
Labels
regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.