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

[Bug] Remove writing server_id to an column for failed speedtests #1679

Merged
merged 5 commits into from
Oct 9, 2024

Conversation

svenvg93
Copy link
Contributor

@svenvg93 svenvg93 commented Aug 20, 2024

📃 Description

Because the server_id was still written as separate column which does not exist anymore, it causes tests not to be marked as failed.

to close #1663
to close #1667
to close #1743

🪵 Changelog

🔧 Fixed

  • Remove 'server_id' => $this->serverId
  • Add the Server ID as a field in the data message for failed tests so it can be shown in the results table.
  • Parse the error message for a clean message in the WebGui

📷 Screenshots

Scherm­afbeelding 2024-08-20 om 21 44 54 Scherm­afbeelding 2024-08-20 om 21 45 06

@alexjustesen alexjustesen added 🎉 feature New feature or request 🐛 bug Something isn't working and removed 🎉 feature New feature or request labels Sep 17, 2024
@alexjustesen alexjustesen changed the title [Bug Fix] Remove server_id for Failed speedtests [Bug] Remove server_id for failed speedtests Sep 25, 2024
@svenvg93
Copy link
Contributor Author

@alexjustesen Just some screenshot for an working server id when there is no internet, non working server id, auto selection when there is no internet. Think that should cover all the senarios possible.

image

Auto selection when there is no internet
image

Non working server id
image

Working server id when there is no internet,
image

@svenvg93 svenvg93 changed the title [Bug] Remove server_id for failed speedtests [Bug] Remove server_id column for failed speedtests Oct 7, 2024
@svenvg93 svenvg93 changed the title [Bug] Remove server_id column for failed speedtests [Bug] Remove writing server_id to an column for failed speedtests Oct 7, 2024
@alexjustesen alexjustesen merged commit 8c1bb58 into alexjustesen:main Oct 9, 2024
1 check passed
@svenvg93 svenvg93 deleted the 1663-dont-write-server-id branch October 9, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
2 participants