You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2021/02/12 16:49:37 UTC

[tez] branch branch-0.9 updated: TEZ-4241. UI: containerLogs testWrapper test fails (review by Bodor Laszlo)

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 <je...@apache.org>
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 <je...@apache.org>
    (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) {