Skip to content

Commit

Permalink
[pg15] test: Fix test_D29662.sh
Browse files Browse the repository at this point in the history
Summary: Fix test_D29662.sh

Test Plan: Jenkins: skip

Reviewers: jason, tfoucher

Differential Revision: https://phorge.dev.yugabyte.com/D31000
  • Loading branch information
arpang committed Dec 13, 2023
1 parent 04e31cf commit 32705bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pg15_tests/test_D29662.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env bash
source "${BASH_SOURCE[0]%/*}"/common.sh

# With D30923, pg_select should pass.
java_test 'TestPgRegressMisc#testPgRegressMiscSerial' false
grep_in_java_test \
'failed tests: [yb_create_language, yb_depend, yb_guc, yb_query_consistent_snapshot]' \
'failed tests: [yb_create_language, yb_depend, yb_guc, yb_query_consistent_snapshot, yb_select]' \
'TestPgRegressMisc#testPgRegressMiscSerial'
# yb_get_range_split_clause should pass.
java_test 'TestPgRegressMisc#testPgRegressMiscSerial2'
Expand Down

0 comments on commit 32705bb

Please sign in to comment.