From 042184fdc9ea9ee6d01106162aaadaf51022146c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 14 Mar 2012 16:25:57 -0700 Subject: [PATCH] add a checkfirst here as s3 seems to be stuck on the jenkins db --- test/sql/test_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/test_defaults.py b/test/sql/test_defaults.py index c0d3c2d499..ec08cd28e4 100644 --- a/test/sql/test_defaults.py +++ b/test/sql/test_defaults.py @@ -849,7 +849,7 @@ class SequenceTest(fixtures.TestBase, testing.AssertsCompiledSQL): assert s3.metadata is metadata - t.create(testing.db) + t.create(testing.db, checkfirst=True) s3.drop(testing.db) # 't' is created, and 's3' won't be -- 2.47.2