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

DM-13524: Add unit tests for ingestion #24

Merged
merged 3 commits into from
Mar 26, 2018
Merged

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    8d28bb9 View commit details
    Browse the repository at this point in the history
  2. Fix too-specific tarball format for _defectIngest.

    The previous implementation required a highly specific yet
    undocumented directory structure. The new version is more flexible.
    kfindeisen committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    d1cf210 View commit details
    Browse the repository at this point in the history
  3. Add unit tests for ingestion.

    The tests test basic "normal operation" functionality. Testing no-ops
    is not possible until we fix a repository bug, and testing invalid
    files is impossible given Stack error-handling conventions.
    kfindeisen committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    e767f85 View commit details
    Browse the repository at this point in the history