Skip to content

Commit 0c07571

Browse files
committed
updated tests/test_anonymize.sh
1 parent 9eb7239 commit 0c07571

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/test_anonymize.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,15 @@ dest[104]='..., "user": "<user>", "group": "<group>", "host": "<hostname>", ...'
409409
src[105]='...,"owner":"blah","hostname":"blah2",...'
410410
dest[105]='...,"owner":"<user>","hostname":"<hostname>",...'
411411

412+
src[106]="ambari-sudo.sh"
413+
dest[106]="ambari-sudo.sh"
414+
415+
src[107]="hdfs://user/blah"
416+
dest[107]="hdfs://<hostname>/<user>"
417+
418+
src[108]="hdfs:///user/blah"
419+
dest[108]="hdfs:///user/<user>"
420+
412421
# TODO: move proxy hosts to host matches and re-enable
413422
#src[103]="proxy blah port 8080"
414423
#dest[103]="proxy <proxy_host> port <proxy_port>"

0 commit comments

Comments
 (0)