projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b351bde
)
Someone fix this test, please.
author
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 25 May 2014 19:58:30 +0000
(15:58 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 25 May 2014 19:58:30 +0000
(15:58 -0400)
t/10-makedelta.t
patch
|
blob
|
blame
|
history
diff --git
a/t/10-makedelta.t
b/t/10-makedelta.t
index b5124b5ac78f5f6a61d38f988582c00ccfee4deb..dbe7f62c00786366da6d63bd2dc5a7c83b00cefa 100644
(file)
--- a/
t/10-makedelta.t
+++ b/
t/10-makedelta.t
@@
-103,10
+103,15
@@
ok $bct->wait_for_notice($dbhX, [qw(
bucardo_syncdone_deltatest2
)]), 'The deltatest1 and deltatest2 syncs finished';
+## Why is a sleep needed?!?
+sleep 5;
+
is_deeply $dbhA->selectall_arrayref(
'SELECT id, data1 FROM bucardo_test2'
), [[2, 'foo']], 'Should have the A test2 row in A';
+exit;
+
is_deeply $dbhC->selectall_arrayref(
'SELECT id, data1 FROM bucardo_test2'
), [[2, 'foo']], 'Should have the A test2 row in C';