-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63590/
-----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer and Joseph Wu.
Bugs: MESOS-6703
https://issues.apache.org/jira/browse/MESOS-6703
Repository: mesos
Description
-------
Enabled CredentialsTests on Windows.
Diffs
-----
src/tests/credentials_tests.cpp 7eb5abd21a1be35d4739c4928cb922f028cfc9a7
Diff: https://reviews.apache.org/r/63590/diff/1/
Testing
-------
Tested on Windows, all tests pass. This is a set of tests that was not enabled
after the authentication changes. Not tested on non-Windows systems, as this
change should have zero effect on non-Windows systems.
On Windows:
[----------] 3 tests from CredentialsTest
[ RUN ] CredentialsTest.AuthenticatedSlave
[ OK ] CredentialsTest.AuthenticatedSlave (123 ms)
[ RUN ] CredentialsTest.AuthenticatedSlaveText
[ OK ] CredentialsTest.AuthenticatedSlaveText (119 ms)
[ RUN ] CredentialsTest.AuthenticatedSlaveJSON
[ OK ] CredentialsTest.AuthenticatedSlaveJSON (114 ms)
[----------] 3 tests from CredentialsTest (370 ms total)
Thanks,
John Kordich