File tree 2 files changed +0
-21
lines changed
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 73
73
)
74
74
single_arch=(
75
75
testing/accumulo
76
- testing/gpdb-6
77
76
testing/hdp3.1-hive
78
77
testing/hdp3.1-hive-kerberized
79
78
testing/hdp3.1-hive-kerberized-2
Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ function run_hive_transactional_tests() {
57
57
true
58
58
}
59
59
60
- function check_gpdb() {
61
- environment_compose exec gpdb su gpadmin -l -c " pg_isready"
62
- }
63
-
64
60
function check_spark() {
65
61
environment_compose exec spark curl -f http://localhost:10213
66
62
}
@@ -83,13 +79,6 @@ function check_health() {
83
79
test " $status " == " healthy"
84
80
}
85
81
86
- function run_gpdb_tests() {
87
- environment_compose exec gpdb su gpadmin -l -c " psql -c 'CREATE TABLE foo (a INT) DISTRIBUTED RANDOMLY'" &&
88
- environment_compose exec gpdb su gpadmin -l -c " psql -c 'INSERT INTO foo VALUES (54)'" &&
89
- environment_compose exec gpdb su gpadmin -l -c " psql -c 'SELECT a FROM foo'" &&
90
- true
91
- }
92
-
93
82
function run_kerberos_tests() {
94
83
sleep 60
95
84
environment_compose exec kerberos create_principal -o -p tola -k tola.keytab
@@ -193,15 +182,6 @@ for ARCH in "${platforms[@]}"; do
193
182
retry check_health
194
183
elif [[ ${ENVIRONMENT} == " kerberos" ]]; then
195
184
run_kerberos_tests
196
- elif [[ ${ENVIRONMENT} == * " gpdb" * ]]; then
197
- # wait until gpdb process is started
198
- retry check_gpdb
199
-
200
- # run tests
201
- set -x
202
- set +e
203
- sleep 10
204
- run_gpdb_tests
205
185
elif [[ ${ENVIRONMENT} == * " hive" * ]]; then
206
186
# wait until hadoop processes is started
207
187
retry check_hadoop
You can’t perform that action at this time.
0 commit comments