Skip to content
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

PB-984: implement an error queue #1065

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

ltkum
Copy link
Contributor

@ltkum ltkum commented Sep 12, 2024

  • Issue : currently, there is only one error message existing at the same time, which means if a new error happens, it'll flush out the previous one, with no possibility of seeing it again.

  • Fix : We implement a queue, like for warnings, which means if multiple errors happen at the same time, we can check all of them.

Test link

Copy link

cypress bot commented Sep 12, 2024

web-mapviewer    Run #3304

Run Properties:  status check passed Passed #3304  •  git commit 9590fe8bab: PB-984: implement an error queue
Project web-mapviewer
Branch Review feat-PB-984-implement-error-queue
Run status status check passed Passed #3304
Run duration 04m 49s
Commit git commit 9590fe8bab: PB-984: implement an error queue
Committer Martin Künzi
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 21
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 210
View all changes introduced in this branch ↗︎

@ltkum ltkum force-pushed the feat-PB-984-implement-error-queue branch from 60c08b1 to b8dc509 Compare September 12, 2024 09:53
@ltkum ltkum requested a review from ltshb September 12, 2024 10:05
- Issue : currently, there is only one error message existing at the same time, which means if a new error happens, it'll flush out the previous one, with no possibility of seeing it again.

- Fix : We implement a queue, like for warnings, which means if multiple errors happen at the same time, we can check all of them.
@ltkum ltkum force-pushed the feat-PB-984-implement-error-queue branch from b8dc509 to 9590fe8 Compare September 12, 2024 10:05
@ltkum ltkum merged commit f33fce9 into develop Sep 12, 2024
6 checks passed
@ltkum ltkum deleted the feat-PB-984-implement-error-queue branch September 12, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants