Skip to content

WAL api fuzz failure #2544

@jussisaurio

Description

@jussisaurio

Current main 9ae6a57

SEED=6205212647239468790 cargo test -p core_tester --test integration_tests -- functions::test_wal_api::test_wal_frame_api_no_schema_changes_fuzz
    Blocking waiting for file lock on build directory
warning: unused variable: `col_name`
    --> tests/integration/fuzz/mod.rs:1835:29
     |
1835 |                         let col_name = new_col_name.clone();
     |                             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_col_name`
     |
     = note: `#[warn(unused_variables)]` on by default

warning: `core_tester` (test "integration_tests") generated 1 warning
    Finished `test` profile [unoptimized + debuginfo] target(s) in 1.52s
     Running integration/mod.rs (target/debug/deps/integration_tests-ecaf7e837f21a170)

running 1 test
test functions::test_wal_api::test_wal_frame_api_no_schema_changes_fuzz ... FAILED

failures:

---- functions::test_wal_api::test_wal_frame_api_no_schema_changes_fuzz stdout ----
SEED: 4425804854974747102
SEED: 2253288418945365887
SEED: 3202717190503156214

thread 'functions::test_wal_api::test_wal_frame_api_no_schema_changes_fuzz' panicked at tests/integration/functions/test_wal_api.rs:318:66:
called `Result::unwrap()` on an `Err` value: Conflict("frame content differs from the WAL: frame_id=2")

doesnt fail every time though, kek.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions