nim-codex/codex/sales/states
markspanbroek 3046b7636c
Cleanup integration tests (#757)
* integration: move REST API tests into their own module

* integration: move upload and download tests into their own module

* integration: move purchasing tests into their own module

* integration: move marketplace tests to the right module

* integration: mine a block *after* starting nodes

To ensure that tests involving multiple nodes do
not start with out-of-sync clocks

* Fix: do not swallow CancellationErrors

* integration: avoid underflow in UInt256

* network: remove unnecessary error handling

No Exceptions can occur, only Defects, because everything
is asyncSpawned.

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>

* network: do not raise in asyncSpawned proc

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>

---------

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2024-05-23 15:29:30 +00:00
..
cancelled.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
downloading.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
errored.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
errorhandling.nim [marketplace] Load sales state from chain (#306) 2023-03-08 14:34:26 +01:00
failed.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
filled.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
filling.nim refactor: multinode integration test refactor (#662) 2024-02-19 04:55:39 +00:00
finished.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
ignored.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
initialproving.nim Wire up prover (#736) 2024-03-12 12:10:14 +00:00
payout.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
preparing.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
proving.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00
provingsimulated.nim Cleanup integration tests (#757) 2024-05-23 15:29:30 +00:00
unknown.nim feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00