Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • CamiTK Community Edition CamiTK Community Edition
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CamiTK
  • CamiTK Community EditionCamiTK Community Edition
  • Issues
  • #3

Closed
Open
Created Dec 21, 2017 by Emmanuel Promayon@promayoeOwner

Additional test fail in subproject independent build

The dashboard shows that a lot of test currently fails.

The CI nightly and continuous scripts build and run test subproject by subproject. Additional test are added by any component to any action. Therefore if a component subproject is compiled after the action subproject, the action test is necessarily going to fail (as the component data will not be opened).

E.g.

  • action cropvolume is part of the SDK CEP
  • component itkimage is part of the imaging CEP
  • component itkimage declares additional test for action cropvolume
  • during CI script, subproject cropvolume is build and tested before subproject itkimage
  • all additional test using an itk image fails

At the time of writing, I see only two possible fixes:

  • either set a dependency between the additional test and the component subproject
  • or find a way to declare test as part of the component subproject, not the action
Edited Dec 21, 2017 by Emmanuel Promayon
Assignee
Assign to
Time tracking