Uh oh!
There was an error while loading. Please reload this page.
ZEPPELIN-1456: Flaky Test: AuthenticationIT - #1444
Conversation
e0c5766 to
3c81587Comparekhalidhuseynov
commented
Sep 20, 2016
any possible reason or explanation for its failing? it seems to be erring consistently |
Sure, so basically #1330 solve the problem: "If logged in user does not have Read and Write permission for a notebook, user should not see the notebook in the zeppelin home page." And the place where this test case used to fail was trying to click on the link on notebook's homepage. Since, after the fix of above issue, the link on which it tried to find and click is not available anymore, it fails consistently. |
prabhjyotsingh
commented
Sep 20, 2016
Build #7259.6 (https://travis-ci.org/apache/zeppelin/builds/161286976) fails for Build #7256.9 (https://travis-ci.org/apache/zeppelin/builds/161274366) fails for But in both xxxxx.10 (Selenium) passes. |
khalidhuseynov
commented
Sep 20, 2016
makes sense, LGTM |
Leemoonsoo
commented
Sep 20, 2016
Thanks @prabhjyotsingh! |
corneadoug
commented
Sep 21, 2016
CI failure on this PR is irrelevant and failing on only build profile. Merging this one quickly to have other PR's CI green |
prabhjyotsingh
commented
Sep 21, 2016
Thank you @corneadoug. |
### What is this PR for? This started happening after ZEPPELIN-1144, apache#1330. This test (testGroupPermission) is to validate the group related permission on a notebook. ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Fix CI ### What is the Jira issue? * [ZEPPELIN-1456](https://issues.apache.org/jira/browse/ZEPPELIN-1456) ### How should this be tested? CI xxx.10 (selenium) should be green ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Prabhjyot Singh <prabhjyotsingh@gmail.com> Closesapache#1444 from prabhjyotsingh/ZEPPELIN-1456 and squashes the following commits: 3c81587 [Prabhjyot Singh] ZEPPELIN-1456: fix
What is this PR for?
This started happening after ZEPPELIN-1144, #1330.
This test (testGroupPermission) is to validate the group related permission on a notebook.
What type of PR is it?
[Bug Fix]
Todos
What is the Jira issue?
How should this be tested?
CI xxx.10 (selenium) should be green
Screenshots (if appropriate)
Questions: