forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Description
Steps to Reproduce:
- Create a new query, save it and set the update schedule to a specific time. (ex: https://pipeline-sql.stage.mozaws.net/queries/320/source)
-- wait at least a minute so that the last update value is something else the a few seconds ago - Create a second query that has exactly the same code as the query from step 1. (i.e https://pipeline-sql.stage.mozaws.net/queries/321/source)
- Execute the second query.
- Go to the first query page and observe the last updated value
Expected results:
The first query should be re-run only at the time set for the update schedule. The last update value is the moment the query was first run.
Actual results:
The first query last update value is changing when the second query is run.
Notes/Issues:
Build identifier: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Verified in FF58(Win7). Issue can be reproduced in STMO-stage and STMO-prod
