HomeClusterLabs Projects

Refactor: cts-lab: Drop SearchObj.cache member

Description

Refactor: cts-lab: Drop SearchObj.cache member

It gets set to empty at each harvest_async() call. Then during
async_complete, it gets built up line-by-line, sent to
self._delegate.async_complete() (which only ever belongs to LogWatcher),
and never used again.

It's clearer to drop the member and use a local variable called
messages.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Mar 18 2024, 10:03 PM
Parents
rPe889fdd0dcd8: Merge pull request #3388 from nrwahl2/nrwahl2-mem_assert
Branches
Unknown
Tags
Unknown