Skip to content
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

Exit immediately if no rose suite.conf #267

Conversation

wxtim
Copy link
Member

@wxtim wxtim commented Nov 22, 2023

Make pre-configure act like post install.

Because pre-configure uses Cylc global config in the process of getting ROSE_ORIG_HOST it creates an instance of the global config object with the default items if it is called before the global config is otherwise instantiated, such as when loading and parsing a global config file.

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included Change in code covered by existing tests.
  • CHANGES.md entry included if this is a change that can affect users Don't want to advertise that this was possible before.
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@wxtim wxtim self-assigned this Nov 22, 2023
@oliver-sanders oliver-sanders added this to the 1.4.0 milestone Nov 22, 2023
@wxtim wxtim added the bug Something isn't working label Nov 22, 2023
@MetRonnie
Copy link
Member

MetRonnie commented Nov 24, 2023

Tests are in a bit of a mess at the moment. Disregarding the 3.7 job failing on installation, there are 8 tests failing on the 3.8 job (but 5 of those are failing on master)

Edit: never mind, I get 8 failures on master locally. Not sure why only 5 on GH Actions

Edit edit: or sometimes 7 failures...

@oliver-sanders
Copy link
Member

oliver-sanders commented Nov 27, 2023

(taking a look at the rose-stem flakeyness, they did pass on the last branch)

@oliver-sanders
Copy link
Member

This should stabilise the rose-stem tests: #268

@oliver-sanders
Copy link
Member

oliver-sanders commented Nov 27, 2023

The reinstall tests are broken because the interface has changed from sync to async in cylc-flow.

Copy link
Member

@MetRonnie MetRonnie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, are we happy to merge?

@oliver-sanders
Copy link
Member

Will run tests locally...

@oliver-sanders
Copy link
Member

I get the same fails on master as on this branch.

@oliver-sanders oliver-sanders merged commit 4e9f3d9 into cylc:master Dec 5, 2023
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants