Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[#8965] Apply SharedTestLifeCycle to Oracle #8981

Merged
merged 3 commits into from
Jun 28, 2022

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Jun 28, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jun 28, 2022

Codecov Report

Merging #8981 (43b6e1e) into master (6c6b594) will decrease coverage by 0.06%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #8981      +/-   ##
============================================
- Coverage     39.79%   39.72%   -0.07%     
+ Complexity    11817    11797      -20     
============================================
  Files          3349     3347       -2     
  Lines         91059    90917     -142     
  Branches      10083    10062      -21     
============================================
- Hits          36237    36118     -119     
+ Misses        51721    51713       -8     
+ Partials       3101     3086      -15     
Impacted Files Coverage Δ
...npoint/test/plugin/shared/ExecuteSharedThread.java 0.00% <0.00%> (-58.70%) ⬇️
...t/test/plugin/shared/SharedPinpointPluginTest.java 0.00% <ø> (ø)
...test/plugin/shared/SharedTestLifeCycleWrapper.java 0.00% <0.00%> (-22.23%) ⬇️
...om/navercorp/pinpoint/rpc/codec/PacketDecoder.java 51.66% <0.00%> (-1.67%) ⬇️
...ollector/cluster/zookeeper/ZookeeperJobWorker.java 76.47% <0.00%> (-1.61%) ⬇️
...int/bootstrap/classloader/ParallelClassLoader.java 43.58% <0.00%> (-1.42%) ⬇️
...n/server/bo/serializer/trace/v2/SpanDecoderV0.java 81.73% <0.00%> (+0.45%) ⬆️
...n/server/bo/serializer/trace/v2/SpanEncoderV0.java 83.42% <0.00%> (+0.53%) ⬆️
...pinpoint/profiler/monitor/DeadlockMonitorTask.java 21.59% <0.00%> (+1.13%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c6b594...43b6e1e. Read the comment docs.

@emeroad emeroad force-pushed the #8965_SharedTestLifeCycle branch from 39d293a to 45d0c04 Compare June 28, 2022 07:14
@emeroad emeroad changed the title [#8965] Enhancement database test [#8965] Apply SharedTestLifeCycle to Oracle Jun 28, 2022
@emeroad emeroad merged commit aeb088b into pinpoint-apm:master Jun 28, 2022
@emeroad emeroad deleted the #8965_SharedTestLifeCycle branch June 28, 2022 09:37
@emeroad emeroad linked an issue Jun 30, 2022 that may be closed by this pull request
@emeroad emeroad added this to the 2.5.0 milestone Dec 26, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SharedTestLifeCycle to simplify plugin integration tests
1 participant