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

Check integrity of downloaded data files and avoid running dependent tests if a broken file is found. #41

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Aug 18, 2020

  1. Check integrity of downloaded data files with md5 checksum.

    Declare downloading tests to be fixtures so that dependant tests will not be run if there is incomplete/corrupted file.
    shinji-s committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    633d0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb743a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b06df5e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'download_by_fixtures' of github.com:shinji-s/eccodes in…

    …to download_by_fixtures
    shinji-s committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    46c3e99 View commit details
    Browse the repository at this point in the history
  5. Clone ecbuild (and eccodes) repository preserving LF line endings so …

    …that md5 comparison works.
    shinji-s committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    08dfe42 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Make sure .md5 files have LF at the line ending on Windows as well be…

    …cause 'cmake -E md5sum' emits LF.
    shinji-s committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    f0fdf82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c8cce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a66d69 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    bf4ef79 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    a98cd32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a38944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8f819 View commit details
    Browse the repository at this point in the history