mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
The existing walk.go and conformance.txt have a few shortcomings which we'd like to resolve: - difficult to get the full test name due to test context nesting - complicated AST logic and understanding necessary due to the different ways a test can be invoked and written This changes the AST parsing logic to be much more simple and simply looks for the comments at/around a specific line. This file/line information (and the full test name) is gathered by a custom ginkgo reporter which dumps the SpecSummary data to a file. Also, the SpecSummary dump can, itself, be potentially useful for other post-processing and debugging tasks. Signed-off-by: John Schnake <jschnake@vmware.com> |
||
|---|---|---|
| .. | ||
| BUILD | ||
| cronjob.go | ||
| daemon_restart.go | ||
| daemon_set.go | ||
| deployment.go | ||
| disruption.go | ||
| framework.go | ||
| job.go | ||
| network_partition.go | ||
| OWNERS | ||
| rc.go | ||
| replica_set.go | ||
| statefulset.go | ||
| types.go | ||
| wait.go | ||