localServer.start();
localServer.waitForInitialization();
ClientConfig clientConfig = new ClientConfig();
Client client = ClientFactory.createClient(clientConfig);
client.createConnection("127.0.0.1");
client.callProcedure("P1.insert", 5, 5, 5, 5);
ClientResponse cr = client.callProcedure("crash4");
//client.callProcedure("@AdHoc", "UPDATE P1 SET BIG = BIG + 4 WHERE P1.ID>= 5200704751286217677");