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

Update migration sharness tests for new migrations #8053

Merged
merged 5 commits into from
Apr 15, 2021

Commits on Apr 15, 2021

  1. Update migration sharness tests for new migrations

    With the new migrations, go-ipfs no longer uses fs-repo-migrations to do repo migrations, and was downloading real migration binaries from the network and running them.  This caused failure, but was not caught because the test was expecting `ipfs daemon --migrate` to fail for other reasons.
    
    This PR fixes the migration tests by creating the appropriate fake migration binaries in the PATH so that those get run and avoid downloading the real ones.  This also fixes a test that was previously marked broken.
    gammazero committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    fe028a3 View commit details
    Browse the repository at this point in the history
  2. revert unneeded change

    gammazero committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    3ef7d9d View commit details
    Browse the repository at this point in the history
  3. review change

    gammazero committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    56cb4b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66db9a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dabe21 View commit details
    Browse the repository at this point in the history