mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Merge pull request #1685 from seebs/fewerSlowTests
drop rbf_bolt tests from CI
This commit is contained in:
commit
1586861ed2
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue