storagemanager tests: Reorder test data in chronological order
|
Kim Alvefur |
Tue, 11 May 2021 02:04:59 +0200 |
storagemanager: Add keyval+ (combined keyval + map) store type
|
Matthew Wild |
Tue, 27 Sep 2022 17:46:27 +0100 |
Merge 0.12->trunk
|
Kim Alvefur |
Fri, 29 Jul 2022 17:10:31 +0200 |
storage tests: Add test for the archive:summary API
0.12
|
Kim Alvefur |
Fri, 22 Jul 2022 18:32:45 +0200 |
compat: Remove handling of Lua 5.1 location of 'unpack' function
|
Kim Alvefur |
Mon, 11 Jul 2022 19:07:38 +0200 |
core.storagemanager: Respect archive ids issued by storage drivers in tests
|
Kim Alvefur |
Sun, 15 Aug 2021 12:28:58 +0200 |
core.storagemanager: s/Multilpe/Multiple/ [codespell]
|
Kim Alvefur |
Fri, 05 Mar 2021 15:04:45 +0100 |
mod_storage_sql: Implement map-like API for archives
|
Kim Alvefur |
Mon, 01 Feb 2021 12:47:05 +0100 |
storage: Test reverse-ordered queries
|
Kim Alvefur |
Mon, 01 Feb 2021 12:17:56 +0100 |
storage tests: Add test for querying a set of IDs
|
Kim Alvefur |
Tue, 12 Jan 2021 18:03:40 +0100 |
storage tests: Test querys with both before and after IDs
|
Kim Alvefur |
Tue, 12 Jan 2021 15:52:14 +0100 |
storage tests: Add tests for archive queries before/after specific ids
|
Matthew Wild |
Fri, 12 Jun 2020 16:59:06 +0100 |
mod_storage_internal: Fix keeping old timestamp in archive map API
|
Kim Alvefur |
Fri, 15 May 2020 20:55:22 +0200 |
mod_storage_internal: Implement key-value API
|
Kim Alvefur |
Mon, 11 May 2020 21:56:19 +0200 |
spec/storage: Reset build context of test stanza make comparisons easier
|
Kim Alvefur |
Mon, 11 May 2020 21:41:02 +0200 |
storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()
|
Matthew Wild |
Wed, 11 Mar 2020 16:32:41 +0000 |
storagemanager: Add support for :find_key() and :delete_key() to map store shim
|
Matthew Wild |
Wed, 11 Mar 2020 16:29:57 +0000 |
storagemanager: Fix unused variable in tests [luacheck]
|
Matthew Wild |
Wed, 11 Mar 2020 16:07:36 +0000 |
mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)
|
Matthew Wild |
Wed, 11 Mar 2020 15:57:53 +0000 |
storagemanager: Add tests for map stores
|
Matthew Wild |
Wed, 11 Mar 2020 14:36:56 +0000 |
tests: Silence [luacheck] warnings
|
Kim Alvefur |
Mon, 23 Dec 2019 21:33:10 +0100 |
various: Don't rely on _G.unpack existing
|
Kim Alvefur |
Sat, 08 Dec 2018 17:09:55 +0100 |
storagemanager: Fix tests on Lua 5.3
|
Kim Alvefur |
Sun, 21 Oct 2018 21:03:54 +0200 |
storagemanager tests: Also cover memory driver
|
Kim Alvefur |
Fri, 12 Oct 2018 03:43:56 +0200 |
storagemanager tests: Remove debug print()
|
Matthew Wild |
Thu, 11 Oct 2018 14:18:38 +0100 |
storagemanager tests: Add many more archive tests, including (failing) cases for #1200 and #1073
|
Matthew Wild |
Thu, 11 Oct 2018 14:10:55 +0100 |
storagemanager tests: Add additional archive query tests
|
Matthew Wild |
Thu, 11 Oct 2018 13:29:14 +0100 |
storagemanager tests: Add some additional checks
|
Matthew Wild |
Wed, 10 Oct 2018 22:03:11 +0100 |
storagemanager tests: Add initial basic tests for archive stores
|
Matthew Wild |
Wed, 10 Oct 2018 22:00:37 +0100 |
Fix storage tests so they run, but not by default
base
spec/core_storagemanager.lua@05dfc4b72c93
|
Matthew Wild |
Mon, 01 Oct 2018 20:21:26 +0100 |