[HUDI-4084] Add support to test async table services with integ test suite framework (#5557)
* Add support to test async table services with integ test suite framework * Make await time for validation configurable
This commit is contained in:
committed by
GitHub
parent
47b764ec33
commit
af1128acf9
@@ -74,10 +74,12 @@ dag_content:
|
||||
validate_once_every_itr : 5
|
||||
validate_hive: true
|
||||
delete_input_data: true
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: second_hive_sync
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 50
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
@@ -62,10 +62,12 @@ dag_content:
|
||||
validate_once_every_itr : 5
|
||||
validate_hive: false
|
||||
delete_input_data: true
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: first_delete
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 30
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
@@ -62,10 +62,12 @@ dag_content:
|
||||
validate_once_every_itr : 5
|
||||
validate_hive: false
|
||||
delete_input_data: true
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: first_delete
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 50
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
@@ -64,10 +64,12 @@ dag_content:
|
||||
config:
|
||||
validate_hive: false
|
||||
delete_input_data: true
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: first_delete
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 20
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
@@ -65,10 +65,12 @@ dag_content:
|
||||
validate_once_every_itr : 5
|
||||
validate_hive: false
|
||||
delete_input_data: false
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: first_delete
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 20
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
@@ -62,10 +62,12 @@ dag_content:
|
||||
validate_once_every_itr : 5
|
||||
validate_hive: false
|
||||
delete_input_data: true
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: first_delete
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 50
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
@@ -45,10 +45,12 @@ dag_content:
|
||||
config:
|
||||
validate_hive: false
|
||||
delete_input_data: true
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: first_delete
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 6
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
@@ -46,10 +46,12 @@ dag_content:
|
||||
validate_once_every_itr : 5
|
||||
validate_hive: false
|
||||
delete_input_data: true
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateDatasetNode
|
||||
deps: first_delete
|
||||
last_validate:
|
||||
config:
|
||||
execute_itr_count: 30
|
||||
max_wait_time_for_deltastreamer_catch_up_ms: 600000
|
||||
type: ValidateAsyncOperations
|
||||
deps: second_validate
|
||||
|
||||
Reference in New Issue
Block a user