Ignore:
Timestamp:
Oct 22, 2025, 5:08:33 PM (5 days ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
13e5be
Parents:
15678e
git-author:
Frederik Heber <frederik.heber@…> (09/13/25 16:17:14)
git-committer:
Frederik Heber <frederik.heber@…> (10/22/25 17:08:33)
Message:

TESTFIX: Fixes integration jobs.

  • also changes to due new k8s setup for poolworker and server.
  • moreover, the .ekin files have changed in their magnitudes due to the change in save-energies, see git hash 4b220712.
Location:
tests/integration/FragmentJobs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/integration/FragmentJobs/testsuite-integration-fragmentjobs-mpqc-jobs.at

    r15678e r91c409  
    2828
    2929# start service in background
    30 ${AUTOTEST_PATH}/molecuilder_server --workerport $WORKERPORT --controllerport $CONTROLLERPORT &
     30${AUTOTEST_PATH}/molecuilder_server --workeraddress 127.0.0.1:${WORKERLISTENPORT} --workerport $WORKERPORT --controllerport $CONTROLLERPORT &
    3131server_pid=$!
    3232AT_CHECK([sleep 2], 0, [ignore], [ignore], [kill $server_pid])
     
    5959        --analyse-fragment-results results.dat], 0, [stdout], [ignore], [kill $server_pid $worker_pid])
    6060
    61 # send removeall to server such that all workers shutdown
    62 AT_CHECK([${AUTOTEST_PATH}/molecuilder_controller --server 127.0.0.1:$CONTROLLERPORT --command removeall], 0, [ignore], [ignore], [kill $server_pid $worker_pid])
     61# shut worker down
     62AT_CHECK([kill $worker_pid], 0, [ignore], [ignore], [kill $worker_pid $server_pid])
    6363
    6464# check that worker is truely down
  • tests/integration/FragmentJobs/testsuite-integration-fragmentjobs-vmg-jobs.at

    r15678e r91c409  
    2828
    2929# start service in background
    30 ${AUTOTEST_PATH}/molecuilder_server --workerport $WORKERPORT --controllerport $CONTROLLERPORT &
     30${AUTOTEST_PATH}/molecuilder_server --workeraddress 127.0.0.1:${WORKERLISTENPORT} --workerport $WORKERPORT --controllerport $CONTROLLERPORT &
    3131server_pid=$!
    3232AT_CHECK([sleep 2], 0, [ignore], [ignore], [kill $server_pid])
     
    6161        --analyse-fragment-results results.dat], 0, [stdout], [ignore], [kill $server_pid $worker_pid])
    6262
    63 # send removeall to server such that all workers shutdown
    64 AT_CHECK([${AUTOTEST_PATH}/molecuilder_controller --server 127.0.0.1:$CONTROLLERPORT --command removeall], 0, [ignore], [ignore], [kill $server_pid $worker_pid])
     63# shut worker down
     64AT_CHECK([kill $worker_pid], 0, [ignore], [ignore], [kill $worker_pid $server_pid])
    6565
    6666# check that worker is truely down
Note: See TracChangeset for help on using the changeset viewer.