mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
a1f37cba1c
In #6079 it was found that there is no test that executes the scrubber. We now add such a test, which does the following things: * create a tenant, write some data * run the scrubber * remove the tenant * run the scrubber again Each time, the scrubber runs the scan-metadata command. Before #6079 we would have errored, now we don't. Fixes #6080