Skip to content

Release#294

Merged
HardNorth merged 18 commits into
masterfrom
develop
Sep 8, 2025
Merged

Release#294
HardNorth merged 18 commits into
masterfrom
develop

Conversation

@HardNorth

Copy link
Copy Markdown
Member

No description provided.

@coderabbitai

coderabbitai Bot commented Sep 5, 2025

Copy link
Copy Markdown

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@HardNorth HardNorth requested a review from Copilot September 7, 2025 19:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR ensures all logs are sent before JVM exit by implementing a wait mechanism for log batches to complete processing before the launch finishes.

  • Added logging completion tracking with atomic counters and waiter mechanism
  • Updated test expectations to account for additional launch completion logs
  • Enhanced documentation for the Waiter utility class

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
LaunchImpl.java Implements log completion waiting mechanism using LoggingSubscriber counter and Waiter utility
LoggingSubscriber.java Added atomic counter to track processed log batches and made class non-final
StaticStructuresUtils.java Added constant and utility method for launch completion log messages
ReportPortalLoggingTest.java Updated test verifications to expect 2 log calls and filter out launch completion messages
LaunchTest.java Added batch log response simulations to accommodate new logging behavior
LaunchLoggingTest.java Updated import to use LoggingSubscriber instead of generic FlowableSubscriber
Waiter.java Enhanced documentation with comprehensive javadoc for the till() method
gradle-wrapper.properties Updated Gradle wrapper version from 7.6.4 to 7.6.5
CHANGELOG.md Added changelog entry documenting the fix

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread src/main/java/com/epam/reportportal/service/LaunchImpl.java
@HardNorth HardNorth merged commit 9ef2e76 into master Sep 8, 2025
3 checks passed
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