ZEPPELIN-1456: Flaky Test: AuthenticationIT#1444
ZEPPELIN-1456: Flaky Test: AuthenticationIT#1444prabhjyotsingh wants to merge 1 commit intoapache:masterfrom
Conversation
e0c5766 to
3c81587
Compare
|
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. |
|
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. |
|
makes sense, LGTM |
|
Thanks @prabhjyotsingh! |
|
CI failure on this PR is irrelevant and failing on only build profile. Merging this one quickly to have other PR's CI green |
|
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 <[email protected]> Closes apache#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: