Skip to content

Commit d5340f4

Browse files
committed
Address review
1 parent a4a20f1 commit d5340f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e_tests/test_data_compatibility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
class TestStorageCompatibility:
1313
"""Test storage and snapshot compatibility with defined previous Qdrant versions."""
1414

15-
PREV_PATCH_VERSION = "v1.14.0"
16-
PREV_MINOR_VERSION = "v1.15.4"
15+
PREV_PATCH_VERSION = "v1.15.4"
16+
PREV_MINOR_VERSION = "v1.14.0" # skipping v1.14.1 as it contains a known data corruption (https://github.com/qdrant/qdrant/pull/6916)
1717

1818
EXPECTED_COLLECTIONS = [
1919
"test_collection_vector_memory",

0 commit comments

Comments
 (0)