This repository was archived by the owner on Jan 26, 2026. It is now read-only.
new plugin (table) creates a configurable table of results and (exper…#36
Open
BenCasses wants to merge 6 commits intolanl:masterfrom
Open
new plugin (table) creates a configurable table of results and (exper…#36BenCasses wants to merge 6 commits intolanl:masterfrom
BenCasses wants to merge 6 commits intolanl:masterfrom
Conversation
…imentally) runs faster than get_result
Contributor
Author
|
Do I want to stat the log file before opening it and give up if size is above some threshold to avoid parsing huge stack trace logs? |
now respecting the PTH_TABLEFORMAT environment variable if present
Collaborator
|
@BenCasses I have been trying to run this plugin this morning and I cannot get it to print any results. I have tried fiddling with the start time and fields option but it should not matter because I ran the tests Thursday. Here is output from get_results (I used baseline to shorten it). |
Contributor
Author
|
First guess is that its rejecting all results, run it with a "-v" flag and It should tell you why, for each .log file, it is rejecting. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
new plugin : table
prints a configurable table of results either looking from cwd or from the results location of a test suite
-experimentally runs faster than get_results
-a few fields are offered : name, nodes, result, etc., or the user can request any line starting with as a field
-start and end times are both intervals here : filter for tests that "started" (on the path) within the start interval and "ended" within the end interval ( tag or "cleanup" line). One-sided intervals are assumed to start 15 days ago and end now.
-no perl or subprocess