diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-08-19 12:33:22 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-09-28 09:48:46 -0400 |
commit | 15130f6aa2cec5b669636d5ba9ac6f1e417da3b2 (patch) | |
tree | 71cd74c4963ef9cfa03e6b227576bfb21b7ad3c8 /tests/report_tests | |
parent | 49ef27db7cfbeb161997d851614549a52677753b (diff) | |
download | sos-15130f6aa2cec5b669636d5ba9ac6f1e417da3b2.tar.gz |
[Plugin] Move collection of tailed files out of setup()
Previously, collecting the tail output of files when a file spec exceeds
the size limit was done during `setup()` - meaning we would do the
actual collection before the `collect()` phase.
Change this, by instead saving the file name and the size to collect
during `setup()`, and only performing the actual collection during a new
`_collect_tailed_files()` step during the `collect()` phase.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests/report_tests')
0 files changed, 0 insertions, 0 deletions