This is an automated email from the ASF dual-hosted git repository.

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 61d78e4  TEZ-4241. UI: containerLogs testWrapper test fails (review by 
Bodor Laszlo)
61d78e4 is described below

commit 61d78e4b0fe046ef156cde4aab3b572187173c6f
Author: Jonathan Eagles <[email protected]>
AuthorDate: Fri Feb 12 10:48:35 2021 -0600

    TEZ-4241. UI: containerLogs testWrapper test fails (review by Bodor Laszlo)
    
    Signed-off-by: Jonathan Eagles <[email protected]>
    (cherry picked from commit f9c96b2be3d1ff0b81ab397984f99b85cdcf7047)
---
 tez-ui/src/main/webapp/tests/unit/serializers/dag-test.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tez-ui/src/main/webapp/tests/unit/serializers/dag-test.js 
b/tez-ui/src/main/webapp/tests/unit/serializers/dag-test.js
index 6334569..80f41b6 100644
--- a/tez-ui/src/main/webapp/tests/unit/serializers/dag-test.js
+++ b/tez-ui/src/main/webapp/tests/unit/serializers/dag-test.js
@@ -110,8 +110,8 @@ test('containerLogs test', function(assert) {
   }), [], "No logs");
 
   assert.deepEqual(mapper({
-    otherinfo: {inProgressLogsURL_1: "foo", inProgressLogsURL_2: "bar"},
-  }), [{text: "1", href: "http://foo"}, {text: "2", href: "http://bar"}], "2 
logs");
+         otherinfo: {inProgressLogsURL_1: "http://foo";, inProgressLogsURL_2: 
"https://bar"},
+  }), [{text: "1", href: "http://foo"}, {text: "2", href: "https://bar"}], "2 
logs");
 });
 
 test('vertexIdNameMap test', function(assert) {

Reply via email to