|
@@ -5194,7 +5194,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: File does not exist: /file</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /file</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -5209,7 +5209,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: File does not exist: file</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /user/[a-z]*/file</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -5226,7 +5226,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: Source must be a file.</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /dir1</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -5243,7 +5243,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: File does not exist: dir</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /user/[a-z]*/dir</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -5317,7 +5317,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: File does not exist: hdfs:/file</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /file</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -5334,7 +5334,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: Source must be a file.</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /dir1</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -5409,7 +5409,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: File does not exist: hdfs://localhost[.a-z]*:[0-9]+/file</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /file</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -5426,7 +5426,7 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^cat: Source must be a file.</expected-output>
|
|
|
+ <expected-output>^cat: java.io.FileNotFoundException: File does not exist: /dir1</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|