-
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
Test fixes #6150
Test fixes #6150
Conversation
* This is testing remote-fileinstallation but the test was configured to run on hosts with shared filesystems where remote-fileinstallation is not required
* Testing job log retrieval which requires a non-shared filesystem
@@ -58,7 +58,7 @@ grep_ok "jumped over the lazy dog" "${TEST_NAME}.out" | |||
# remote | |||
TEST_NAME=${TEST_NAME_BASE}-task-status | |||
cylc cat-log -f s "${WORKFLOW_NAME}//1/a-task" >"${TEST_NAME}.out" | |||
grep_ok "CYLC_JOB_RUNNER_NAME=at" "${TEST_NAME}.out" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would fail if run with anything other than an at
platform e.g. _remote_background_indep_tcp
@@ -17,7 +17,7 @@ | |||
#------------------------------------------------------------------------------- | |||
# Test remote job logs retrieval, requires compatible version of cylc on remote | |||
# job host. | |||
export REQUIRE_PLATFORM='loc:remote' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would fail if run on a platform with a shared filesystem e.g. _remote_background_shared_ssh
.
@@ -17,7 +17,7 @@ | |||
#------------------------------------------------------------------------------- | |||
# Test reload triggers a fresh file install | |||
|
|||
export REQUIRE_PLATFORM='loc:remote comms:?(tcp|ssh)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would fail if run on a platform with a shared filesystem e.g. _remote_background_shared_ssh.
Fix a couple of functional tests spotted with Cylc 8.3.0 release testing.
(non-release blocker obviously, just test fixes)
These tests don't run in CI, they don't generally get run until release time.
Check the comments on each commit, make sure the fix makes sense.
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.