CDAT / vcs

Visualization Control System
19 stars 13 forks source link

vcs test_vcs_configurator_resize is failing #359

Open muryanto1 opened 6 years ago

muryanto1 commented 6 years ago

linux_nightly_py2 -- https://circleci.com/gh/CDAT/cdat/5311

Test file : tests_png/test_vcs_configurator_resize.png Source file: uvcdat-testdata/baselines/vcs/test_vcs_configurator_resize.png Found Baselines:

diff=13.607843, New best! All baselines failed! Lowest error (13.607843) exceeds threshold (10.000000). Saving image diff at tests_png/test_vcs_configurator_resize_diff.png 13.607843 /home/circleci/project/workdir/vcs/tests_png/test_vcs_configurator_resize.png /home/circleci/project/workdir/vcs/tests_png/test_vcs_configurator_resize_diff.png /home/circleci/project/workdir/vcs/uvcdat-testdata/baselines/vcs/test_vcs_configurator_resize.png F

FAIL: testConfiguratorResize (test_vcs_configurator_resize.TestVSConfigurator)

Traceback (most recent call last): File "/home/circleci/project/workdir/vcs/tests/test_vcs_configurator_resize.py", line 30, in testConfiguratorResize self.checkImage(fnm, pngReady=True) File "/home/circleci/project/workdir/vcs/tests/basevcstest.py", line 61, in checkImage self.assertEqual(ret, 0) AssertionError: -1 != 0


Ran 1 test in 0.694s

FAILED (failures=1)

doutriaux1 commented 6 years ago

@muryanto1 looks like we just need to update the baseline. Still curious why it suddenly changed...

doutriaux1 commented 6 years ago

create braqnch both on vcs and uvcdat-testdata with the same name, run the test suite, copy the new baseline generated by the test suite in uvcdat-data repo , rerun test suite until it passes. commit and push uvcdat-testdata, commit and push vcs branch, test suite will be exectued and run online.