Versions Compared

Key

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

...

DatabasePlatformTested bySuccess?Notes
MySQLosx (10.10.5)Danny Bernstein(error)

All scripts run except for authz_tests.sh. Here are the last few lines of the output:

verifyAuthZ
Anonymous can't access "cover"
401 == 401 (Pass)
fedoraAdmin can access "cover"
200 == 200 (Pass)
adminuser can access "cover"
ERROR expected 200 and received 400

I did not see a similar failure on vagrant.

Ubuntu 14.04Andy Wagner(tick)10.0.24-MariaDB-1~trusty-wsrep
PostgreSQL   Ubuntu 14.04Andy Wagner(tick)Postgresql 9.5 

Vagrant Tests

Code Block
vagrant destroy
vagrant up

...