Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D diva_evaluation_cli
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • 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
  • ActEV
  • diva_evaluation_cli
  • Merge requests
  • !21

Enhance validate-system command with system output validation + introduce partitions directory

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Maxime Hubert requested to merge feature_enhance_validation into development Jun 06, 2019
  • Overview 0
  • Commits 4
  • Pipelines 2
  • Changes 24

Fixing #12 (closed)

The validate-system now validates three things:

  • That the container_outputs directory contains at least one sub-directory, containing at least one *output.json system output,
  • That each reported system output is different from the baseline's,
  • The directory name starts with a dataset name

These three checks only cause a failure if a --strict flag is provided. This design is picked so it is backward-compatible with the previous format of the container_output directory

Also, the index files and the activity index files have been moved in a new directory called partitions. The container_outputs can now contain the outputs only.

Edited Jun 07, 2019 by Maxime Hubert
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature_enhance_validation