Timer in SQL Lab and Explore doesn't work
See original GitHub issueA clear and concise description of what the bug is. The timer in SQL Lab doesn’t work. When you run the query 1st time, it shows some number (unsure if accurate). When you run a query 2nd time the value on the timer doesn’t change.
Expected results
The timer should reset every time user hits the “RUN” button, and start counting again from 0.
Actual results
Timer is stuck.
Screenshots
Step 1: Running 1st query: (timer has some result, which looks inacurate, the query took longer than 0.67 sec Timer detail:
Step 2: Change to different SQL Lab tab and run 2nd query: Timer detail:
See query is running - timer value doesn’t change Timer detail:
Query finished and returned result - timer is still displaying same value as before hitting RUN button: Timer detail:
How to reproduce the bug
- Go to SQL Lab
- Click on RUN query
- See the timer and whether it changes
- Run query again, see the timer and whether it changes
Environment
- superset version:
latest
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- I have checked the issue tracker for the same issue and I haven’t found one similar.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (10 by maintainers)
Top GitHub Comments
thanks @ktmud for fixing!
revert?