Skip to content

Commit

Permalink
[pg15] test: fix pg15_tests/test_D31292.sh
Browse files Browse the repository at this point in the history
Summary:
Commit 3fe5161 should have updated
test_D31292.sh.  Fix it now.

Test Plan:
On Almalinux 8:

    #!/usr/bin/env bash
    set -eu
    ./yb_build.sh fastdebug --gcc11
    pg15_tests/test_D31292.sh

Jenkins: skip

Reviewers: tfoucher, fizaa

Reviewed By: fizaa

Subscribers: yql

Differential Revision: https://phorge.dev.yugabyte.com/D35869
  • Loading branch information
jaki committed Jun 14, 2024
1 parent 3fe5161 commit 03af397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg15_tests/test_D31292.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ grep_in_java_test \

failing_java_test 'TestPgRegressPgMiscIndependent'
grep_in_java_test \
'failed tests: [yb_pg_dbsize, yb_pg_identity, yb_pg_index_including, yb_pg_misc, yb_pg_sequence]' \
'failed tests: [yb_pg_dbsize, yb_pg_identity, yb_pg_index_including, yb_pg_sequence]' \
'TestPgRegressPgMiscIndependent'

0 comments on commit 03af397

Please sign in to comment.