Skip to content

Instantly share code, notes, and snippets.

@powdahound
Created August 13, 2010 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save powdahound/523587 to your computer and use it in GitHub Desktop.
Save powdahound/523587 to your computer and use it in GitHub Desktop.
mayo:~/src/couchdb-lucene((v0.5.5)) mvn
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
[INFO] ------------------------------------------------------------------------
[INFO] Building CouchDB Lucene
[INFO] task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building CouchDB Lucene
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/garret/src/couchdb-lucene/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.github.rnewson.couchdb.lucene.TikaTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.478 sec
Running com.github.rnewson.couchdb.lucene.LanguageIdentifierTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.533 sec
Running com.github.rnewson.couchdb.lucene.couchdb.CouchDocumentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
Running com.github.rnewson.couchdb.lucene.CustomQueryParserTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec
Running com.github.rnewson.couchdb.lucene.couchdb.ViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.github.rnewson.couchdb.lucene.LuceneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.apache.nutch.analysis.lang.LanguageIdentifierTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec
Running com.github.rnewson.couchdb.lucene.util.AnalyzersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running com.github.rnewson.couchdb.lucene.DocumentConverterTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
Running com.github.rnewson.couchdb.lucene.RhinoTest
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.066 sec <<< FAILURE!
Running com.github.rnewson.couchdb.lucene.PathPartsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.github.rnewson.couchdb.lucene.couchdb.DesignDocumentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.github.rnewson.couchdb.lucene.IntegrationTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!
Results :
Tests in error:
testRhino(com.github.rnewson.couchdb.lucene.RhinoTest)
testNoReturn(com.github.rnewson.couchdb.lucene.RhinoTest)
testBadCode(com.github.rnewson.couchdb.lucene.RhinoTest)
testBadCodeRecovers(com.github.rnewson.couchdb.lucene.RhinoTest)
testBadReturn(com.github.rnewson.couchdb.lucene.RhinoTest)
testCtor(com.github.rnewson.couchdb.lucene.RhinoTest)
testMultipleReturn(com.github.rnewson.couchdb.lucene.RhinoTest)
testDate(com.github.rnewson.couchdb.lucene.RhinoTest)
index(com.github.rnewson.couchdb.lucene.IntegrationTest)
longIndex(com.github.rnewson.couchdb.lucene.IntegrationTest)
Tests run: 70, Failures: 0, Errors: 10, Skipped: 1
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to /home/garret/src/couchdb-lucene/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Fri Aug 13 14:40:05 PDT 2010
[INFO] Final Memory: 24M/239M
[INFO] ------------------------------------------------------------------------
mayo:~/src/couchdb-lucene((v0.5.5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment