feat: SQL between/hostvar-key alignment, class-condition parsing, gcov merge across scenario runs
This commit is contained in:
@@ -23,6 +23,22 @@ db_tables:
|
||||
- name: STATUS
|
||||
type: CHAR(1)
|
||||
|
||||
command_line: YEARMONTH=202607
|
||||
|
||||
runs:
|
||||
- id: normal
|
||||
- id: no_parm
|
||||
command_line: ""
|
||||
- id: feb
|
||||
command_line: YEARMONTH=202602
|
||||
- id: feb_leap
|
||||
command_line: YEARMONTH=202402
|
||||
- id: invalid_month
|
||||
command_line: YEARMONTH=202613
|
||||
- id: empty_emp
|
||||
command_line: YEARMONTH=202607
|
||||
delete_all_rows: true
|
||||
|
||||
subprograms:
|
||||
- SUB02MSG
|
||||
- SUB03END
|
||||
|
||||
Reference in New Issue
Block a user