Skip to content

Commit e2d83db

Browse files
committed
YadamuQA: Allow Connection File to be specified as command line argument
Enable QA specific command line arguments Add support for specifying connection file as a command line argument in QA Trap and report errors raised by pumpData() operations Add test for vertica number format
1 parent f021a03 commit e2d83db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+597
-1089
lines changed

docker/dockerfiles/linux/commandLine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt install apt-transport-https \
88
&& apt -y update \
99
&& apt install -y mssql-tools \
1010
&& wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | apt-key add - \
11-
&& sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" >> /etc/apt/sources.list.d/pgdg.list' \
11+
&& sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main" >> /etc/apt/sources.list.d/pgdg.list' \
1212
&& apt-get -y update \
1313
&& apt install -y postgresql-client \
1414
&& apt install -y mariadb-client \

qa/regression/noPasswords.json

Lines changed: 0 additions & 123 deletions
This file was deleted.

qa/regression/vertica09DataTypes.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
, "tasks" : "tasks.json"
55
, "recreateSchema" : true
66
, "createFolders" : true
7-
, "parameters": {
8-
"REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
9-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
10-
, "INFINITY_MANAGEMENT" : "NULLIFY"
7+
, "parameters": {, "INFINITY_MANAGEMENT" : "NULLIFY"
118
, "CIRCLE_FORMAT" : "CIRCLE"
129
}
1310
, "tests" : [{

qa/regression/vertica09ShortRegression.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
, "verifyOperation" : true
88
, "parameters" : {
99
"DIRECTORY" : "export/json/%location%"
10-
, "REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
11-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
1210
}
1311
, "tests" : [{
1412
"operation" : "import"

qa/regression/vertica09TestSuite.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
, "tasks" : "tasks.json"
55
, "recreateSchema" : true
66
, "parameters": {
7-
"REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
8-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
9-
, "IDENTIFIER_MAPPING_FILE" : "qa/mappings/verticaMappings.json"
7+
"IDENTIFIER_MAPPING_FILE" : "qa/mappings/verticaMappings.json"
108
, "MERGEOUT_INSERT_COUNT" : 128
119
}
1210
, "tests" : [{

qa/regression/vertica10DataTypes.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
, "recreateSchema" : true
66
, "createFolders" : true
77
, "parameters": {
8-
"REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
9-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
10-
, "INFINITY_MANAGEMENT" : "NULLIFY"
8+
"INFINITY_MANAGEMENT" : "NULLIFY"
119
, "CIRCLE_FORMAT" : "CIRCLE"
1210
}
1311
, "tests" : [{

qa/regression/vertica10ShortRegression.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
, "verifyOperation" : true
88
, "parameters" : {
99
"DIRECTORY" : "export/json/%location%"
10-
, "REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
11-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
1210
}
1311
, "tests" : [{
1412
"operation" : "import"

qa/regression/vertica10TestSuite.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
, "tasks" : "tasks.json"
55
, "recreateSchema" : true
66
, "parameters": {
7-
"REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
8-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
9-
, "IDENTIFIER_MAPPING_FILE" : "qa/mappings/verticaMappings.json"
7+
"IDENTIFIER_MAPPING_FILE" : "qa/mappings/verticaMappings.json"
108
, "MERGEOUT_INSERT_COUNT" : 128
119
}
1210
, "tests" : [{

qa/regression/vertica11DataTypes.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
, "recreateSchema" : true
66
, "createFolders" : true
77
, "parameters": {
8-
"REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
9-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
10-
, "INFINITY_MANAGEMENT" : "NULLIFY"
8+
"INFINITY_MANAGEMENT" : "NULLIFY"
119
, "CIRCLE_FORMAT" : "CIRCLE"
1210
}
1311
, "tests" : [{

qa/regression/vertica11ShortRegression.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
, "verifyOperation" : true
88
, "parameters" : {
99
"DIRECTORY" : "export/json/%location%"
10-
, "REMOTE_STAGING_AREA" : "/mnt/shared/stagingArea/db/vertica"
11-
, "LOCAL_STAGING_AREA" : "/usr/src/YADAMU/stagingArea/db/vertica"
1210
}
1311
, "tests" : [{
1412
"operation" : "import"

0 commit comments

Comments
 (0)