Draft
Collect system info in consecutive tests mode with per-test label association#23
Conversation
…tion - Add test_label column to system_info table and system_info_view - Update SQL_SYS_INFO constant to include test_label - Collect system info before each command in consecutive (non-parallel) mode - Pass test label to associate system snapshots with individual commands - Update parallel mode to pass empty test_label for compatibility - Update insert.sql test data with test_label values Co-authored-by: christiam <736979+christiam@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add collection of system information in consecutive tests mode
Collect system info in consecutive tests mode with per-test label association
Aug 6, 2026
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.
System resource snapshots (
system_info) were only collected during parallel execution viarun_on_wait. In consecutive mode, no system info was recorded. Additionally, there was no way to associate a system snapshot with the specific test that was running at the time.Schema (
ddl/create.sql)test_label VARCHAR(255) DEFAULT ''tosystem_infotable — links each snapshot to the executing testsystem_info_viewto exposetest_labelDriver (
bin/driver.pl)SQL_SYS_INFOto includetest_labellabel4run:''astest_label(schema compatibility; individual label attribution isn't meaningful there)Test data (
ddl/insert.sql)system_infofixture inserts to includetest_labelvalues