Class com::mapd::parser::server::test::TestServer

class TestServer

Public Functions

void com.mapd.parser.server.test.TestServer.testThreadedCall()
void com.mapd.parser.server.test.TestServer.testSimpleCall()
void com.mapd.parser.server.test.TestServer.testRandomCall()

Public Static Functions

static void com.mapd.parser.server.test.TestServer.startServer()
static void com.mapd.parser.server.test.TestServer.stopServer()

Private Functions

void com.mapd.parser.server.test.TestServer.randomCalciteCall()
void com.mapd.parser.server.test.TestServer.callCalciteCheck(String query, String result)

Private Members

volatile int com.mapd.parser.server.test.TestServer.threadsRun = 0
volatile boolean com.mapd.parser.server.test.TestServer.threadHadFailure = false
volatile AssertionError com.mapd.parser.server.test.TestServer.ae

Private Static Attributes

final Logger com.mapd.parser.server.test.TestServer.MAPDLOGGER = LoggerFactory.getLogger(TestServer.class)
final int com.mapd.parser.server.test.TestServer.TEST_THREAD_COUNT = 3
CalciteServerWrapper com.mapd.parser.server.test.TestServer.csw = null
SockTransportProperties com.mapd.parser.server.test.TestServer.client_skT = null
SockTransportProperties com.mapd.parser.server.test.TestServer.server_skT = null