Skip to content

Commit 9fc442f

Browse files
authored
[BUG] Run SysDB Tests in minikube cluster in CI (#1565)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Run SysDB Tests in minikube cluster in CI. They were not previously running. - New functionality - None. ## Test plan *How are these changes tested?* These are tests
1 parent 95ad316 commit 9fc442f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/chroma-cluster-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
python: ['3.8']
1818
platform: [ubuntu-latest]
1919
testfile: ["chromadb/test/ingest/test_producer_consumer.py",
20+
"chromadb/test/db/test_system.py",
2021
"chromadb/test/segment/distributed/test_memberlist_provider.py",]
2122
runs-on: ${{ matrix.platform }}
2223
steps:

0 commit comments

Comments
 (0)