Closed danlipsa closed 1 year ago
@burlen Something wrong with the fedora35 ci?
Can I run all the tests on my local machine?
@danlipsa not sure what's up with the spack builds, but we have seen that before. I'm confident it is not related to your work here. if anything rebase from latest develop (if it is out of date) before merging.
Thanks @burlen . Can you merge as well. I don't have merge permission. Thanks!
@burlen @danlipsa Hey guys, I'm running into more test failures from this PR for the ecp integration testing.
It seems like the extra mesh example introduced in this commit is the culprit for all of the test failures.
I'm not at all familiar with the project, so would you mind taking a look at how it might be fixed? I believe the particle list is empty from my testing, which makes the block metadata differ from the expected values initialized above.
Can you post a link of the failures?
This should be the same error I was getting https://github.com/SENSEI-insitu/SENSEI/actions/runs/5113440514/jobs/9192645602#step:7:1312
The metadata has some issues after the change. Those tests only run if you compile sensei with vtk support (or Paraview).
Does this fix it? https://github.com/SENSEI-insitu/SENSEI/pull/131
Yep that looks good to me
@burlen @patrickoleary @c-wetterer-nelson Please review