This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new f9c96b2 TEZ-4241. UI: containerLogs testWrapper test fails (review by
Bodor Laszlo)
f9c96b2 is described below
commit f9c96b2be3d1ff0b81ab397984f99b85cdcf7047
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]>
---
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) {