refinery
refinery copied to clipboard
Failed test `rusqlite::updates_to_last_working_if_not_grouped`
Hi,
I'm currently working on #239. After cloning and running test, I receive following report
---- rusqlite::updates_to_last_working_if_not_grouped stdout ---- thread 'rusqlite::updates_to_last_working_if_not_grouped' panicked at 'assertion failed:
(left == right)
left:2959965718684201605
, right:15053093250517405828
', refinery\tests\rusqlite.rs:259:9 note: run withRUST_BACKTRACE=1
environment variable to display a backtrace
Command: cargo test --features rusqlite
Environment 1: rustc 1.63.0
/ Windows 11
Environment 1: rustc 1.63.0
/ Windows Subsystem for Linux (Rocky 9)
What should I do to fix this test?
I take it this was fixed right? #241 doesn't fail
This test fails with rusqlite
0.27.0
and 0.28.0
. So rusqlite
is not the reason.
I guess it happens because of rustc
. Mine is 1.63.0
but your CI is 1.56.0
.
ah right, we need to update it then thanks! Care to submit a PR addressing it? Thanks :)
fixed with #259