[WIP] [TEST] Reinitialize state in between individual unit tests.#7
Closed
[WIP] [TEST] Reinitialize state in between individual unit tests.#7
Conversation
aa31532 to
5a147fd
Compare
This changes the TestingSetup fixture to be per-unit-test rather than global. Most tests don't need it, so it's only invoked in a few.
5a147fd to
af33dd6
Compare
Warrows
pushed a commit
that referenced
this pull request
Feb 28, 2019
[Tests] fix proof of stake target in block class
Warrows
added a commit
that referenced
this pull request
Oct 14, 2019
9813f61f5 Merge #7: Make {v}snprintf definition dependent on _MSC_VER a3ae6072a Make {v}snprintf definition dependent on _MSC_VER f545dfabf Merge PIVX-Project#18: Use utf-8 to decode filename f8e797a05 Use utf-8 to decode filename 2fc114812 Merge #14: Fixes to allow building with msvc. 524b7e36a Merge PIVX-Project#19: Increase maximum read-only mmap()s used from 1000 to 4096 on 64-bit systems 4874cb8d3 Increase maximum number of read-only mmap()s used from 1000 to 4096 on 64 bit systems. d6eab9313 Fixes to allow building with msvc. git-subtree-dir: src/leveldb git-subtree-split: 9813f61f569fdb154ed5d8cd319202a1b7347291
Warrows
added a commit
that referenced
this pull request
Nov 22, 2019
9813f61f5 Merge #7: Make {v}snprintf definition dependent on _MSC_VER a3ae6072a Make {v}snprintf definition dependent on _MSC_VER f545dfabf Merge PIVX-Project#18: Use utf-8 to decode filename f8e797a05 Use utf-8 to decode filename 2fc114812 Merge #14: Fixes to allow building with msvc. 524b7e36a Merge PIVX-Project#19: Increase maximum read-only mmap()s used from 1000 to 4096 on 64-bit systems 4874cb8d3 Increase maximum number of read-only mmap()s used from 1000 to 4096 on 64 bit systems. d6eab9313 Fixes to allow building with msvc. git-subtree-dir: src/leveldb git-subtree-split: 9813f61f569fdb154ed5d8cd319202a1b7347291
Warrows
added a commit
that referenced
this pull request
Nov 23, 2019
9813f61f5 Merge #7: Make {v}snprintf definition dependent on _MSC_VER a3ae6072a Make {v}snprintf definition dependent on _MSC_VER f545dfabf Merge PIVX-Project#18: Use utf-8 to decode filename f8e797a05 Use utf-8 to decode filename 2fc114812 Merge #14: Fixes to allow building with msvc. 524b7e36a Merge PIVX-Project#19: Increase maximum read-only mmap()s used from 1000 to 4096 on 64-bit systems 4874cb8d3 Increase maximum number of read-only mmap()s used from 1000 to 4096 on 64 bit systems. d6eab9313 Fixes to allow building with msvc. git-subtree-dir: src/leveldb git-subtree-split: 9813f61f569fdb154ed5d8cd319202a1b7347291
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This changes the TestingSetup fixture to be per-unit-test rather than global.
Most tests don't need it, so it's only invoked in a few.