Merge pull request #1685 from seebs/fewerSlowTests

drop rbf_bolt tests from CI
This commit is contained in:
seebs 2021-09-07 16:41:17 -05:00 committed by GitHub
commit 1586861ed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -272,7 +272,7 @@ workflows:
- setup
matrix:
parameters:
test_make_target: ["test-race", "test-txstore-rbf_bolt"]
test_make_target: ["test-race"]
- test:
name: test-shardwidth-22
context: molecula

View file

@ -341,6 +341,9 @@ install-gometalinter:
test-txstore-rbf:
PILOSA_STORAGE_BACKEND=rbf $(MAKE) testv-race
# WARNING: This feature is no longer being tested regularly in CI. The test is
# very slow and very expensive, and we're not sure it actually provides useful
# information now.
test-txstore-rbf_bolt:
PILOSA_STORAGE_BACKEND=rbf_bolt $(MAKE) testv-race