aboutsummaryrefslogtreecommitdiff
path: root/src/test/checkqueue_tests.cpp
AgeCommit message (Expand)Author
2023-10-03refactor: Make `CCheckQueue` constructor start worker threadsHennadii Stepanov
2023-10-03Make `CCheckQueue` destructor stop worker threadsHennadii Stepanov
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-22test: Remove unused Check* default constructorsMarcoFalke
2023-03-21test: Default initialize `should_freeze` to `true`Hennadii Stepanov
2023-03-21refactor: Drop no longer used `swap` member functionsHennadii Stepanov
2023-03-21clang-tidy, test: Fix bugprone-use-after-move in `Correct_Queue_range()`Hennadii Stepanov
2023-03-21refactor: Make move semantics explicit for callersHennadii Stepanov
2023-03-21refactor: Use move semantics in `CCheckQueue::Add`Hennadii Stepanov
2023-02-06Move random test util code from setup_common to randomJon Atack
2023-01-03refactor: use braced init for integer constants instead of c style castsPasta
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-05-17refactor: use C++11 default initializersfanquake
2022-04-28test, bench: make prevector and checkqueue swap member functions noexceptJon Atack
2022-04-05Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directiveJon Atack
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-08Disable lock contention logging in checkqueue_testsJon Atack
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-25Merge #18710: Add local thread pool to CCheckQueueWladimir J. van der Laan
2020-12-06Don't declare de facto const member functions as non-constpracticalswift
2020-09-24refactor: Drop boost::thread stuff in CCheckQueueHennadii Stepanov
2020-09-24test: Use CCheckQueue local thread poolHennadii Stepanov
2020-06-04refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov
2020-05-19test/checkqueue_tests: thread safety annotationsAnthony Towns
2020-04-17test: Move boost/stdlib includes lastMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2019-11-29Use correct C++11 header for std::swap()Hennadii Stepanov
2019-11-07Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke
2019-11-06[tests] Don't use TestingSetup in the checkqueue_testsJohn Newbery
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-03-29tests: Reduce noise level in test_bitcoin outputpracticalswift
2018-12-15Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-02-22test: Plug memory leaks and stack-use-after-scopeMarcoFalke
2017-12-13Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider