forked from apache/geronimo-yoko
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support collection of remote logging data in testify #216
Merged
habiblawal1
merged 22 commits into
OpenLiberty:main
from
joe-chacko:use-inter-process-for-obv-tests
Jul 11, 2023
Merged
Support collection of remote logging data in testify #216
habiblawal1
merged 22 commits into
OpenLiberty:main
from
joe-chacko:use-inter-process-for-obv-tests
Jul 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
June 15, 2023 14:29
4a03e74
to
4a4a937
Compare
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
June 15, 2023 15:22
fd10775
to
fabbab7
Compare
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
June 20, 2023 14:58
4f9d83c
to
fba8ddb
Compare
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
4 times, most recently
from
July 5, 2023 16:40
05f53b3
to
799b926
Compare
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
July 6, 2023 08:08
1f8e6dc
to
35d94b0
Compare
joe-chacko
changed the title
Use inter process for OBV testing
Support collection of remote logging data in testify
Jul 6, 2023
habiblawal1
previously approved these changes
Jul 6, 2023
ngmr
reviewed
Jul 6, 2023
testify/src/main/java/testify/annotation/logging/LogRecorder.java
Outdated
Show resolved
Hide resolved
ngmr
reviewed
Jul 6, 2023
ngmr
reviewed
Jul 6, 2023
ngmr
reviewed
Jul 6, 2023
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
2 times, most recently
from
July 8, 2023 00:41
effb27e
to
b0f2085
Compare
Test PartRunner function. Rename TestPart to Part. Allow Part chaining with andThen() and butFirst(). Distinguish join hooks (local to parent) from jvm hooks (local to child). Add state machine to PartRunner.
Rename LoggingController to LogPublisher Move LogSetting to a top-level class Allow empty keys and values on InterProcessBus Add new TypeSpecs for Integer, List<String> and List<T>
Moved TypeSpec children to separate package Synchronised LogPublisher and LogRecorder Used dispatch-request-and-await-reply mechanics for LogRecorder comms Use separate, synchronous flow for initial log settings, then push new settings as they arrive Reverse order when popping settings and when closing LogRecorders Send formatter object when requesting log records Use keep-alive thread to keep log recorders available in remote JVMs Add method to check whether in a child process Added equals() and hashCode() to bus implementations Improved haiku comment by adding kigo and kireji
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
July 10, 2023 09:55
5d28dc8
to
372d1df
Compare
joe-chacko
commented
Jul 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Responded to review comments and made requested changes.
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
July 10, 2023 12:42
372d1df
to
7847e18
Compare
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
July 11, 2023 11:33
38eb742
to
e939527
Compare
joe-chacko
force-pushed
the
use-inter-process-for-obv-tests
branch
from
July 11, 2023 11:57
e939527
to
739aa01
Compare
habiblawal1
approved these changes
Jul 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.