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
We'd like to separate the context of which instances are deployed while system tests are running, from the context of which tables are associated with the running test, and which instance or table is currently active for the test.
We'd like this to make it easier to run multiple tests in parallel using different tables in the same instance. We'd also like this to make it easier to add and work with tables during a system test.
Analysis
There are a lot of methods in SleeperInstanceContext and SystemTestTablesContext which handle working with the currently active instance or table. We can move these to a separate class or classes which are responsible for tracking the current instance and table.
The text was updated successfully, but these errors were encountered:
Background
Split from:
Also relevant to:
Description
We'd like to separate the context of which instances are deployed while system tests are running, from the context of which tables are associated with the running test, and which instance or table is currently active for the test.
We'd like this to make it easier to run multiple tests in parallel using different tables in the same instance. We'd also like this to make it easier to add and work with tables during a system test.
Analysis
There are a lot of methods in SleeperInstanceContext and SystemTestTablesContext which handle working with the currently active instance or table. We can move these to a separate class or classes which are responsible for tracking the current instance and table.
The text was updated successfully, but these errors were encountered: