-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Dashboard SQLException and Travis system test fail #8186
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8186 +/- ##
==========================================
- Coverage 81.69% 79.88% -1.82%
==========================================
Files 100 100
Lines 5846 5866 +20
==========================================
- Hits 4776 4686 -90
- Misses 1070 1180 +110
|
Just saw the system failures on travis on the recent PRs... Great job catching this @keshavsethi and opening this so quick 🎉 🎉 Thanks |
Thanks!! @cesswairimu it is because of some chrome driver version.
|
Which is strange we haven't changed the version since February 🤔 not sure why we are getting the failures now...do we need to try 73.0.0? |
@cesswairimu @jywarren @alaxalves @icarito System Tests are failing because of the chrome driver version issue. Please check!! |
From the latest travis-ci update notes it shows that Google Chrome changed to 83.0.4103.116-1..and the driver for this should be used with ChromeDriver 83.0.4103.39 or ChromeDriver 83.0.4103.14 but none of these seem to work 🤔 Not sure where we can get the exact chrome version that we are using |
@cesswairimu @jywarren I tried a few things but still, errors are coming 🤔 Please check!! |
I am going to try a brute-force from version 73 upwards see if anything works...opening on a new PR #8197 |
Oh gosh, this is pretty bad. Thanks for looking into this! I will check it out too to see if we can figure it out. In the meantime, LOTS of info and guidance on Chromedriver here: #6095 |
This note refers to work by @alaxalves on this which helped us mitigate the chrome version moving target... perhaps related?
|
Was this resolved? I see @cesswairimu closed this attempt: #8197 |
Ah i see finally in #8203 - thanks! |
An error was coming in the dashboard and system tests were also failing.
I work fine after correcting the typo
Thanks!