Repository: incubator-sentry Updated Branches: refs/heads/kafka e6a2f13a0 -> b675b9a53
SENTRY-1113: Fix test failures due to missing files. Change-Id: Ib22222f41e6433cd1531ead43bac7ba2e68adc62 Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/b675b9a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/b675b9a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/b675b9a5 Branch: refs/heads/kafka Commit: b675b9a5346c0d40192264edb5b4854424279c2c Parents: e6a2f13 Author: hahao <[email protected]> Authored: Mon Mar 7 13:51:03 2016 -0800 Committer: hahao <[email protected]> Committed: Mon Mar 7 13:51:03 2016 -0800 ---------------------------------------------------------------------- .../src/test/resources/test.keystore.jks | Bin 0 -> 2067 bytes .../src/test/resources/test.truststore.jks | Bin 0 -> 2250 bytes 2 files changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/b675b9a5/sentry-tests/sentry-tests-kafka/src/test/resources/test.keystore.jks ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-kafka/src/test/resources/test.keystore.jks b/sentry-tests/sentry-tests-kafka/src/test/resources/test.keystore.jks new file mode 100644 index 0000000..6a5fe66 Binary files /dev/null and b/sentry-tests/sentry-tests-kafka/src/test/resources/test.keystore.jks differ http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/b675b9a5/sentry-tests/sentry-tests-kafka/src/test/resources/test.truststore.jks ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-kafka/src/test/resources/test.truststore.jks b/sentry-tests/sentry-tests-kafka/src/test/resources/test.truststore.jks new file mode 100644 index 0000000..3c91e92 Binary files /dev/null and b/sentry-tests/sentry-tests-kafka/src/test/resources/test.truststore.jks differ
