Changeset 51a013 for ThirdParty/JobMarket
- Timestamp:
- May 12, 2017, 9:15:04 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps
- Children:
- 9a9f847
- Parents:
- 2945e6
- git-author:
- Frederik Heber <frederik.heber@…> (05/12/17 17:32:27)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/12/17 21:15:04)
- Location:
- ThirdParty/JobMarket/tests/regression
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/JobMarket/tests/regression/testsuite-addingjobs.at
r2945e6 r51a013 5 5 6 6 # check that ports are unique over all tests such that they may run in parallel 7 WORKERPORT=1 0358 CONTROLLERPORT=1 0369 WORKERLISTENPORT=1 0377 WORKERPORT=11035 8 CONTROLLERPORT=11036 9 WORKERLISTENPORT=11037 10 10 11 11 # start service in background -
ThirdParty/JobMarket/tests/regression/testsuite-checkalive.at
r2945e6 r51a013 4 4 AT_KEYWORDS([fragmentation automation controller poolworker server checkalive]) 5 5 6 WORKERPORT=1 0757 CONTROLLERPORT=1 0768 WORKERLISTENPORT=1 0776 WORKERPORT=11075 7 CONTROLLERPORT=11076 8 WORKERLISTENPORT=11077 9 9 10 10 TIMEOUT=3 -
ThirdParty/JobMarket/tests/regression/testsuite-checkstate.at
r2945e6 r51a013 5 5 6 6 # check that ports are unique over all tests such that they may run in parallel 7 WORKERPORT=1 0408 CONTROLLERPORT=1 0417 WORKERPORT=11040 8 CONTROLLERPORT=11041 9 9 10 10 # start service in background -
ThirdParty/JobMarket/tests/regression/testsuite-completerun.at
r2945e6 r51a013 5 5 6 6 # check that ports are unique over all tests such that they may run in parallel 7 WORKERPORT=1 0508 CONTROLLERPORT=1 0519 WORKERLISTENPORT=1 0527 WORKERPORT=11050 8 CONTROLLERPORT=11051 9 WORKERLISTENPORT=11052 10 10 11 11 # start service in background -
ThirdParty/JobMarket/tests/regression/testsuite-enrollinpool.at
r2945e6 r51a013 4 4 AT_KEYWORDS([fragmentation automation controller poolworker server shutdown]) 5 5 6 WORKERPORT=1 0557 CONTROLLERPORT=1 0568 WORKERLISTENPORT=1 0576 WORKERPORT=11055 7 CONTROLLERPORT=11056 8 WORKERLISTENPORT=11057 9 9 10 10 # start service in background -
ThirdParty/JobMarket/tests/regression/testsuite-falsehost.at
r2945e6 r51a013 4 4 AT_KEYWORDS([fragmentation automation controller poolworker server falsehost]) 5 5 6 WORKERPORT=1 0807 CONTROLLERPORT=1 0818 WORKERLISTENPORT=1 0826 WORKERPORT=11080 7 CONTROLLERPORT=11081 8 WORKERLISTENPORT=11082 9 9 10 10 TIMEOUT=3 … … 20 20 AT_CHECK([sleep 1], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 21 21 22 # remove worker 22 # remove worker: server will fail to resolve hostname and remove address from pool 23 23 AT_CHECK([${AUTOTEST_PATH}/JobMarketController --server 127.0.0.1:$CONTROLLERPORT --command removeall], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 24 AT_CHECK([sleep 1], 0, [ignore], [ignore], [kill $server_pid $worker_pid])24 AT_CHECK([sleep 4], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 25 25 AT_CHECK([kill -s 0 $server_pid], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 26 26 AT_CHECK([kill -s 0 $worker_pid], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 27 27 28 # shutdown server, should nowterminate as no workers are left28 # shutdown server, should terminate as no workers are left 29 29 AT_CHECK([${AUTOTEST_PATH}/JobMarketController --server 127.0.0.1:$CONTROLLERPORT --command shutdown], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 30 30 … … 32 32 AT_CHECK([kill $worker_pid], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 33 33 34 # check that Server is tru ely down34 # check that Server is truly down 35 35 AT_CHECK([sleep 1], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 36 AT_CHECK([kill $server_pid $worker_pid], 1, [ignore], [ignore]) 36 AT_CHECK([kill $server_pid], 1, [ignore], [ignore], [kill $worker_pid]) 37 AT_CHECK([kill $worker_pid], 1, [ignore], [ignore]) 37 38 38 39 AT_CLEANUP -
ThirdParty/JobMarket/tests/regression/testsuite-getresults.at
r2945e6 r51a013 5 5 6 6 # check that ports are unique over all tests such that they may run in parallel 7 WORKERPORT=1 0458 CONTROLLERPORT=1 0467 WORKERPORT=11045 8 CONTROLLERPORT=11046 9 9 10 10 # start service in background -
ThirdParty/JobMarket/tests/regression/testsuite-resubmitjobs.at
r2945e6 r51a013 5 5 6 6 # check that ports are unique over all tests such that they may run in parallel 7 WORKERPORT=1 0708 CONTROLLERPORT=1 0719 WORKERLISTENPORT=1 0727 WORKERPORT=11070 8 CONTROLLERPORT=11071 9 WORKERLISTENPORT=11072 10 10 11 11 # start service in background -
ThirdParty/JobMarket/tests/regression/testsuite-server-shutdown.at
r2945e6 r51a013 5 5 6 6 # check that ports are unique over all tests such that they may run in parallel 7 WORKERPORT=1 0308 CONTROLLERPORT=1 0317 WORKERPORT=11030 8 CONTROLLERPORT=11031 9 9 10 10 # start service in background -
ThirdParty/JobMarket/tests/regression/testsuite-server-worker.at
r2945e6 r51a013 5 5 6 6 # check that ports are unique over all tests such that they may run in parallel 7 WORKERPORT=1 0258 CONTROLLERPORT=1 0269 WORKERLISTENPORT=1 0277 WORKERPORT=11025 8 CONTROLLERPORT=11026 9 WORKERLISTENPORT=11027 10 10 11 11 # start service in background
Note:
See TracChangeset
for help on using the changeset viewer.