Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
58123017
Commit
58123017
authored
Dec 19, 2008
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed test levels. Test levels are an invitation to inadvertently
not run tests.
parent
59b1af0e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
src/ZEO/tests/InvalidationTests.py
src/ZEO/tests/InvalidationTests.py
+0
-2
src/ZODB/tests/testFileStorage.py
src/ZODB/tests/testFileStorage.py
+0
-2
src/ZODB/tests/testRecover.py
src/ZODB/tests/testRecover.py
+0
-2
No files found.
src/ZEO/tests/InvalidationTests.py
View file @
58123017
...
@@ -236,8 +236,6 @@ class LargeUpdatesThread(FailableThread):
...
@@ -236,8 +236,6 @@ class LargeUpdatesThread(FailableThread):
class
InvalidationTests
:
class
InvalidationTests
:
level
=
2
# Minimum # of seconds the main thread lets the workers run. The
# Minimum # of seconds the main thread lets the workers run. The
# test stops as soon as this much time has elapsed, and all threads
# test stops as soon as this much time has elapsed, and all threads
# have managed to commit a change.
# have managed to commit a change.
...
...
src/ZODB/tests/testFileStorage.py
View file @
58123017
...
@@ -334,8 +334,6 @@ class FileStorageNoRestoreRecoveryTest(FileStorageRecoveryTest):
...
@@ -334,8 +334,6 @@ class FileStorageNoRestoreRecoveryTest(FileStorageRecoveryTest):
class
SlowFileStorageTest
(
BaseFileStorageTests
):
class
SlowFileStorageTest
(
BaseFileStorageTests
):
level
=
2
def
check10Kstores
(
self
):
def
check10Kstores
(
self
):
# The _get_cached_serial() method has a special case
# The _get_cached_serial() method has a special case
# every 8000 calls. Make sure it gets minimal coverage.
# every 8000 calls. Make sure it gets minimal coverage.
...
...
src/ZODB/tests/testRecover.py
View file @
58123017
...
@@ -30,8 +30,6 @@ import transaction
...
@@ -30,8 +30,6 @@ import transaction
class
RecoverTest
(
ZODB
.
tests
.
util
.
TestCase
):
class
RecoverTest
(
ZODB
.
tests
.
util
.
TestCase
):
level
=
2
path
=
None
path
=
None
def
setUp
(
self
):
def
setUp
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment