ctubbsii commented on issue #269: Added the use of Accumulo 2.0.0 URL: https://github.com/apache/fluo-muchos/pull/269#issuecomment-519590580 > The build failed. It appears one of the travis checks has an assert to make sure the checksum was equal to aplha-1 build of 2.0.0. Not sure how to proceed to fix that. I added an update to remove the alpha builds from the checksums but I figure the build will still error out From Travis: ``` Traceback (most recent call last): File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/home/travis/build/apache/fluo-muchos/lib/tests/test_config.py", line 25, in test_ec2_cluster assert c.checksum('accumulo') == 'baa5e0929248ff0d96355bc7fb42a5b75d183a83364519296e07b0adbb089180' AssertionError ``` It looks like you need to update line 25 in `test_config.py` with the 2.0.0 checksum. I'm not sure why this is hard-coded into the test, but it looks like that is needed to change whenever the default changes, since the tests use the default. I don't think you need to remove the alpha versions from the checksum file, but it's fine... since nobody will probably be using those versions now that 2.0.0 is released.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
