Skip to content

Patch/fix test crashes#8394

Merged
sovdeeth merged 2 commits intoSkriptLang:dev/patchfrom
sovdeeth:patch/fix-test-crashes
Jan 22, 2026
Merged

Patch/fix test crashes#8394
sovdeeth merged 2 commits intoSkriptLang:dev/patchfrom
sovdeeth:patch/fix-test-crashes

Conversation

@sovdeeth
Copy link
Copy Markdown
Member

@sovdeeth sovdeeth commented Jan 21, 2026

Problem

Occasionally, the test server will crash when shutting down due to the last tick of the server taking more than 1 second. This is likely due to the writing of test results being included in the final tick. Velocity unrelated.

Solution

Waits an additional tick before shutting down to ensure the final tick is just the normal shutdown method alone.

Testing Completed

Repeated github actions 10 times in a row without failures.

Supporting Information


Completes: #8388
Related: none
AI assistance: none

@sovdeeth sovdeeth requested review from a team and APickledWalrus as code owners January 21, 2026 22:51
@sovdeeth sovdeeth requested review from Absolutionism and removed request for a team January 21, 2026 22:51
@skriptlang-automation skriptlang-automation bot added the needs reviews A PR that needs additional reviews label Jan 21, 2026
@sovdeeth sovdeeth changed the base branch from master to dev/patch January 21, 2026 22:51
@sovdeeth sovdeeth added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Jan 22, 2026
@sovdeeth sovdeeth moved this to In Review in 2.14 Releases Jan 22, 2026
@sovdeeth sovdeeth linked an issue Jan 22, 2026 that may be closed by this pull request
1 task
@github-project-automation github-project-automation bot moved this from In Review to Awaiting Merge in 2.14 Releases Jan 22, 2026
@skriptlang-automation skriptlang-automation bot added patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version. and removed needs reviews A PR that needs additional reviews labels Jan 22, 2026
@sovdeeth sovdeeth merged commit 75bccc8 into SkriptLang:dev/patch Jan 22, 2026
9 checks passed
@github-project-automation github-project-automation bot moved this from Awaiting Merge to Done - Awaiting Release in 2.14 Releases Jan 22, 2026
@skriptlang-automation skriptlang-automation bot added completed The issue has been fully resolved and the change will be in the next Skript update. and removed patch-ready A PR/issue that has been approved and is ready to be merged/closed for the next patch version. labels Jan 22, 2026
@sovdeeth sovdeeth moved this from Done - Awaiting Release to Done - Released in 2.14 Releases Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update.

Projects

Status: Done - Released

Development

Successfully merging this pull request may close these issues.

Occasional test server crashes on shutdown due to shutdown watchdog.

3 participants