|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.ourgrid.test.functionaltests.ExecutionLoadFunctionalTests
public class ExecutionLoadFunctionalTests
Stressfully test job executions on OurGrid communities under different conditions. Test details are documented on the test methods.
Constructor Summary | |
---|---|
ExecutionLoadFunctionalTests()
|
Method Summary | |
---|---|
void |
runStressTestWithEnviroment(int numMyGrids,
int numPeers,
int numGumsPerPeer,
java.io.File jobFile,
int numJobs)
Test scenario: - Peer [1 to x], MyGrid [1 to y] randomly at Peers [1 to x], Gums at Peers [1 to x], Peer [1 to x] at Core Peer 1 Description: - Tests execution of a wide number of jobs in various Peer from various MyGrid. |
protected void |
tearDown()
Reset the FunctionTestsControl to clear any properties
configuration that was used before. |
void |
testOneMyGridAFewOfEchoTaskBasedAndOnePeer()
Test scenario: - Peer A, MyGrid A at Peer A, Gums at Peer A Description: - Tests execution of a wide number of jobs in a Single Peer from one MyGrid. |
void |
testOneMyGridAFewOfEchoTaskBasedJobsAndVariousPeer()
Test scenario: - Peer [1 to 5], MyGrid A at Peer 1, Gums at Peers [1 to 5], Peer [1 to 5] at Core Peer A Description: - Tests execution of a wide number of jobs in various Peer from one MyGrid. |
void |
testOneMyGridALotOfEchoJobsAndOnePeer()
Test scenario: - Peer A, MyGrid A at Peer A, Gums at Peer A Description: - Tests execution of a wide number of jobs in a Single Peer from one MyGrid. |
void |
testOneMyGridALotOfEchoJobsAndVariousPeer()
Test scenario: - Peer [1 to 5], MyGrid A at Peer 1, Gums at Peers [1 to 5], Peer [1 to 5] at Core Peer A Description: - Tests execution of a wide number of jobs in various Peer from one MyGrid. |
void |
testVariousMyGridAFewOfEchoTaskBasedAndOnePeer()
Test scenario: - Peer A, MyGrid [1 to 5] at Peer A, Gums at Peer A Description: - Tests execution of a wide number of jobs in a Single Peer from various MyGrid. |
void |
testVariousMyGridAFewOfEchoTaskBasedJobsAndVariousPeer()
Test scenario: - Peer [1 to 5], MyGrid [1 to 5] randomly at Peers [1 to 5], Gums at Peers [1 to 5], Peer [1 to 5] at Core Peer 1 Description: - Tests execution of a wide number of jobs in various Peer from various MyGrid. |
void |
testVariousMyGridALotOfEchoJobsAndOnePeer()
Test scenario: - Peer A, MyGrid [1 to 5] at Peer A, Gums at Peer A Description: - Tests execution of a wide number of jobs in a Single Peer from various MyGrid. |
void |
testVariousMyGridALotOfEchoJobsAndVariousPeer()
Test scenario: - Peer [1 to 5], MyGrid [1 to 5] randomly at Peers [1 to 5], Gums at Peers [1 to 5], Peer [1 to 5] at Core Peer 1 Description: - Tests execution of a wide number of jobs in various Peer from various MyGrid. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExecutionLoadFunctionalTests()
Method Detail |
---|
protected void tearDown() throws java.lang.Exception
FunctionTestsControl
to clear any properties
configuration that was used before.
tearDown
in class junit.framework.TestCase
java.lang.Exception
TestCase.tearDown()
public void testOneMyGridALotOfEchoJobsAndOnePeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void testVariousMyGridALotOfEchoJobsAndOnePeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void testOneMyGridALotOfEchoJobsAndVariousPeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void testVariousMyGridALotOfEchoJobsAndVariousPeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void testOneMyGridAFewOfEchoTaskBasedAndOnePeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void testVariousMyGridAFewOfEchoTaskBasedAndOnePeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void testOneMyGridAFewOfEchoTaskBasedJobsAndVariousPeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void testVariousMyGridAFewOfEchoTaskBasedJobsAndVariousPeer() throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.public void runStressTestWithEnviroment(int numMyGrids, int numPeers, int numGumsPerPeer, java.io.File jobFile, int numJobs) throws java.lang.Exception
java.lang.Exception
- If any exception is thrown the test fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |