Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41086: roachtest: fix panic when tests fail using an existing cluster r=andreimatei a=ajwerner ``` panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x61498e6] goroutine 67 [running]: github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Recover(0xc0000e9560, 0x7942500, 0xc0005beb10) /Users/lucy/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:181 +0x121 panic(0x6ce8ee0, 0x9b12c10) /usr/local/go/src/runtime/panic.go:522 +0x1b5 github.com/cockroachdb/cockroach/pkg/util/quotapool.(*IntAlloc).Freeze(0x0) ``` Release justification: Not production code. Release note: None Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information