Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dcb7f24

Browse files
TestTestgresCommon - generic tests for local and remote modes.
This commit replaces #216
1 parent ac0a2bb commit dcb7f24

File tree

4 files changed

+1142
-1965
lines changed

4 files changed

+1142
-1965
lines changed

run_tests.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
set -eux
66

7-
if [ -z ${TEST_FILTER+x} ]; then export TEST_FILTER="TestgresTests"; fi
7+
if [ -z ${TEST_FILTER+x} ]; \
8+
then export TEST_FILTER="TestgresTests or (TestTestgresCommon and (not remote_ops))"; \
9+
fi
810

911
# choose python version
1012
echo python version is $PYTHON_VERSION

0 commit comments

Comments
 (0)