Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Test stepsTested bySuccess?Notes

FEDORA_AUTH=true
FEDORA_AUDIT=true

Yinlin Chen
Nick Ruest

(error)

Automated tests failed due to Solr test is not passed [2]. Manually added a container and that container wasn't been indexed by Solr.
"==> default: Error executing command: No matching features for fcrepo-camel-ldpath/0.0.0", and fcrepo doesn't come up: https://gist.github.com/ruebot/82ea2a368b7b98c1c40796e30526bf68

 

FEDORA_AUTH=false
FEDORA_AUDIT=true

  

 

FEDORA_AUTH=true
FEDORA_AUDIT=false

Danny Bernstein(tick)(error)
The shell scripts pass, but yinlin's test suite does not:

output from maven:

Failed tests:
solrTest.testSolr:84 expected:<1> but was:<0>

Tests run: 17, Failures: 1, Errors: 0, Skipped: 0

Also - in the solr console I'm seeing

I'm seeing these failures in solr:

org.apache.solr.common.SolrException: ERROR: [doc=http://localhost:8080/fcrepo/rest/cover] unknown field 'type'
	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:185)
	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:78)
 

FEDORA_AUTH=false
FEDORA_AUDIT=false

   

...