Installation validation - #1048
Merged
Merged
Conversation
afk11
force-pushed
the
installation-validation
branch
4 times, most recently
from
August 14, 2026 09:11
766d49e to
3ca9192
Compare
…rly. add validator description.
ConcurrentJobRunner now checks if a job times out, and reports this to the caller with a closure Also, now handle the more unusual case where the backend doesn't catch all errors, or produces an exception of it's own. In normal operations, the Backend catches exceptions and records the details in a FailureInfo object. (Because stack traces with closures cannot be serialized) However it's possible that a future change introduces an error which results in an uncaught exception Instead of interrupting the handling of other results, we make room for another closure to call when one of these errors is encountered. In this case, it's probably detecting coding errors in Backend, since Backend is already meant to catch all errors from a Validator.
…ructures are registered on IXP-Manager
…. tidy some of the validate-system output re PHP version + MySQL version
…n instead of error
…ng an as112 router
…PKI in configuration
…in up/down if we use the same var
…), cover with tests
add timeout for http self test because artisan serve is single threaded and blocks while validations are still running. also lower timeouts in general for validations, we want to handle timeouts before the artisan / herd / max_execution_time kills our script
…sult -> move namespace and shorten
… since namespace move didn't cause a test failure with no validators
… issue support tool output
…nstants (changes only in comments, matches other templates)
afk11
force-pushed
the
installation-validation
branch
from
August 14, 2026 14:40
3ca9192 to
b313078
Compare
…factor min severity handling in console command
…y. trigger next loadJobs after loadJobs finishes. remove duplicate severity assignment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add System Validation feature