diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-02 17:42:51 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-02 17:42:51 -0400 |
| commit | eb28ebb0f8a48ba57f68f21d64479b56bf689d24 (patch) | |
| tree | 16455b33cf6c02f789d7c0bff45ce3bf1aec06cb /lib/sqlalchemy/testing/plugin/plugin_base.py | |
| parent | dc9e35f08d3954fca82d042bf70f8275d51e6f80 (diff) | |
| download | sqlalchemy-eb28ebb0f8a48ba57f68f21d64479b56bf689d24.tar.gz | |
- limit oracle DB reaps to identifiers generated from this
run to prevent race conditions against concurrent runs
Change-Id: I065d1cec346ea7af03792c3cc2f30766f73c2bd3
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/plugin_base.py')
| -rw-r--r-- | lib/sqlalchemy/testing/plugin/plugin_base.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/plugin/plugin_base.py b/lib/sqlalchemy/testing/plugin/plugin_base.py index fd33c56a0..fc9d71165 100644 --- a/lib/sqlalchemy/testing/plugin/plugin_base.py +++ b/lib/sqlalchemy/testing/plugin/plugin_base.py @@ -67,6 +67,9 @@ def setup_options(make_option): dest="low_connections", help="Use a low number of distinct connections - " "i.e. for Oracle TNS") + make_option("--write-idents", type="string", dest="write_idents", + help="write out generated follower idents to <file>, " + "when -n<num> is used") make_option("--reversetop", action="store_true", dest="reversetop", default=False, help="Use a random-ordering set implementation in the ORM " |
