Skip to content
Snippets Groups Projects
Commit b64d990b authored by Christoph Berg's avatar Christoph Berg 📡
Browse files

Give up on playing whack-a-mole with upstream regression tests

... and mark them as flaky; add a simple superficial "create extension" test.
parent 4caac28d
No related branches found
No related tags found
No related merge requests found
Pipeline #580512 passed
......@@ -5,6 +5,8 @@ postgresql-mysql-fdw (2.9.1-1) unstable; urgency=medium
mariadb now.)
* Adjust tests for changed mysql error messages. (Closes: #1033836)
* Remove pushdown test with varying output on PG11.
* Give up on playing whack-a-mole with upstream regression tests and mark
them as flaky; add a simple superficial "create extension" test.
-- Christoph Berg <myon@debian.org> Tue, 18 Jul 2023 12:59:44 +0200
......
Depends: @, default-mysql-server | mysql-server, locales-all, make
Tests: installcheck
Restrictions: needs-root, allow-stderr, skippable
Restrictions: needs-root, allow-stderr, flaky, skippable
Depends: @
Tests: create-extension
Restrictions: allow-stderr, superficial
#!/bin/sh
echo 'create extension mysql_fdw' | pg_buildext psql
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment