-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Revert "Revert "c-deps: fix assertion-enabled builds"" #41153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @ajkr, @petermattis, and @tbg)
build/teamcity-testrace.sh, line 54 at r1 (raw file):
TESTTIMEOUT=45m \ TESTFLAGS='-v' \ ENABLE_ROCKSDB_ASSERTIONS=1 2>&1 \
Should we pass in ENABLE_LIBROACH_ASSERTIONS=1
here too?
This reverts commit 6d6b5c4. In the same PR I upgraded RocksDB to pull in cockroachdb/rocksdb#59, which relaxes the assertion whose failure led to the original revert. Release justification: run `make testrace` in teamcity with rocksdb assertions enabled to increase our bug-finding chances Release note: None
8914c87
to
dd865fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TFTR.
Reviewable status: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @petermattis and @tbg)
build/teamcity-testrace.sh, line 54 at r1 (raw file):
Previously, petermattis (Peter Mattis) wrote…
Should we pass in
ENABLE_LIBROACH_ASSERTIONS=1
here too?
Done.
bors r+ |
41153: Revert "Revert "c-deps: fix assertion-enabled builds"" r=ajkr a=ajkr This reverts commit 6d6b5c4. In this same PR I upgraded RocksDB to pull in cockroachdb/rocksdb#59, which relaxes the assertion whose failure led to the original revert. Release justification: run `make testrace` in teamcity with rocksdb assertions enabled to increase our bug-finding chances Release note: None Co-authored-by: Andrew Kryczka <andrew.kryczka2@gmail.com>
Build succeeded |
This reverts commit 6d6b5c4.
In this same PR I upgraded RocksDB to pull in
cockroachdb/rocksdb#59, which relaxes the
assertion whose failure led to the original revert.
Release justification: run
make testrace
in teamcity with rocksdbassertions enabled to increase our bug-finding chances
Release note: None