We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cd40c commit e763dbdCopy full SHA for e763dbd
1 file changed
tests/e2e_tests/test_data_compatibility.py
@@ -4,15 +4,15 @@
4
import requests
5
from pathlib import Path
6
7
-from e2e_tests.conftest import QdrantContainerConfig, qdrant_container_factory
+from e2e_tests.conftest import QdrantContainerConfig
8
from e2e_tests.client_utils import ClientUtils
9
from e2e_tests.utils import extract_archive
10
11
12
class TestStorageCompatibility:
13
"""Test storage and snapshot compatibility with defined previous Qdrant versions."""
14
15
- PREV_PATCH_VERSION = "v1.14.0"
+ PREV_PATCH_VERSION = "v1.14.1"
16
PREV_MINOR_VERSION = "v1.15.4"
17
18
EXPECTED_COLLECTIONS = [
0 commit comments