Skip to content

Add test retries for tests that commonly fail#11106

Closed
cppwfs wants to merge 2 commits into
spring-projects:6.5.xfrom
cppwfs:SI-stabilize-6.5.x-test
Closed

Add test retries for tests that commonly fail#11106
cppwfs wants to merge 2 commits into
spring-projects:6.5.xfrom
cppwfs:SI-stabilize-6.5.x-test

Conversation

@cppwfs

@cppwfs cppwfs commented Jun 11, 2026

Copy link
Copy Markdown
Contributor
  • Disable tests that need more review
  • Do not merge.

@cppwfs cppwfs force-pushed the SI-stabilize-6.5.x-test branch from bb748af to 63c1725 Compare June 11, 2026 20:40
public void prepResource() throws IOException {
when(inputDirectoryMock.toPath()).thenReturn(Path.of("[dir]"));
when(inputDirectoryMock.getCanonicalFile()).thenReturn(inputDirectoryMock);
when(inputDirectoryMock.getAbsoluteFile()).thenReturn(inputDirectoryMock);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please, don't touch file tests.
It is still failing here or there on CI.
I'll let you know when it is good to rebase.

Thanks

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.

Sounds good. I was about to raise this as an issue.

The PR's goal is to make sure we have stable builds.

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.

Plus I am going to revisit ImapMailReceiverNoDebugTests.java and clean that up in the morning.

@artembilan artembilan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

OK. Finally the build is green.
Please, rebase to upstream 6.5.x

cppwfs added 2 commits June 12, 2026 07:13
- Add @RetryingTest(10) annotation to tests that commonly fail.
- Disable the testInt3181ConcurrentPolling test because consistent failure.
  Disable for now and research.
- Extract IMAP retryable tests into the ImapMailReceiverNoDebugTests
  because of debug log setup race condition
- Remove unused code from ImapMailReceiverNoDebugTests
@cppwfs cppwfs force-pushed the SI-stabilize-6.5.x-test branch from 63c1725 to 188db9c Compare June 12, 2026 11:25
@cppwfs

cppwfs commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Closing this "Do Not Merge" PR.

@cppwfs cppwfs closed this Jun 12, 2026
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