MXS-2900 maxtest includes cleanup, part 3
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
|
||||
using std::stringstream;
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include <iostream>
|
||||
#include <maxbase/format.hh>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Test monitoring and failover with ignore_external_masters=true
|
||||
*/
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
#include <atomic>
|
||||
#include <thread>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "failover_common.cpp"
|
||||
#include <string>
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "failover_common.cpp"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include <exception>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
// MXS-2652: https://jira.mariadb.org/browse/MXS-2652
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
using std::string;
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
|
||||
using std::cerr;
|
||||
using std::cout;
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
|
||||
using std::cerr;
|
||||
using std::cout;
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
|
||||
using std::cerr;
|
||||
using std::cout;
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <random>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -21,9 +21,9 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <set>
|
||||
#include "testconnections.h"
|
||||
#include "maxadmin_operations.h"
|
||||
#include "sql_t1.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include <maxtest/maxadmin_operations.h>
|
||||
#include <maxtest/sql_t1.h>
|
||||
#include <jansson.h>
|
||||
#include <maxbase/string.hh>
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
|
||||
using std::string;
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
|
||||
using std::string;
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
|
||||
using std::cerr;
|
||||
using std::cout;
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
* Public License.
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
|
||||
using std::cerr;
|
||||
using std::cout;
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include <random>
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
#include "fail_switch_rejoin_common.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Testing of master failure verification
|
||||
*/
|
||||
|
||||
#include "testconnections.h"
|
||||
#include <maxtest/testconnections.h>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user