Skip to content

Commit

Permalink
Add test with debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrow4a committed Jul 26, 2018
1 parent a28c5d0 commit 7818df6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion integration-tests/2-test-eos-krb5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ FIRSTLETTER=$(echo $KINIT_USER | cut -c 1)

TEST_FILE="root://eosuser.cern.ch//eos/user/$FIRSTLETTER/$KINIT_USER/"

echo "** Try reading $TEST_FILE with krb5**"
echo "** Try reading $TEST_FILE with krb5 without debug**"
hdfs dfs -ls $TEST_FILE

export EOS_debug=1
echo "** Try reading $TEST_FILE with krb5 and EOS_debug=1**"
hdfs dfs -ls $TEST_FILE

0 comments on commit 7818df6

Please sign in to comment.