Skip to content

IGNITE-28428 Fix flaky PerformanceStatisticsPrinterTest#testSystemViewOperationFilter#339

Open
chesnokoff wants to merge 1 commit intoapache:masterfrom
chesnokoff:ignite-28428-flakysystemview
Open

IGNITE-28428 Fix flaky PerformanceStatisticsPrinterTest#testSystemViewOperationFilter#339
chesnokoff wants to merge 1 commit intoapache:masterfrom
chesnokoff:ignite-28428-flakysystemview

Conversation

@chesnokoff
Copy link
Copy Markdown
Contributor

No description provided.

@chesnokoff chesnokoff force-pushed the ignite-28428-flakysystemview branch from 7e3d752 to 17a7512 Compare April 1, 2026 19:33
LogListener lsnr = LogListener.matches("Finished writing system views to performance statistics file:").build();
log.registerListener(lsnr);

try (IgniteEx ign = (IgniteEx)Ignition.start(cfg)) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testSystemViewOperationFilter is the only test in this class that uses real ignite node to write down prf. Because of that we should use waitForStatisticsEnabled

import org.jetbrains.annotations.Nullable;
import org.junit.Test;

import static java.lang.System.exit;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

artifact from previous commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants