Commit graph

5 commits

Author SHA1 Message Date
Matthew Wild
ae5bf133e7 mod_debug_reset: Remove now unused import of util.time (thanks luacheck) 2023-04-06 14:49:11 +01:00
Matthew Wild
72c5ac4054 mod_debug_reset: Don't delay operations until next tick
For some unknown reason, this was required with the old mock util.time
functions prior to 012d6e7b723a.

After 012d6e7b723a, it breaks. So I'm happy to revert to not delaying
anything. This makes tests pass again.
2023-04-06 14:17:50 +01:00
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Matthew Wild
b17564a71f mod_debug_reset: Remove unused import 2023-03-23 14:48:15 +00:00
Matthew Wild
8e325c229f mod_debug_reset: New module to "reset" a running server (e.g. for testing)
Plan to use this for integration tests.
2023-03-23 14:40:51 +00:00