mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* Add a test for recovery after kill during Partial * Address AI review * simplify test * Merge pull request #7829 * introduce a new state * switch to ManualRecovery for user-initiated snapshot operations * fmt * fix test and regen api * test fix: instead of force recovery on update failed snapshots now re… --------- Co-authored-by: generall <andrey@vasnetsov.com>
23 lines
343 B
Plaintext
23 lines
343 B
Plaintext
/target
|
|
/.idea
|
|
/.vscode
|
|
/.devcontainer
|
|
/storage
|
|
/snapshots
|
|
/consensus_test_logs
|
|
/tests/consensus_test_logs
|
|
/config/local
|
|
/tls
|
|
/static
|
|
*.log
|
|
.qdrant-initialized
|
|
/.hypothesis
|
|
**/__pycache__
|
|
tests/storage-compat/compatibility.tar
|
|
tests/storage-compat/full-snapshot.snapshot.gz
|
|
tests/storage-compat/storage.tar.bz2
|
|
venv
|
|
.venv
|
|
.env
|
|
.python-version
|