You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we explicitly invoke garbage collection in system tests, we'd like to send a message per table of the current system test instead of invoking the trigger lambda.
This should allow us to run tests with an offline table, so that we can take control of the order things happen without needing to pause the whole instance.
This should make it easier to parallelise tests, and to convert other tests to rely on scheduled rules.
Analysis
See the parent issue for details of general code changes for schedule rules in system tests.
The text was updated successfully, but these errors were encountered:
patchwork01
changed the title
Enable garbage collection by default in system tests
Convert garbage collection system tests to invoke per table
Nov 28, 2024
patchwork01
changed the title
Convert garbage collection system tests to invoke per table
Convert garbage collection system tests to invoke per table
Nov 28, 2024
Background
Split from:
Description
When we explicitly invoke garbage collection in system tests, we'd like to send a message per table of the current system test instead of invoking the trigger lambda.
This should allow us to run tests with an offline table, so that we can take control of the order things happen without needing to pause the whole instance.
This should make it easier to parallelise tests, and to convert other tests to rely on scheduled rules.
Analysis
See the parent issue for details of general code changes for schedule rules in system tests.
The text was updated successfully, but these errors were encountered: