Index: hcatalog/src/test/e2e/templeton/tests/ddl.conf =================================================================== --- hcatalog/src/test/e2e/templeton/tests/ddl.conf (revision 1560204) +++ hcatalog/src/test/e2e/templeton/tests/ddl.conf (working copy) @@ -952,7 +952,7 @@ { #cleanup #drop table if exists - 'num' => 10, + 'num' => 8, 'method' => 'DELETE', 'url' => ':TEMPLETON_URL:/templeton/v1/ddl/database/default/table/templetontest_tprop?user.name=:UNAME:&ifExists=true', 'status_code' => 200, Index: hcatalog/src/test/e2e/templeton/tests/hcatperms.conf =================================================================== --- hcatalog/src/test/e2e/templeton/tests/hcatperms.conf (revision 1560204) +++ hcatalog/src/test/e2e/templeton/tests/hcatperms.conf (working copy) @@ -299,7 +299,7 @@ { #check if user belonging to 'other' is unable to delete table - 'num' => 10, + 'num' => 9, 'setup' => [ { 'method' => 'DELETE', @@ -330,7 +330,7 @@ { #check if user is able to create table - 'num' => 11, + 'num' => 10, 'setup' => [ { 'method' => 'DELETE', @@ -370,7 +370,7 @@ { #check if group user is able to create table - 'num' => 12, + 'num' => 11, 'setup' => [ { 'method' => 'DELETE', @@ -410,7 +410,7 @@ { #check if group user is unable to create table without permissions - 'num' => 13, + 'num' => 12, 'setup' => [ { 'method' => 'DELETE', @@ -450,7 +450,7 @@ { #check if other user is unable to create table without permissions - 'num' => 14, + 'num' => 13, 'setup' => [ { 'method' => 'DELETE', @@ -490,7 +490,7 @@ { #show table allowed for user - 'num' => 15, + 'num' => 14, 'setup' => [ { 'method' => 'DELETE', @@ -539,7 +539,7 @@ { #show table allowed for group - 'num' => 16, + 'num' => 15, 'setup' => [ { 'method' => 'DELETE', @@ -587,7 +587,7 @@ { #show table not allowed for group user without permissions - 'num' => 17, + 'num' => 16, 'setup' => [ { #drop db cascade 'method' => 'DELETE', @@ -635,7 +635,7 @@ { #show table not allowed for other user without permissions - 'num' => 18, + 'num' => 17, 'setup' => [ { #drop db cascade 'method' => 'DELETE', @@ -686,7 +686,7 @@ { #describe db - by user - 'num' => 19, + 'num' => 18, 'setup' => [ { #drop db cascade 'method' => 'DELETE', @@ -723,7 +723,7 @@ { #describe db - by group user - 'num' => 20, + 'num' => 19, 'setup' => [ { #drop db cascade 'method' => 'DELETE', @@ -760,7 +760,7 @@ { #describe db - by group user without permissions - 'num' => 21, + 'num' => 20, 'setup' => [ { #drop db cascade 'method' => 'DELETE', @@ -794,7 +794,7 @@ { #describe db - by other user without permissions - 'num' => 22, + 'num' => 21, 'setup' => [ { #drop db cascade 'method' => 'DELETE',