dpgaspar opened a new pull request #15328:
URL: https://github.com/apache/superset/pull/15328


   ### SUMMARY
   The majority of `TimeoutException` are triggered due to charts that do not 
render correctly or take a long time to load data (normally the first)
   
   Most of the execution stack is:
   ```
   Traceback (most recent call last):
     File "/usr/local/lib/python3.7/site-packages/superset/utils/webdriver.py", 
line 111, in get_screenshot
       EC.presence_of_element_located((By.CLASS_NAME, element_name))
     File 
"/usr/local/lib/python3.7/site-packages/selenium/webdriver/support/wait.py", 
line 80, in until
       raise TimeoutException(message, screen, stacktrace)
   selenium.common.exceptions.TimeoutException: Message: 
   ```
   
   We should log these, but it's not critical so this PR downgrades the level 
to warning. 
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to