-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Timer in SQL Lab and Explore doesn't work #10849
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
thanks for reporting the timer issue. |
Note I believe the timer is also broken in explorer as well. |
@junlinc @rusackas I haven't been able to reproduce this issue locally. The master branch seems to be working fine. |
@zuzana Vejrazkova <[email protected]> it works fine for me as
well. also, I believe that the timer is showing 5 millisecond instead of 5
secs? could you provide a .gif or video? Thanks!
Thank you Tanmay for looking into this!
…On Sat, Sep 19, 2020 at 1:58 AM Tanmay Laud ***@***.***> wrote:
@junlinc <https://github.com/JunlinC> @rusackas
<https://github.com/rusackas> I haven't been able to reproduce this issue
locally. The master branch seems to be working fine.
Here's a video of me running the queries:
https://www.youtube.com/watch?v=RTr0lXGjrO0
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10849 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFR5U6VOTJK7YDCYCXXTXTSGRXCDANCNFSM4RIV7YJQ>
.
|
@tanmaylaud can you confirm which version you see this is working as expected? (the latest superset release or master ( and master as of which day))? Everyone from our team sees the same issue. Is it possible that it was fixed recently (within last few days)? I shared couple videos with Junlin directly, she can share the folder with you. |
@tanmaylaud please run a longer query in SQL lab. in your example, query is too short that you can't tell if Timer display a correct running time. |
We believe the issue is with this PR a6fa02a (reverting it locally fixes the timer issue locally). I can slack you link to the video recording. |
revert? |
thanks @ktmud for fixing! |
* master: (466 commits) chore: bump pandas to latest stable version (#11018) fix: dashboard edit button (again) (#11029) style(explore): use tertiary button against gray background (#11011) docs: add security vulnerability GH issue template (#11023) fix: [dashboard] should not show edit button when user has no edit permit (#11024) fix: timer component, fixes #10849, closes #11002 (#11004) fix: enable several pylint rules partially in db_engines_specs module (#11000) fix: pylint checks in connectors/sqla/models.py (#10974) fix: reenable pylint rule `unused-import` in charts and connectors modules (#11014) Enabled pylint rules in `db_engines` module: (#11016) fix: changes a pylint check in dashboard module (#10978) fix: menu shows a 0 when there are not settings (#11009) fix: query search low privileged user search access denied (#11017) chore: downgrade expected exception from error to info (#10994) fix: Add Item Overflow on Dataset Editor (#10983) Bring back import menu (#11007) feat(listview): feature flag config to set default viewing mode (#10986) build: add react-hooks linting (#11006) fix: unbreak ci (#11003) fix: enable pylint rules in db_engine_specs module (#10998) ... # Conflicts: # requirements.txt # superset/app.py # superset/models/schedules.py # superset/tasks/schedules.py # superset/translations/messages.pot
A 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
Environment
latest
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: