- SchedulerStress_test simply takes too long to complete (~4 min) and is thus aborted by the testrunner. Add a switch to allow for a quick smoke test. - SchedulerCommutator_test aborts due to an unresolved design problem, which I marked as failure - add some convenience methods for passing arguments to tests
73 lines
976 B
Text
73 lines
976 B
Text
TESTING "Component Test Suite: Scheduler" ./test-suite --group=engine
|
|
|
|
|
|
|
|
TEST "Activity observation framework" ActivityDetector_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "BlockFlow memory management scheme" BlockFlow_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Activity Language" SchedulerActivity_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Layer-1" SchedulerInvocation_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Layer-2" SchedulerCommutator_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Load-Control" SchedulerLoadControl_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Integration" SchedulerService_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Self-managed one-time Job" SpecialJobFun_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Synthetic Load for Test" TestChainLoad_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Performance" SchedulerStress_test quick <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
PLANNED "Scheduler Usage" SchedulerUsage_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Worker Thread Service" WorkForce_test <<END
|
|
return: 0
|
|
END
|