[
https://issues.apache.org/jira/browse/CASSANDRA-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13991007#comment-13991007
]
Michael Shuler commented on CASSANDRA-7178:
-------------------------------------------
The flapping test, testHandleBadFiles, was added in commit 6677d075 which fails
to build for me, so was skipped by bisect (tried a bunch of later commits, too)
- I'm guessing jar in jdk7 is the problem - will come back to this with jdk6.
I'd like to test that this actually passes in a long running loop over the unit
test at some point, so I have a known good starting point.
{noformat}
((6677d07...))mshuler@hana:~/git/cassandra$ ant jar
...
build-project:
[echo] apache-cassandra: /home/mshuler/git/cassandra/build.xml
[javac] Compiling 41 source files to
/home/mshuler/git/cassandra/build/classes/thrift
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/commons-beanutils-core-1.8.0-sources.jar;
error in opening zip file
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/core-3.1.1-sources.jar; error in
opening zip file
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/hadoop-core-1.0.3-sources.jar;
error in opening zip file
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/hsqldb-1.8.0.10-sources.jar;
error in opening zip file
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/jasper-compiler-5.5.12-sources.jar;
error in opening zip file
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/jasper-runtime-5.5.12-sources.jar;
error in opening zip file
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/kfs-0.3-sources.jar; error in
opening zip file
[javac] error: error reading
/home/mshuler/git/cassandra/build/lib/sources/xmlenc-0.52-sources.jar; error in
opening zip file
[javac] 8 errors
BUILD FAILED
/home/mshuler/git/cassandra/build.xml:675: Compile failed; see the compiler
error output for details.
Total time: 12 seconds
((6677d07...))mshuler@hana:~/git/cassandra$ jar tvf
build/lib/sources/commons-beanutils-core-1.8.0-sources.jar
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:215)
at java.util.zip.ZipFile.<init>(ZipFile.java:145)
at java.util.zip.ZipFile.<init>(ZipFile.java:116)
at sun.tools.jar.Main.list(Main.java:1004)
at sun.tools.jar.Main.run(Main.java:245)
at sun.tools.jar.Main.main(Main.java:1177)
{noformat}
> o.a.c.db.DirectoriesTest unit test flaps in 1.2
> -----------------------------------------------
>
> Key: CASSANDRA-7178
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7178
> Project: Cassandra
> Issue Type: Test
> Components: Tests
> Reporter: Michael Shuler
> Assignee: Michael Shuler
> Priority: Minor
> Fix For: 1.2.17
>
>
> bisecting..
--
This message was sent by Atlassian JIRA
(v6.2#6252)