GreptimeTeam / greptimedb

An open-source, cloud-native, unified time series database for metrics, logs and events with SQL/PromQL supported. Available on GreptimeCloud.
https://greptime.com/
Apache License 2.0
4.19k stars 299 forks source link

Fuzz test failed #4388

Closed WenyXu closed 1 month ago

WenyXu commented 1 month ago

What type of bug is this?

Unexpected error

What subsystems are affected?

Storage Engine

Minimal reproduce step

  1. Hard code the FuzzInput
    FuzzInput {
        seed: 4739850,
        columns: 8,
        rows: 1593,
    }
  2. Run the fuzz_insert

What did you expect to see?

Pass the test

What did you see instead?

fuzz test must be succeed: 0: Failed to assert: Expected values length: 1593, got: 1592, at /home/runner/work/greptimedb/greptimedb/tests-fuzz/src/validator/row.rs:51:5

https://github.com/GreptimeTeam/greptimedb/actions/runs/9987423566/job/27601956898#step:10:753

What operating system did you use?

doesn't matter

What version of GreptimeDB did you use?

main

Relevant log output and stack trace

No response