nwaku/tests/waku_archive
Ivan FB 161a10ecb0
feat: Postgres partition implementation (#2506)
* postgres: first step to implement partition management
* postgres_driver: use of times.now().toTime().toUnix() instead of Moment.now()
* postgres migrations: set new version to 2
* test_driver_postgres: use of assert instead of require and avoid using times.now()
* postgres_driver: better implementation of the reset method with partitions
* Remove createMessageTable, init, and deleteMessageTable procs
* postgres: ensure we use the version 15.4 in tests
* postgres_driver.nim: enhance debug logs partition addition
* ci.yml: ensure logs are printed without colors
* postgres_driver: starting the loop factory in an asynchronous task
* postgres_driver: log partition name and size when removing a partition
2024-03-06 20:50:22 +01:00
..
archive_utils.nim test(lightpush): Lightpush functional tests (#2269) 2024-02-06 17:37:42 +01:00
test_all.nim feat(coverage): Add simple coverage (#2067) 2023-09-27 15:53:23 +02:00
test_driver_postgres.nim feat: Postgres partition implementation (#2506) 2024-03-06 20:50:22 +01:00
test_driver_postgres_query.nim chore: Postgres migrations (#2477) 2024-03-01 12:05:27 +01:00
test_driver_queue.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
test_driver_queue_index.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
test_driver_queue_pagination.nim Revert "feat: amending computeDigest func. + related test cases (#2132)" (#2180) 2023-11-08 01:41:23 +01:00
test_driver_queue_query.nim feat: Add new DB column `messageHash` (#2202) 2023-11-22 17:32:56 +01:00
test_driver_sqlite.nim chore(store-archive): Remove duplicated code (#2234) 2023-11-27 18:33:27 +01:00
test_driver_sqlite_query.nim chore(store-archive): Remove duplicated code (#2234) 2023-11-27 18:33:27 +01:00
test_retention_policy.nim refactor: new proc to foster different size retention policy implementations (#2463) 2024-02-22 16:55:37 +01:00
test_waku_archive.nim refactor(store): HistoryQuery.direction (#2263) 2023-12-19 15:10:27 +01:00