-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust TPC-H testing on CI #1530
Conversation
|
||
|
||
def upgrade() -> None: | ||
op.execute("delete from tpch_run") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will drop all existing records.
how long is one test run (compared to the rest of the suite)? |
Coiled estimates that the cluster cost for |
#1534 entirely disables all automated tests for PRs and reduces scheduled testing to once per week. This should mitigate cost concerns. |
I don't see a point in testing 10 GB workloads. If we're cost-conscious, I'd rather reduce the frequency of testing.