]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test(crdb) Skip tests affected by BEGIN READ ONLY bug
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Aug 2022 00:43:50 +0000 (01:43 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 29 Aug 2022 08:19:57 +0000 (09:19 +0100)
commitabaaa35bf31bdc666c7758bb71e680259b2ae392
tree6c07601330aad8f81911382ac010c4c745c07b09
parent3a703f7f06d81ffa708cb986a470d171f65e4ed5
test(crdb) Skip tests affected by BEGIN READ ONLY bug

The connection doesn't go in read-only mode if the statement is executed
using the advanced protocol.

See https://github.com/cockroachdb/cockroach/issues/87012
tests/fix_crdb.py
tests/test_connection.py