MozillaSecurity / MozillaSecurity/FuzzManager

Don't reload the page when queries timeout

Open
#771 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug crashmanager
Dominant language
Python
Stars
208
Forks
48
Avg merge
23h 5m
Merged PRs (30d)
2

Description

Queries that timeout will fail silently. Rather than reloading the page, we should just show the error.

https://github.com/MozillaSecurity/FuzzManager/blob/2351318787f1ed38369b82443fcbe8f284f25077/server/frontend/src/components/Crashes/List.vue#L430-L449

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with server/frontend/src/components/Crashes/List.vue around lines 430-449 and trace how a timed-out query is handled. Change the behavior so the timeout error is shown without reloading the page, then verify that the page remains loaded and the error is visible when a query times out.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.