Skip to content

Instantly share code, notes, and snippets.

@3manuek
Created May 2, 2014 01:28
Show Gist options
  • Save 3manuek/b94e1782012d3cc695cd to your computer and use it in GitHub Desktop.
Save 3manuek/b94e1782012d3cc695cd to your computer and use it in GitHub Desktop.
root@precise64:~/event_trigger/2ndquadrant_bdr/src/test/regress# git diff serial_schedule
diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule
index 16a1905..ad99e1b 100644
--- a/src/test/regress/serial_schedule
+++ b/src/test/regress/serial_schedule
@@ -1,5 +1,6 @@
# src/test/regress/serial_schedule
# This should probably be in an order similar to parallel_schedule.
+test: deparse_util
test: tablespace
test: boolean
test: char
root@precise64:~/event_trigger/2ndquadrant_bdr/src/test/regress# git diff parallel_schedule
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule
index c0416f4..a71a1b7 100644
--- a/src/test/regress/parallel_schedule
+++ b/src/test/regress/parallel_schedule
@@ -5,6 +5,8 @@
# this limits the number of connections needed to run the tests.
# ----------
+test: deparse_util
+
# run tablespace by itself, and first, because it forces a checkpoint;
# we'd prefer not to have checkpoints later in the tests because that
# interferes with crash-recovery testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment