mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* Bump Python 3.13 on CI * Regenerate tls certificates --------- Co-authored-by: tellet-q <elena.dubrovina@qdrant.com>
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# TLS test
|
|
|
|
## Regenerate certificates
|
|
|
|
1. run `PROJECT_ROOT/tests/e2e_tests/test_data/gen.sh`
|
|
2. replace old certificates in `PROJECT_ROOT/tests/e2e_tests/test_data/cert` with the newly generated ones
|
|
|
|
# Data compatibility test
|
|
|
|
In order to detect quickly breakage of storage compatibility, we check that the current code understands the storage format from the latest stable release.
|
|
|
|
To not burden the git repository with tracking the large binary files, we are pushing storage archives to our [GCP bucket](https://storage.googleapis.com/qdrant-backward-compatibility/).
|
|
|
|
As features are added, the storage format may change. This means updating the reference storage data and snapshot. This is done by running the [gen_storage_compat_data.sh](test_data/compatibility/gen_storage_compat_data.sh) script.
|
|
|
|
## Regenerate storage data
|
|
|
|
Follow those steps to recreate the reference storage data and snapshot.
|
|
|
|
1. run `PROJECT_ROOT/tests/e2e_tests/test_data/compatibility/gen_storage_compat_data.sh`
|
|
2. make sure to pick the right version when asked for which system generated the files
|
|
3. push the new archives to the GCP bucket (ask for the credentials if you don't have them)
|