-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vcs3D features for v2.1.1 #951
Conversation
…cdat into vcs3D_features_for_v2.3
…cdat into vcs3D_features_for_v2.3
@ThomasMaxwell I created the VisTrails PR for you at: CDAT/VisTrails#15 In the future please issue the PR at same time and add thelink into a comment so we can see it more easily. |
It appears the the seg fault in the dv3d_constituents_test is being caused by the VTK upgrade. Were there any changes to the VTK API that I should be accounting for in my code? From: , "Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]" <thomas.maxwell@nasa.govmailto:thomas.maxwell@nasa.gov> When I attempt to start uvcdat with my branches merged I get the following error. Is this a known issue?: Uncaught exception on initialization: Exception: Error: 'outfill' is not a valid vcs element From: , "Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]" <thomas.maxwell@nasa.govmailto:thomas.maxwell@nasa.gov> I just ran the ctests on local merges of the vcs3D-features_for_v2.1.1 uvcdat and vistrails branches- all vcs3D tests passed except for dv3d_constituents_test which seg faulted. Working on fixing that one now. -- Tom From: , "Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]" <thomas.maxwell@nasa.govmailto:thomas.maxwell@nasa.gov> BTW, as noted in the pull request, there is an associated vistrails branch uvcdat-vcs3D-features_for_v2.1.1. Testing the uvcdat vcs3D-features_for_v2.1.1 branch with the current vistrails uvcdat-master branch could cause seg faults. Sorry for not making this more obvious. I did a local merge with the current uvcdat master and am doing my own testing now. From: David Lonie <notifications@github.commailto:notifications@github.com> There were a number of test failures: https://www.cdash.org/viewTest.php?onlyfailed&buildid=3706810 The VCS ones I checked are due to the new tick-label format, so they should be ok. The 3D test should be looked at, though -- the vector test looks like it's improved, but there were some segfaults on the others. — |
Is this ready to "rereview"? I have some free cycles I can use to build/test. |
Yes, the vcs3D_features_for_v2.1.1 branch is now ready for re-review. Please note that the baseline images have been updated and there is an associated vistrails branch uvcdat-vcs3D-features_for_v2.1.1. Thanks, From: David Lonie <notifications@github.commailto:notifications@github.com> Is this ready to "rereview"? I have some free cycles I can use to build/test. — |
Is there a pull request for the testdata repository? |
No PR on the uvcdat-testdata- I pushed directly to master.
|
Ah...let's try not to do that. It puts the baselines out of sync for everyone else until these changes get merged. See https://github.com/UV-CDAT/uvcdat/wiki/Dashboard,-Testing,-and-Validation#testdata-repository Testing now. |
Still failing tests for me: https://www.cdash.org/viewTest.php?onlyfailed&buildid=3709751 It looks like most of the issues in vcs are due to difference in master, but there are conflict when I try to merge master in. Please merge master in, resolve the conflicts, and push the resolved branch to this PR. Outside of VCS, one of the dv3d tests is still failing: https://www.cdash.org/testDetails.php?test=316072771&build=3709751 Looks like the Valid image is wrong, and the Test image is correct in this case? |
Ah, I just remembered #950, which would explain why the "Valid" image has the error. |
The ctests all passed for me. I'm guessing this is a merge issue. My merged branches are: master_with_vcs3D_features_for_v2.1.1 (uvcdat) and uvcdat-master-with-vcs3D-features_for_v2.1.1 (vistrails). From: David Lonie <notifications@github.commailto:notifications@github.com> Still failing tests for me: https://www.cdash.org/viewTest.php?onlyfailed&buildid=3709751 It looks like most of the issues in vcs are due to difference in master, but there are conflict when I try to merge master in. Please merge master in, resolve the conflicts, and push the resolved branch to this PR. Outside of VCS, one of the dv3d tests is still failing: https://www.cdash.org/testDetails.php?test=316072771&build=3709751 Looks like the Valid image is wrong, and the Test image is correct in this case? — |
Can we try again with master merged back in? It currently can't be merged with the existing conflicts so we'll need to do this anyway. |
I've regenerated uvcdat master_with_vcs3D_features_for_v2.1.1 by merging uvcdat master into vcs3D_features_for_v2.1.1. -- Tom From: David Lonie <notifications@github.commailto:notifications@github.com> Can we try again with master merged back in? It currently can't be merged with the existing conflicts so we'll need to do this anyway. — |
Testing the new branches. |
Much closer. I still see a couple of failures: https://www.cdash.org/viewTest.php?onlyfailed&buildid=3711104
I'd like to see that fixed before merging into master, but I have a feeling I'm in the minority on this. @doutriaux1 @aashish24 feel free to merge if you're ok with this branch. |
I am ok with this. one test fail is fixed, the other one seems like a minor issue. |
Remi, I'm surprised that you're seeing weird random lines in the vector test. I've inserted what I see below. Not seeing random lines. What OS are you running in? -- Tom [cid:ED77F7E2-4F89-41E3-AB54-9ED0CF9956E8] From: David Lonie <notifications@github.commailto:notifications@github.com> Much closer. I still see a couple of failures: https://www.cdash.org/viewTest.php?onlyfailed&buildid=3711104 vcs_test_vectors_amplitude was recently changed by @doutriaux1https://github.com/doutriaux1 in UV-CDAT/uvcdat-testdata@79b06echttps://github.com/UV-CDAT/uvcdat-testdata/commit/79b06ec38a652673e43012131db867bbb54d9062, so that's probably just a syncing issue with the code and the testdata repo. dv3d_vector_test still has that weird random line across the rendering. I'd like to see that fixed before merging into master, but I have a feeling I'm in the minority on this. @doutriaux1https://github.com/doutriaux1 @aashish24https://github.com/aashish24 feel free to merge if you're ok with this branch. — |
(This is Dave ;) ) I'm using arch linux. |
Hi Dave, From: David Lonie <notifications@github.commailto:notifications@github.com> (This is Dave ;) ) I'm using arch linux. — |
Here's the link with the images (I posted it on the PR on github, but maybe it didn't go through?) https://www.cdash.org/viewTest.php?onlyfailed&buildid=3711104 |
The images are accessed by clicking on the "Failed" text. |
Thanks Aashish and Dave. I believe the corresponding vistrails PR still needs to be merged: CDAT/VisTrails#15 -- Tom From: Aashish Chaudhary <notifications@github.commailto:notifications@github.com> — |
@doutriaux1 merged it. |
Fixes a number of minor issues- mostly focussed on plot provenance and initialization from scripts and .vt files.