idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.72k stars 1.04k forks source link

XML issues with VTK 9.0.x vs 9.1 #21449

Open loganharbour opened 2 years ago

loganharbour commented 2 years ago

Bug Description

We're getting unknown diffs and timeouts on IGA tests that seem to be related to issues with XML writing and VTK 9.0.x. @roystgnr thinks this is likely an issue with the VTKIO. Will probably need to be resolved on the libmesh side, but we will reference this ticket for disabling the tests.

Steps to Reproduce

See the failures https://civet.inl.gov/job/1093566/, https://civet.inl.gov/job/1093612/, and https://civet.inl.gov/job/1093621/ with VTK 9.0.1.

Impact

Test diffs.

roystgnr commented 2 years ago

I could easily see diffs being an issue with the VTK version (the APIs were introduced in 9.0 so that's what our preprocessor guards look for, but the APIs don't start working as expected until 9.1?). Are they definitely working for you with 9.1, though? Or is that just a restriction because CI is using 9.0 and we want it to quit dying?