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 metrics generation 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.
We should be able to enable the metrics generation scheduled rule to make the tests more representative of a real system.
This should make it easier to parallelise tests in the future.
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 metrics generation by default in system tests
Convert metrics generation system tests to invoke per table
Nov 28, 2024
Background
Split from:
Description
When we explicitly invoke metrics generation 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.
We should be able to enable the metrics generation scheduled rule to make the tests more representative of a real system.
This should make it easier to parallelise tests in the future.
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: