# # ChangeLog for tests/regression/Fragmentation/Automation # # Generated by Trac 1.4.4 # Apr 8, 2025, 9:17:20 AM Mon, 02 Jul 2012 07:54:11 GMT Frederik Heber [2344a3] * src/Fragmentation/Automation/FragmentQueue.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-resubmitjobs.at (modified) FragmentScheduler is now an Observer of JobsQueue and pool. - ... Fri, 29 Jun 2012 13:23:20 GMT Frederik Heber [a06358c] * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-enrollinpool.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test Fragmentation/Automation for enrolling in pool. Fri, 29 Jun 2012 13:23:20 GMT Frederik Heber [e8f397] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/Pool/PoolWorker.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-resubmitjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) PoolWorker is now truely listenting. - does now ... Fri, 29 Jun 2012 08:01:38 GMT Frederik Heber [fe95b7] * src/Fragmentation/Automation/FragmentQueue.cpp (modified) * src/Fragmentation/Automation/FragmentQueue.hpp (modified) * src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.cpp (modified) * src/Fragmentation/Automation/unittests/FragmentQueueUnitTest.hpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-resubmitjobs.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) FragmentQueue can now resubmit jobs. - we keep an internal list of ... Wed, 27 Jun 2012 16:07:21 GMT Frederik Heber [41c1b7] * src/Fragmentation/Automation/Controller/Commands/EnrollInPoolOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/EnrollInPoolOperation.hpp (added) * src/Fragmentation/Automation/Controller/Commands/ObtainJobOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/ObtainJobOperation.hpp (added) * src/Fragmentation/Automation/Controller/Commands/SendJobToWorkerOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/SendJobToWorkerOperation.hpp (added) * src/Fragmentation/Automation/Controller/Commands/ShutdownOperation.cpp (modified) * src/Fragmentation/Automation/Controller/Commands/SubmitResultOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/SubmitResultOperation.hpp (added) * src/Fragmentation/Automation/Controller/Commands/WorkOnJobOperation.cpp (deleted) * src/Fragmentation/Automation/Controller/Commands/WorkOnJobOperation.hpp (deleted) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (deleted) * src/Fragmentation/Automation/FragmentWorker.hpp (deleted) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/Pool/PoolWorker.cpp (added) * src/Fragmentation/Automation/Pool/PoolWorker.hpp (added) * src/Fragmentation/Automation/Pool/WorkerPool.cpp (modified) * src/Fragmentation/Automation/Pool/WorkerPool.hpp (modified) * src/Fragmentation/Automation/poolworker.cpp (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) HUGE: Added PoolWorker, removed (Fragment)Worker, and rewrote parts ... Wed, 27 Jun 2012 16:07:20 GMT Frederik Heber [554809] * src/Fragmentation/Automation/controller.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) createjobs now gets two options: command, argument. Wed, 27 Jun 2012 16:07:20 GMT Frederik Heber [d1dbfc] * src/Fragmentation/Automation/Controller/Commands/GetNextJobIdOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/GetNextJobIdOperation.hpp (added) * src/Fragmentation/Automation/Controller/FragmentController.cpp (modified) * src/Fragmentation/Automation/ControllerChoices.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/GlobalJobId.cpp (modified) * src/Fragmentation/Automation/GlobalJobId.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/controller.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) New GetNextJobIdOperation for obtaining next available JobId from ... Wed, 27 Jun 2012 16:07:20 GMT Frederik Heber [ff60cfa] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/GlobalJobId.cpp (added) * src/Fragmentation/Automation/GlobalJobId.hpp (added) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/controller.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) Controller has new function addjobs. - addjobs parses mpqc input ... Fri, 22 Jun 2012 08:19:29 GMT Frederik Heber [7ca772] * src/Fragmentation/Automation/Controller/CommandRegistry.cpp (added) * src/Fragmentation/Automation/Controller/CommandRegistry.hpp (added) * src/Fragmentation/Automation/Controller/FragmentController.cpp (modified) * src/Fragmentation/Automation/Controller/FragmentController.hpp (modified) * src/Fragmentation/Automation/Controller/JobAdder.cpp (deleted) * src/Fragmentation/Automation/Controller/ResultChecker.cpp (deleted) * src/Fragmentation/Automation/Controller/ResultGetter.cpp (deleted) * src/Fragmentation/Automation/Controller/Shutdowner.cpp (deleted) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/controller.cpp (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-checkstate.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-getresults.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-shutdown.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) Operations are now contained in CommandRegistry in ... Thu, 17 May 2012 15:21:50 GMT Frederik Heber [167b63] * src/Fragmentation/Automation/Controller/Commands/CheckResultsOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/CheckResultsOperation.hpp (added) * src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/ReceiveJobsOperation.hpp (added) * src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/SendResultsOperation.hpp (added) * src/Fragmentation/Automation/Controller/Commands/ShutdownOperation.cpp (added) * src/Fragmentation/Automation/Controller/Commands/ShutdownOperation.hpp (added) * src/Fragmentation/Automation/Controller/FragmentController.cpp (modified) * src/Fragmentation/Automation/Controller/FragmentController.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) Extracted all other derived Operation's too and placed into folder ... Thu, 17 May 2012 15:21:12 GMT Frederik Heber [5adb84] * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/JobAdder.cpp (modified) * src/Fragmentation/Automation/ResultChecker.cpp (modified) * src/Fragmentation/Automation/ResultGetter.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (modified) Factored out Operation and derived all operations from it. - a ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [fb2324] * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-completerun.at (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test Fragmentation/Automation with a complete run of ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [c837ad0] * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-getresults.at (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test Fragmentation/Automation on getting results. Fri, 04 May 2012 14:19:07 GMT Frederik Heber [db34f2] * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-checkstate.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test Fragmentation/Automation on checking state. Fri, 04 May 2012 14:19:07 GMT Frederik Heber [6772eb] * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-addingjobs.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test Fragmentation/Automation on adding jobs to Server. Fri, 04 May 2012 14:19:07 GMT Frederik Heber [03195a] * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-shutdown.at (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test Fragmentation/Automation on Server shutdown ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [0196c6] * src/Fragmentation/Automation/ControllerChoices.hpp (modified) * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/Shutdowner.cpp (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (modified) Added Shutdown as choice to ControllerChoices. - new helper app ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [e70b9d] * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation-server-worker.at (moved) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Renamed regression test Fragmentation/Automation. - there are more ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [778abb] * src/Fragmentation/Automation/ControllerChoices.hpp (added) * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/ResultGetter.cpp (added) * src/Fragmentation/Automation/Server.cpp (modified) * src/Fragmentation/Automation/types.hpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Added ResultGetter and capabilities to receive calculated results to ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [3c4a5e] * src/Fragmentation/Automation/FragmentController.cpp (modified) * src/Fragmentation/Automation/FragmentController.hpp (modified) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/ResultChecker.cpp (added) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Added ResultChecker and capability to check on computed jobs. - ... Fri, 04 May 2012 14:19:07 GMT Frederik Heber [db03d9] * src/Fragmentation/Automation/FragmentController.cpp (added) * src/Fragmentation/Automation/FragmentController.hpp (added) * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * src/Fragmentation/Automation/JobAdder.cpp (added) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Automation/Server.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Added possibility to add jobs via a FragmentController. - Server ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [ef2767] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentScheduler.hpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (modified) Server and Worker now also correctly exchange result. - Server uses ... Fri, 04 May 2012 14:19:06 GMT Frederik Heber [0bdd51b] * src/Fragmentation/Automation/FragmentScheduler.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.cpp (modified) * src/Fragmentation/Automation/FragmentWorker.hpp (modified) * src/Fragmentation/Automation/Worker.cpp (modified) * tests/regression/Fragmentation/Automation/testsuite-fragmentation-automation.at (added) * tests/regression/Fragmentation/testsuite-fragmentation.at (modified) * tests/regression/Makefile.am (modified) Added regression test for Server/Client construct. - currently we ...