File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 tags : [atlas_connect]
1010
1111 # Atlas data lake tests
12- - name : test-atlas-data-lake
12+ - name : test-atlas-data-lake-with_ext
1313 commands :
1414 - func : run tests
1515 tags : [atlas_data_lake]
16- - name : test-atlas-data-lake
16+ - name : test-atlas-data-lake-without_ext
1717 commands :
1818 - func : run tests
1919 tags : [atlas_data_lake]
Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ def create_atlas_data_lake_tasks():
973973 vars = dict (TEST_NAME = "data_lake" )
974974 vars = handle_c_ext (c_ext , vars )
975975 test_func = FunctionCall (func = "run tests" , vars = vars )
976- task_name = "test-atlas-data-lake"
976+ task_name = f "test-atlas-data-lake- { c_ext } "
977977 tasks .append (EvgTask (name = task_name , tags = tags , commands = [test_func ]))
978978 return tasks
979979
You can’t perform that action at this time.
0 commit comments