Li

Results 3 issues of Li

## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? Start the cluster with tiup --tag test playground and exit. After the second...

type/bug

HDFS.log_templates.csv and HDFS.log_structured.csv do not correspond In addition, according to the provided parsing configuration, the number of templates has significantly increased, and there is a problem ![Image](https://github.com/user-attachments/assets/11f0be5a-ffc9-4ead-9e82-3df5367631c0)

So I understand that in Mockito @InjectMocks will inject anything that it can with the annotation of @Mock, but how to handle this scenario? ``` @Mock private MockObject1 mockObject1; @Mock...