-
Notifications
You must be signed in to change notification settings - Fork 41
Phase duration #418
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
base: main
Are you sure you want to change the base?
Phase duration #418
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| # Description: Workload for test: All task types, TPC-DS, Delta | ||
| --- | ||
| version: 1 | ||
| id: w_all_tpcds | ||
| phases: | ||
| - id: setup | ||
| sessions: | ||
| - tasks: | ||
| - template_id: setup | ||
| - id: setup_data_maintenance | ||
| sessions: | ||
| - tasks: | ||
| - template_id: setup_data_maintenance | ||
| - id: init | ||
| sessions: | ||
| - tasks: | ||
| - template_id: init | ||
| - id: build | ||
| sessions: | ||
| - tasks: | ||
| - template_id: build | ||
| - id: single_user | ||
| minimal_duration_seconds: 5 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This property should be added to the |
||
| sessions: | ||
| - tasks: | ||
| - template_id: single_user | ||
| - id: data_maintenance | ||
| sessions: | ||
| - tasks: | ||
| - template_id: data_maintenance_delta | ||
| - id: data_maintenance_dependent | ||
| sessions: | ||
| - tasks: | ||
| - template_id: data_maintenance_dependent | ||
| task_executor_arguments: | ||
| dependent_task_batch_size: 100 | ||
| # TODO: Remove this once #182 is fixed | ||
| skip_erroneous_query_strings: "[DELTA_FAILED_RECOGNIZE_PREDICATE]" | ||
| - id: optimize | ||
| sessions: | ||
| - tasks: | ||
| - template_id: optimize_delta | ||
| - id: optimize_split | ||
| sessions: | ||
| - tasks: | ||
| - template_id: optimize_split_delta | ||
| task_executor_arguments: | ||
| dependent_task_batch_size: 100 | ||
| # TODO: Remove this once #182 is fixed | ||
| skip_erroneous_query_strings: "[DELTA_FAILED_RECOGNIZE_PREDICATE]" | ||
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 is logged is the calling method as well, it seems this line can be removed.