Files
qdrant/.gitignore
tellet-q c0b70f1eae Add a test for recovery after kill during Partial (#7762)
* 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>
2026-01-02 14:33:47 +01:00

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