aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/verify
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/pg/verify')
-rw-r--r--sqitch/pg/verify/allocated_builds_submit_outputs.sql7
-rw-r--r--sqitch/pg/verify/background-jobs-queue.sql7
-rw-r--r--sqitch/pg/verify/builds_replace_unprocessed_index.sql7
3 files changed, 21 insertions, 0 deletions
diff --git a/sqitch/pg/verify/allocated_builds_submit_outputs.sql b/sqitch/pg/verify/allocated_builds_submit_outputs.sql
new file mode 100644
index 0000000..e95a717
--- /dev/null
+++ b/sqitch/pg/verify/allocated_builds_submit_outputs.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:allocated_builds_submit_outputs on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;
diff --git a/sqitch/pg/verify/background-jobs-queue.sql b/sqitch/pg/verify/background-jobs-queue.sql
new file mode 100644
index 0000000..a36097e
--- /dev/null
+++ b/sqitch/pg/verify/background-jobs-queue.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:background-jobs-queue on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;
diff --git a/sqitch/pg/verify/builds_replace_unprocessed_index.sql b/sqitch/pg/verify/builds_replace_unprocessed_index.sql
new file mode 100644
index 0000000..050ef75
--- /dev/null
+++ b/sqitch/pg/verify/builds_replace_unprocessed_index.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:builds_replace_unprocessed_index on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;