refinery icon indicating copy to clipboard operation
refinery copied to clipboard

Failed test `rusqlite::updates_to_last_working_if_not_grouped`

Open hoangdt84 opened this issue 2 years ago • 3 comments

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 with RUST_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?

hoangdt84 avatar Aug 27 '22 10:08 hoangdt84

I take it this was fixed right? #241 doesn't fail

jxs avatar Sep 03 '22 09:09 jxs

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.

hoangdt84 avatar Sep 04 '22 13:09 hoangdt84

ah right, we need to update it then thanks! Care to submit a PR addressing it? Thanks :)

jxs avatar Sep 05 '22 12:09 jxs

fixed with #259

jxs avatar Nov 26 '22 18:11 jxs