-
Notifications
You must be signed in to change notification settings - Fork 449
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
github.com/cockroachdb/pebble/internal/metamorphic: TestMeta failed #3618
Comments
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 8e556e810df1:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1715676342539380917 -ops "uniform:5000-10000" |
From the second failure:
|
From the first (
|
@itsbilal @RaduBerinde - you were looking at long-running Download operations before, right? should we do something specific to |
Previously it was possible for the metamorphic test to generate an invalid WAL failover configuration where the healthy interval was too long for the given probe interval, resulting in a healthy interval that could never be satisfied with the fixed 120-entry probe history. Informs cockroachdb#3618.
Previously it was possible for the metamorphic test to generate an invalid WAL failover configuration where the healthy interval was too long for the given probe interval, resulting in a healthy interval that could never be satisfied with the fixed 120-entry probe history. Informs #3618.
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 89116b3ba08b:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1715834846426028703 -ops "uniform:5000-10000" |
Latest failure is a non-race build with a slow IngestExternalFiles:
|
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 6195a2cbd48d:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1716109630677472969 -ops "uniform:5000-10000" |
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 6195a2cbd48d:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1716182505252192633 -ops "uniform:5000-10000" |
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 6195a2cbd48d:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1716194562685958461 -ops "uniform:5000-10000" |
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 6195a2cbd48d:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1716264954977036344 -ops "uniform:5000-10000" |
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ cfcd825468b5:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1716351164581372008 -ops "uniform:5000-10000" |
Looking at the latest failure above, |
Bump up the timeout for these ops, which can be very slow if both the block size and target file size are small and we end up with a ton of tiny tables. Informs cockroachdb#3618
Bump up the timeout for these ops, which can be very slow if both the block size and target file size are small and we end up with a ton of tiny tables. Informs #3618
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 542915b28b79:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1716701880052434720 -ops "uniform:5000-10000" |
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 542915b28b79:
HelpTo reproduce, try: go test -tags 'invariants' -exec 'stress -p 1' -timeout 0 -test.v -run 'TestMeta$' ./internal/metamorphic -seed 1716877556780777961 -ops "uniform:5000-10000" |
We haven't seen failures since the timeouts were bumped. |
github.com/cockroachdb/pebble/internal/metamorphic.TestMeta failed with artifacts on refs/heads/master @ 8e556e810df1:
Help
To reproduce, try:
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: