-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/k/hold-release/13-ready-restart.t not working #4052
Comments
(Apart from tests/k/hold-release/13-ready-restart, seems to be broken on master: cylc#4052)
What does the job activity log for |
|
Here's the fix: diff --git a/tests/flakyfunctional/hold-release/13-ready-restart/flow.cylc b/tests/flakyfunctional/hold-release/13-ready-restart/flow.cylc
index af9609f7c..9326da49e 100644
--- a/tests/flakyfunctional/hold-release/13-ready-restart/flow.cylc
+++ b/tests/flakyfunctional/hold-release/13-ready-restart/flow.cylc
@@ -50,4 +50,5 @@
# Release the suite to run to completion.
sleep 2
cylc release "${CYLC_SUITE_NAME}"
+ cylc trigger "${CYLC_SUITE_NAME}" foo-1.1
""" However we don't want to apply this fix as the logic of the test has been corrupted. It was intended to stick a task in the However the task now goes into the
The DB reflects htis
Yet mysteriously the task proxy is loaded in the restart as
Before being polled back to
To get a task into the Going back to #358:
Since #3230 |
Original issue that this test is for: #958
Related issue: #2610
Suite log 1:
Suite log 2:
The text was updated successfully, but these errors were encountered: