Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzz test failed #4388

Closed
WenyXu opened this issue Jul 18, 2024 · 0 comments · Fixed by #4472
Closed

Fuzz test failed #4388

WenyXu opened this issue Jul 18, 2024 · 0 comments · Fixed by #4472
Labels
C-bug Category Bugs

Comments

@WenyXu
Copy link
Member

WenyXu commented Jul 18, 2024

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,
	}
  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant