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

ccl/storageccl: TestEncryptDecrypt failed #59417

Closed
cockroach-teamcity opened this issue Jan 26, 2021 · 4 comments · Fixed by #59461
Closed

ccl/storageccl: TestEncryptDecrypt failed #59417

cockroach-teamcity opened this issue Jan 26, 2021 · 4 comments · Fixed by #59461
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.

Comments

@cockroach-teamcity
Copy link
Member

(ccl/storageccl).TestEncryptDecrypt failed on master@d86781c07065421f4a4d8bf5d988900ab07fdce5:

Fatal error:

panic: invalid argument to Int63n [recovered]
	panic: invalid argument to Int63n

Stack:

goroutine 134 [running]:
testing.tRunner.func1.1(0x3a7d700, 0x4cebc50)
	/usr/local/go/src/testing/testing.go:1072 +0x30d
testing.tRunner.func1(0xc000a0e180)
	/usr/local/go/src/testing/testing.go:1075 +0x41a
panic(0x3a7d700, 0x4cebc50)
	/usr/local/go/src/runtime/panic.go:969 +0x1b9
math/rand.(*Rand).Int63n(0xc0008ff9e0, 0x0, 0x0)
	/usr/local/go/src/math/rand/rand.go:111 +0x11d
github.com/cockroachdb/cockroach/pkg/ccl/storageccl.TestEncryptDecrypt.func4.2(0xc000a0e180)
	/go/src/github.com/cockroachdb/cockroach/pkg/ccl/storageccl/encryption_test.go:194 +0x14b
testing.tRunner(0xc000a0e180, 0xc000a8ef60)
	/usr/local/go/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:1168 +0x2b3

Log preceding fatal error

=== RUN   TestEncryptDecrypt
--- FAIL: TestEncryptDecrypt (1.56s)
=== RUN   TestEncryptDecrypt/Random/ReadAt
        --- FAIL: TestEncryptDecrypt/Random/ReadAt (0.76s)

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestEncryptDecrypt PKG=./pkg/ccl/storageccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jan 26, 2021
@cockroach-teamcity
Copy link
Member Author

(ccl/storageccl).TestEncryptDecrypt failed on master@d86781c07065421f4a4d8bf5d988900ab07fdce5:

Fatal error:

panic: invalid argument to Int63n [recovered]
	panic: invalid argument to Int63n

Stack:

goroutine 146 [running]:
testing.tRunner.func1.1(0x579b740, 0x7648610)
	/usr/local/go/src/testing/testing.go:1072 +0x46a
testing.tRunner.func1(0xc000102f00)
	/usr/local/go/src/testing/testing.go:1075 +0x636
panic(0x579b740, 0x7648610)
	/usr/local/go/src/runtime/panic.go:975 +0x47a
math/rand.(*Rand).Int63n(0xc000551860, 0x0, 0x0)
	/usr/local/go/src/math/rand/rand.go:111 +0x185
github.com/cockroachdb/cockroach/pkg/ccl/storageccl.TestEncryptDecrypt.func4.2(0xc000102f00)
	/go/src/github.com/cockroachdb/cockroach/pkg/ccl/storageccl/encryption_test.go:194 +0x16b
testing.tRunner(0xc000102f00, 0xc000d70a80)
	/usr/local/go/src/testing/testing.go:1123 +0x203
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:1168 +0x5bc

Log preceding fatal error

=== RUN   TestEncryptDecrypt
--- FAIL: TestEncryptDecrypt (23.46s)
=== RUN   TestEncryptDecrypt/Random/ReadAt
        --- FAIL: TestEncryptDecrypt/Random/ReadAt (14.56s)

More

Parameters:

  • TAGS=
  • GOFLAGS=-race -parallel=4
make stressrace TESTS=TestEncryptDecrypt PKG=./pkg/ccl/storageccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(ccl/storageccl).TestEncryptDecrypt failed on master@c195665555d3a28a3e3857cb474f3ebe4e0c8d14:

Fatal error:

panic: invalid argument to Int63n [recovered]
	panic: invalid argument to Int63n

Stack:

goroutine 128 [running]:
testing.tRunner.func1.1(0x57a00c0, 0x764d770)
	/usr/local/go/src/testing/testing.go:1072 +0x46a
testing.tRunner.func1(0xc000434c00)
	/usr/local/go/src/testing/testing.go:1075 +0x636
panic(0x57a00c0, 0x764d770)
	/usr/local/go/src/runtime/panic.go:975 +0x47a
math/rand.(*Rand).Int63n(0xc0009d6390, 0x0, 0x0)
	/usr/local/go/src/math/rand/rand.go:111 +0x185
github.com/cockroachdb/cockroach/pkg/ccl/storageccl.TestEncryptDecrypt.func4.2(0xc000434c00)
	/go/src/github.com/cockroachdb/cockroach/pkg/ccl/storageccl/encryption_test.go:194 +0x16b
testing.tRunner(0xc000434c00, 0xc000b88990)
	/usr/local/go/src/testing/testing.go:1123 +0x203
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:1168 +0x5bc

Log preceding fatal error

=== RUN   TestEncryptDecrypt
--- FAIL: TestEncryptDecrypt (21.62s)
=== RUN   TestEncryptDecrypt/Random/ReadAt
        --- FAIL: TestEncryptDecrypt/Random/ReadAt (9.88s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestEncryptDecrypt PKG=./pkg/ccl/storageccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@adityamaru
Copy link
Contributor

Skipping under race as test-infra cop.

adityamaru added a commit to adityamaru/cockroach that referenced this issue Jan 26, 2021
Refs: cockroachdb#59417

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
@cockroach-teamcity
Copy link
Member Author

(ccl/storageccl).TestEncryptDecrypt failed on master@081f813ae4fb04653909d2eebd862e5965e21878:

Fatal error:

panic: invalid argument to Int63n [recovered]
	panic: invalid argument to Int63n

Stack:

goroutine 144 [running]:
testing.tRunner.func1.1(0x57a5ae0, 0x7653a70)
	/usr/local/go/src/testing/testing.go:1072 +0x46a
testing.tRunner.func1(0xc000602600)
	/usr/local/go/src/testing/testing.go:1075 +0x636
panic(0x57a5ae0, 0x7653a70)
	/usr/local/go/src/runtime/panic.go:975 +0x47a
math/rand.(*Rand).Int63n(0xc0004df6b0, 0x0, 0x0)
	/usr/local/go/src/math/rand/rand.go:111 +0x185
github.com/cockroachdb/cockroach/pkg/ccl/storageccl.TestEncryptDecrypt.func4.2(0xc000602600)
	/go/src/github.com/cockroachdb/cockroach/pkg/ccl/storageccl/encryption_test.go:195 +0x196
testing.tRunner(0xc000602600, 0xc000d933e0)
	/usr/local/go/src/testing/testing.go:1123 +0x203
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:1168 +0x5bc

Log preceding fatal error

=== RUN   TestEncryptDecrypt
--- FAIL: TestEncryptDecrypt (32.46s)
=== RUN   TestEncryptDecrypt/Random/ReadAt
        --- FAIL: TestEncryptDecrypt/Random/ReadAt (20.56s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestEncryptDecrypt PKG=./pkg/ccl/storageccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@craig craig bot closed this as completed in 4053e2a Jan 27, 2021
craig bot pushed a commit that referenced this issue Jan 27, 2021
59451: ccl/storageccl: skip TestEncryptDecrypt under race r=pbardea a=adityamaru

Refs: #59417

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Aditya Maru <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants