[jira] [Created] (ZEPPELIN-3263) Do not use Firefox >=55 for integration testing

2018-02-24 Thread mephi42 (JIRA)
mephi42 created ZEPPELIN-3263:
-

 Summary: Do not use Firefox >=55 for integration testing
 Key: ZEPPELIN-3263
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3263
 Project: Zeppelin
  Issue Type: Test
  Components: CI-infra
Affects Versions: 0.7.3
Reporter: mephi42


I'm currently debugging locally why do integration tests fail for 
[https://github.com/apache/zeppelin/pull/2679]

 

One of the problems in my setup was that I use Firefox 59, and Selenium simply 
hangs with it. At the same time, Chrome and Safari work fine. According to 
[https://seleniumhq.wordpress.com/2017/08/09/firefox-55-and-selenium-ide] , 
Firefox versions 55+ do not work with Selenium, so I would propose to skip them 
when creating the WebDriver.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3262) Make install_external_dependencies.sh work on macOS

2018-02-24 Thread mephi42 (JIRA)
mephi42 created ZEPPELIN-3262:
-

 Summary: Make install_external_dependencies.sh work on macOS
 Key: ZEPPELIN-3262
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3262
 Project: Zeppelin
  Issue Type: Test
  Components: CI-infra
Affects Versions: 0.7.3
Reporter: mephi42


This original purpose of this script is to setup Travis environment, but it's 
also useful for local development. I would like to send a pull request with 
this improvement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3047) Make login dialog compatible with built-in Firefox password manager

2017-11-10 Thread mephi42 (JIRA)
mephi42 created ZEPPELIN-3047:
-

 Summary: Make login dialog compatible with built-in Firefox 
password manager
 Key: ZEPPELIN-3047
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3047
 Project: Zeppelin
  Issue Type: Improvement
  Components: security
Affects Versions: 0.7.3
Reporter: mephi42
Priority: Minor


Currently Firefox does not offer to remember Zeppelin username and password.

I found the following discussion regarding that on StackOverflow: 
https://stackoverflow.com/questions/2398763/how-does-browser-know-when-to-prompt-user-to-save-password

If I understand it correctly, Firefox wants username and password fields to be 
part of a , which is currently not the case.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)