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)

(tick)

Automated tests failed due to Solr test is not passed [2]. Manually added a container and that container wasn't been indexed by Solr.
Nick Ruest "==> default: Error executing command: No matching features for fcrepo-camel-ldpath/0.0.0"

 

FEDORA_AUTH=false
FEDORA_AUDIT=true

Nick Ruest

(tick)

Nick Ruest "==> default: Error executing command: No matching features for fcrepo-camel-ldpath/0.0.0"

FEDORA_AUTH=true
FEDORA_AUDIT=false

Danny Bernstein

Nick Ruest

(error)

(tick)

Danny Bernstein: The shell scripts pass, but Yinlin's test suite does not:

output from maven: (mvn clean -Dwaitingtime=10000 test)

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)
NB: I saw more java test failures when the waitingtime param was set to 3000. 
Nick Ruest "==> default: Error executing command: No matching features for fcrepo-camel-ldpath/0.0.0" | All testing scripts pass

FEDORA_AUTH=false
FEDORA_AUDIT=false

 Andy Wagner (tick)All scripts pass. 

Manual Tests

Same as above, plus:

...