mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
wl 1801
Testcases for NF ndb/src/kernel/blocks/ERROR_codes.txt: Error insert for testing NF handling of committed read ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Error insert for testing NF handling of committed read ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Error insert for testing NF handling of committed read ndb/test/include/NDBT_Test.hpp: Move sync methods into NDBT_Context ndb/test/ndbapi/testIndex.cpp: Move sync methods into NDBT_Context ndb/test/ndbapi/testNodeRestart.cpp: Add test case that verifies committed read during NF ndb/test/src/NDBT_Test.cpp: Move sync methods into NDBT_Context
This commit is contained in:
@ -82,6 +82,12 @@ public:
|
||||
*/
|
||||
int getNoOfRunningSteps() const ;
|
||||
int getNoOfCompletedSteps() const ;
|
||||
|
||||
/**
|
||||
* Thread sync
|
||||
*/
|
||||
void sync_down(const char * key);
|
||||
void sync_up_and_wait(const char * key, Uint32 count = 0);
|
||||
private:
|
||||
friend class NDBT_Step;
|
||||
friend class NDBT_TestSuite;
|
||||
|
Reference in New Issue
Block a user