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

Nightly Development Builds #33

Open
oliver-sanders opened this issue Jun 25, 2019 · 2 comments
Open

Nightly Development Builds #33

oliver-sanders opened this issue Jun 25, 2019 · 2 comments

Comments

@oliver-sanders
Copy link
Member

oliver-sanders commented Jun 25, 2019

[as discussed at Exeter meetup June 2019]

Now that we have separated Cylc components into multiple repositories we need to do periodic (e.g. nightly) builds to ensure compatibility is maintained.

This should be done on an umbrella repository (i.e. this one), the test battery could compose of a limited subset of tests from each component along with some purpose written integration tests.

@oliver-sanders oliver-sanders changed the title Integration Testing Nightly Development Builds Jun 9, 2020
@kinow
Copy link
Member

kinow commented Jul 17, 2020

JupyterHub does something similar to what you suggested I think, but in the same project. It has a dependency on traitlets, a project that is also part of the Jupyter org.

They test JupyterHub against the PYPI version of traitlets, and also have an extra job to test the traitlets master branch.

https://github.com/jupyterhub/jupyterhub/blob/f3c3225124f1c5d9acb2503ec4d9c35a140f6a78/.travis.yml#L41

They use an environment variable, to have an extra job that validates the master branch. We could have something like this in Cylc Flow for isodatetime (maybe allowed_failures=True), and also for cylc-uiserver for cylc, and cylc-doc, sphinx-extensions, etc.

Just in case it gets too hard to have a separate project in cylc-admin for running these tests 👍 (I don't have a preference, just thought worth mentioning what I found in JHub)

@oliver-sanders
Copy link
Member Author

oliver-sanders commented Oct 14, 2021

Idea for end-to-end testing:

  • Run a standard battery of workflows (possibly via the integration test framework for extra determinism).
  • Run the hub+uis/gui.
  • Run a set of Cypress tests on the live data.

Good for testing mutations, interactions, etc. Would probably require one workflow per test, may be able to perform the setup/teardown within the Cypress test spec.

oliver-sanders added a commit to oliver-sanders/cylc-admin that referenced this issue Apr 4, 2023
* Partially addresses cylc#33
* Add a nightly build which installs the Cylc components for each
  supported Python version. This will help to detect metadata,
  dependency and branch conflict issues.
* Future work can add end-to-end tests which engage all of the system
  components.
@oliver-sanders oliver-sanders mentioned this issue Apr 4, 2023
8 tasks
oliver-sanders added a commit to oliver-sanders/cylc-admin that referenced this issue Apr 4, 2023
* Partially addresses cylc#33
* Add a nightly build which installs the Cylc components for each
  supported Python version. This will help to detect metadata,
  dependency and branch conflict issues.
* Future work can add end-to-end tests which engage all of the system
  components.
oliver-sanders added a commit to oliver-sanders/cylc-admin that referenced this issue Apr 11, 2023
* Partially addresses cylc#33
* Add a nightly build which installs the Cylc components for each
  supported Python version. This will help to detect metadata,
  dependency and branch conflict issues.
* Future work can add end-to-end tests which engage all of the system
  components.
oliver-sanders added a commit to oliver-sanders/cylc-admin that referenced this issue Apr 11, 2023
* Partially addresses cylc#33
* Add a nightly build which installs the Cylc components for each
  supported Python version. This will help to detect metadata,
  dependency and branch conflict issues.
* Future work can add end-to-end tests which engage all of the system
  components.
oliver-sanders added a commit to oliver-sanders/cylc-admin that referenced this issue Apr 11, 2023
* Partially addresses cylc#33
* Add a nightly build which installs the Cylc components for each
  supported Python version. This will help to detect metadata,
  dependency and branch conflict issues.
* Future work can add end-to-end tests which engage all of the system
  components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants