summaryrefslogtreecommitdiff
path: root/test/ext/test_horizontal_shard.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-12-08 01:18:07 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-12-08 01:22:37 -0500
commit902c8d480beebb69e09ee613fe51579c3fd2ce0d (patch)
tree0777063c0d4638106d75a5ade7075d0da1451dcd /test/ext/test_horizontal_shard.py
parent3f1477e2ecf3b2e95a26383490d0e8c363f4d0cc (diff)
downloadsqlalchemy-ticket_3100.tar.gz
- some profile changes likely due to the change in event listeningticket_3100
on engines
Diffstat (limited to 'test/ext/test_horizontal_shard.py')
-rw-r--r--test/ext/test_horizontal_shard.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ext/test_horizontal_shard.py b/test/ext/test_horizontal_shard.py
index 99879a74d..0af33ecde 100644
--- a/test/ext/test_horizontal_shard.py
+++ b/test/ext/test_horizontal_shard.py
@@ -235,8 +235,6 @@ class AttachedFileShardTest(ShardTest, fixtures.TestBase):
def _init_dbs(self):
db1 = testing_engine('sqlite://', options={"execution_options":
{"shard_id": "shard1"}})
- assert db1._has_events
-
db2 = db1.execution_options(shard_id="shard2")
db3 = db1.execution_options(shard_id="shard3")
db4 = db1.execution_options(shard_id="shard4")