Closed krichter722 closed 9 years ago
I cannot reproduce the error. Have you tried to do a "rm -rf *" in ~/.m2/ directroy and after that a "mvn -DskipTests clean install" and "mvn verify"?
I cannot reproduce the error. Have you tried to do a "rm -rf *" in ~/.m2/ directroy and after that a "mvn -DskipTests clean install" and "mvn verify"?
That doesn' t help. I'll test on travis as a workaround. Switching to storm 0.9.4 doesn't help, btw.
Have you tried to clone the repository to get a clean copy of it?
Issue is related to https://github.com/krichter722/aeolus fork.
queries/lrb/src/test/java/storm/lrb/LRBTopologyMainTest
fails due to errorCould not locate carbonite/api__init.class
. I had to kill my local maven cache for another reason. After that the issue appeared.I set needed to deactivate the test in c76419f652a379372677c69521e9e80cf0078396 in order to maintain testability. After deactivating I'm seeing the stack in
de.hub.cs.dbis.lrb.operators.FileReaderSpoutITCase
and others as well, but there's no failure.The maven log: