-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dark theme when leaving the Dashboard app. Add dark theme for localNav. #9032
Remove dark theme when leaving the Dashboard app. Add dark theme for localNav. #9032
Conversation
LGTM |
@cjcenizal LGTM |
…localNav. Backports PR #9032 **Commit 1:** Remove dark theme when leaving the Dashboard app. * Original sha: 700f750 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:40:34Z **Commit 2:** Upgrade kibana-ui-framework to 0.0.10: localNav dark theme styles. * Original sha: c339694 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:48:10Z
…localNav. (#9052) Backports PR #9032 **Commit 1:** Remove dark theme when leaving the Dashboard app. * Original sha: 700f750 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:40:34Z **Commit 2:** Upgrade kibana-ui-framework to 0.0.10: localNav dark theme styles. * Original sha: c339694 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:48:10Z
Looks like the the selenium builds started failing after this was merged... for some reason https://kibana-ci.elastic.co/job/elastic+kibana+master+multijob-selenium/373/ |
@spalger I was able to sporadically reproduce locally. It failed once with similar errors, and then passed once. Not sure what's going on here. |
Can you try to reproduce without your change? Perhaps it's just a coincidence... |
I tried this out on two commits (my change and prior to my change) and was able to confirm that the bug is sporadically reproducible on both. All of the tests involve Discover. But the actual tests which fail are different in each case (with some overlap). This makes me think there could be a race condition involved. Possible next steps:
My changeCommit deec2eb Errors1478928655479_discover app_discover app
1478928675690_discover app_discover app
1478928718396_discover app_discover tab
1478928738503_discover app_source filters
Prior to my changeCommit 86cff96 Errors1478971332938_query_save
1478971355018_discover app_discover app
1478971389854_discover app_discover tab
|
Fixed by #9068 |
Nice investigative work @cjcenizal |
@cjcenizal What branches/versions did this go into? |
Nevermind, I think I got it from the linked backport PRs |
@epixa Sorry... did you figure it out or would you like me to look into it? |
@cjcenizal all good, thanks |
…localNav. (elastic#9052) Backports PR elastic#9032 **Commit 1:** Remove dark theme when leaving the Dashboard app. * Original sha: 700f750 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:40:34Z **Commit 2:** Upgrade kibana-ui-framework to 0.0.10: localNav dark theme styles. * Original sha: c339694 * Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-10T19:48:10Z Former-commit-id: 574da97
Addresses #8925 and #9030
Forward-ports a bugfix commit from #8941