Skip to content

A query is refreshed if another distinct identical query is executed #331

@madalincm

Description

@madalincm

Steps to Reproduce:

  1. 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
  2. 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)
  3. Execute the second query.
  4. 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
queryrerun

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions