From 9fc442fa980000b70df7376e051efeb46f07e78b Mon Sep 17 00:00:00 2001 From: Hammad Bashir Date: Thu, 21 Dec 2023 18:21:37 -0800 Subject: [PATCH] [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 --- .github/workflows/chroma-cluster-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chroma-cluster-test.yml b/.github/workflows/chroma-cluster-test.yml index 422ce9190d0..52535b8f719 100644 --- a/.github/workflows/chroma-cluster-test.yml +++ b/.github/workflows/chroma-cluster-test.yml @@ -17,6 +17,7 @@ jobs: python: ['3.8'] platform: [ubuntu-latest] testfile: ["chromadb/test/ingest/test_producer_consumer.py", + "chromadb/test/db/test_system.py", "chromadb/test/segment/distributed/test_memberlist_provider.py",] runs-on: ${{ matrix.platform }} steps: