Commit Graph

5 Commits

Author SHA1 Message Date
xzfc
cf08ac68dc Switch to poetry (#4518)
* Use poetry for openapi tests

* Use poetry for consensus tests

* Use poetry for gen_storage_compat_data/populate_db.py

* Make consensus_tests scripts executable

* Use poetry for test-consensus-compose

* Cleanup

* Don't call poetry run in scripts
2024-07-08 18:17:43 +00:00
Arnaud Gourlay
511b7af6a6 Add missing assertion to shard transfer test (#2254) 2023-07-12 17:44:37 +02:00
Arnaud Gourlay
fc77e3e511 Use systematically assert_http_ok for better error reporting (#1183)
* Use systematically assert_http_ok for better error reporting

* extraction assertion to use it outside of pytest
2022-11-01 11:19:13 +01:00
Andrey Vasnetsov
123ae1607d Await for collection created for sure (#1144)
* run plunger operation after user request to ensure that the majority of the consensus actually applied previous operation

* fmt

* fix test

* ensure all operations are unique in consensus queue

* add extra timeout for CI tests

* fix timout param in delete peer + do not explicilty await on peer removal

* fmt
2022-10-19 17:59:16 +02:00
Andrey Vasnetsov
9f10a734fd a third attempt to implement peer removal + integration test (#917)
* a third attempt to implement peer removal + integration test

* fix test

* review updates
2022-08-05 16:17:33 +02:00