Skip to content

Commit 6770f0b

Browse files
authored
Merge pull request #327 from weaviate/recovery/multiple_reboots
Increase coverage in ANN related tests, to include ungraceful kills
2 parents eadad77 + d8efdf1 commit 6770f0b

File tree

6 files changed

+290
-110
lines changed

6 files changed

+290
-110
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ jobs:
676676
env:
677677
DATASET: lotte-recreation-reduced-vl-50000
678678
DISTANCE: dot
679-
REQUIRED_RECALL: 0.990
679+
REQUIRED_RECALL: 0.99
680680
PERSISTENCE_LSM_ACCESS_STRATEGY: ${{inputs.lsm_access_strategy}}
681681
BOOT_DISK_SIZE: 40GB
682682
MULTIVECTOR_DATASET: true
@@ -831,6 +831,7 @@ jobs:
831831
if: always()
832832
env:
833833
QUANTIZATION: pq
834+
REQUIRED_RECALL: 0.60
834835
run: ./ann_benchmark_quantization_gcp.sh
835836

836837
- name: Run chaos test with SQ

0 commit comments

Comments
 (0)