Commit f7f9de7
authored
Series-Relative Test IDs (#895)
* Replace test ID path with UUID path
* Miscellaneous changes
* Fix unit test
* Fix cancel_tests unit test
* Fix cancel_invalid_test unit test
* Fix logging tests
* Fix arg_filtered_tests unit test
* Fix list_cmd unit tests
* Fix index unit test
* Pass more unit tests
* Fix even more unit tests
* Fix legacy unit test
* Fix add_module unit test
* Fix style issues
* Add validation to TestIDs
* Various changes to integrate TestID
* Various changes
* Fix graph command ID parsing
* Fixing IDs
* Progress towards fixing unit tests
* Fix group unit tests
* Fix bug in LazyTestRunDict
* Fix cancel command unit tests
* Fix cat unit tests
* Fix graph command unit tests
* Fix list command unit tests
* Fix log command unit tests
* Fix result command unit tests
* Update cmd_utils to work with ID objects
* Fix logging unit tests
* Fix run command unit tests
* Fix series command tests
* Fix cancel command tests
* Fix series unit tests
* Fix status command unit tests
* Fix remaining unit tests
* Refactor arg_filtered_tests
* Refactor arg_filtered_series
* Various changes
* More ID tweaks
* Make host_cpus plugin platform independent
* Make sys_vars platform independent
* Fix style issue
* Fix style issues
* Ignore wrapped lines
* Fix group commands unit test
* Fix line wrapping causing unit test to fail
* Try to fix group tests
* Try to fix CI wrapping breaking unit tests
* Add --json option to group members subcommand
* Fix syntax errors
* JSON output for group members
* Add GroupID to serializer
* Fix TestID deserializer
* Fix JSON output
* Fix group command unit tests
* Remove debug statements
* Fix rebase
* Fix join
* Remove stray print statement1 parent 4d7a6fa commit f7f9de7
File tree
75 files changed
+1134
-960
lines changed- .github/workflows
- lib/pavilion
- commands
- filters
- resolver
- result
- schedulers
- plugins
- series
- sys_vars
- test_run
- test
- data/modules/test_mod1
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+1134
-960
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
573 | | - | |
| 573 | + | |
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
| 595 | + | |
| 596 | + | |
596 | 597 | | |
597 | 598 | | |
598 | 599 | | |
| |||
797 | 798 | | |
798 | 799 | | |
799 | 800 | | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | 801 | | |
805 | 802 | | |
806 | 803 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments