Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 232
    • Merge requests 232
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #18222
Closed
Open
Issue created May 20, 2021 by Timothée Couble@timothee.coubleContributor16 of 18 checklist items completed16/18 checklist items

CI tests failed for STDThread (and OpenMP build)

The CI is failing for STDThread tests with python. (OpenMP backend have the same errors but it is not tested).

I have invested the TestGroupTimeStepsFilter test (https://open.cdash.org/test/405903299) but I think multiple test may have the same issue (maybe TestPointSmoothingFilter, TestSplineWidget and TestResampleWithDataSet?). In my opinion this test fail because of a misuse of the SMPTools ThreadLocal, as STDThread and OpenMP ThreadLocal have a very similar implementation.

I already found a concurrent write and here is the MR (!7964 (merged)) but the test still fail.


In order to help tracking errors here is an updated list of the failing tests:

  • VTK::IOIossCxx-TestIossExodus
    • @utkarsh.ayachit : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::ImagingHybridPython-TestCheckerboardSplatter
    • @will.schroeder : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::FiltersParallelDIY2Cxx-TestRedistributeDataSetFilterOnIoss
    • @utkarsh.ayachit : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::FiltersExtractionCxx-TestExtractSelectionUsingDataAssembly
    • @utkarsh.ayachit : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
    • not sure related to parallel
  • VTK::FiltersGeneralCxx-TestAnimateModes
    • @utkarsh.ayachit : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::IOIossCxx-TestIossSuperelements
    • @utkarsh.ayachit : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834916
  • VTK::InteractionWidgetsCxx-TestSplineWidget
    • @ken-martin : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834916
  • VTK::FiltersPointsPython-TestPointSmoothingFilter
    • @will.schroeder : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
    • https://gitlab.kitware.com/vtk/vtk/-/jobs/6432632
  • VTK::FiltersParallelCxx-MPI-ParallelResampling
    • https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::ParallelMPICxx-MPI-TestPProbe
    • https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::FiltersExtractionPython-ExtractTensors
    • https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::FiltersCoreCxx-TestResampleWithDataSet
    • https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834955
  • VTK::FiltersGeneralPython-TestGroupTimeStepsFilter (!8040 (merged))
  • VTK::FiltersCoreCxx-TestProbeFilterImageInput (on windows build)
    • https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834925
  • VTK::FiltersCorePython-TestProbeFilterImageInput (on windows build)
    • https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5834925
  • VTK::InteractionWidgetsCxx-TestLineWidget2
    • https://gitlab.kitware.com/vtk/vtk/-/jobs/6432622
    • in progress ?

Tests exclude for this build but not sure to be related to stdthread / openmp builds:

  • VTK::FiltersPointsCxx-TestPoissonDiskSampler
    • @yohann.bearzi : https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5810643
    • not sure related to stdthread build
  • VTK::RenderingOpenGL2Cxx-TestGlyph3DMapperPickability
    • https://gitlab.kitware.com/timothee.couble/vtk/-/jobs/5837316
    • not sure related to stdthread build
Edited Dec 15, 2021 by Charles Gueunet
Assignee
Assign to
Time tracking