| Package | Description |
|---|---|
| dunit.eclipse | |
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
ClientVmRecord |
FakeMaster.bounceUnitTestVm(int pid) |
| Modifier and Type | Method and Description |
|---|---|
ClientVmRecord |
MasterProxy.bounceUnitTestVm(int pid)
For internal hydra use only.
|
protected static ClientVmRecord |
ClientMgr.bounceUnitTestVm(int pid)
Does kill type stops for unit test vms followed by immediate restart.
|
ClientVmRecord |
MasterProxyIF.bounceUnitTestVm(int pid)
For internal hydra use only.
|
protected static ClientVmRecord |
ClientMgr.getClientVm(int vmid)
Returns client vm records with the given id from the master list.
|
protected ClientVmRecord |
BaseTaskScheduler.getVm(Integer vmid)
Returns the client vm record with the given id.
|
ClientVmRecord |
ClientRecord.vm() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
BaseTaskScheduler.fakeKillResults(ClientVmRecord vm)
Called by dynamic stopper threads to fake task results for the busy
clients in a killed vm so the scheduler will not wait for them to finish.
|
static int |
Java.javaRemoteTestModule(String masterHost,
int masterPid,
ClientVmRecord vm,
String purpose)
Start a client vm based on the client description and starting thread id.
|
protected static void |
ClientMgr.printProcessStacks(ClientVmRecord vm)
Prints process stacks for a specific client vm.
|
protected static void |
ClientMgr.waitForClientToDisconnect(ClientVmRecord vm)
Waits
Prms.maxClientShutdownWaitSec for the given client vm
to disconnect. |
| Constructor and Description |
|---|
ClientRecord(int tid,
ClientVmRecord vm)
Used by schedulers to create pending clients.
|
DynamicConcurrentTaskScheduler(String name,
Vector tasks,
String purpose,
ClientVmRecord vm,
boolean disconnect)
Creates a task scheduler by the given name for the purpose of
executing the given set of tasks.
|
DynamicSerialTaskScheduler(String name,
Vector tasks,
String purpose,
ClientVmRecord vm,
boolean disconnect)
Creates a task scheduler by the given name for the purpose of
executing the given set of tasks.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.