Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A asdf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asdf
  • asdf
  • Merge requests
  • !178

Add REQUIRE upgrade tests to CI

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Eric Timmons requested to merge require-upgrade-tests into master May 15, 2021
  • Overview 5
  • Commits 2
  • Pipelines 3
  • Changes 1

The original upgrade tests were disabled by default for being too slow. They're too slow because they test with a wide range of previous ASDF versions.

Add new tests that run only if the full upgrade test suite is not run. These test upgrading only from the implementation provided ASDF. This is much faster than testing every old version. Plus, it matches the real world upgrade conditions for the vast majority of users.

This catches #72 (closed).

Edited May 15, 2021 by Eric Timmons
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: require-upgrade-tests