Skip to content

Commit 659daae

Browse files
committed
pglogical v2 - remove Python tests
1 parent e59bf91 commit 659daae

12 files changed

+0
-1754
lines changed

contrib/pglogical_output/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -206,22 +206,11 @@ message just before you disconnect.
206206

207207
# Tests
208208

209-
There are two sets of tests bundled with `pglogical_output`: the `pg_regress`
210-
regression tests and some custom Python tests for the protocol.
211-
212209
The `pg_regress` tests check invalid parameter handling and basic
213210
functionality. They're intended for use by the buildfarm using an in-tree
214211
`make check`, but may also be run with an out-of-tree PGXS build against an
215212
existing PostgreSQL install using `make USE_PGXS=1 clean installcheck`.
216213

217-
The Python tests are more comprehensive, and examine the data sent by
218-
the extension at the protocol level, validating the protocol structure,
219-
order and contents. They can run using the SQL-level logical decoding
220-
interface or, with a psycopg2 containing https://github.com/psycopg/psycopg2/pull/322,
221-
with the walsender / streaming replication protocol. The Python-based tests
222-
exercise the internal binary format support, too. See `test/README.md` for
223-
details.
224-
225214
The tests may fail on installations that are not utf-8 encoded because the
226215
payloads of the binary protocol output will have text in different encodings,
227216
which aren't visible to psql as text to be decoded. Avoiding anything except

contrib/pglogical_output/test/Makefile

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

contrib/pglogical_output/test/README.md

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

0 commit comments

Comments
 (0)