Skip to content
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

Remove SessionContext #5974

Merged
merged 5 commits into from Apr 11, 2023
Merged

Remove SessionContext #5974

merged 5 commits into from Apr 11, 2023

Conversation

netopyr
Copy link
Contributor

@netopyr netopyr commented Apr 5, 2023

Removed SessionContext as it is not needed right now. (We may have to add it later again, we will see.)

Closes #5973

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@netopyr netopyr added CI:UnitTests Modularization Issues or PRs related to modularization labels Apr 5, 2023
@netopyr netopyr requested review from a team as code owners April 5, 2023 09:01
@netopyr netopyr self-assigned this Apr 5, 2023
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Apr 5, 2023

Node: Unit Test Results

  1 298 files    1 298 suites   1h 51m 21s ⏱️
97 039 tests 97 032 ✔️ 7 💤 0
98 679 runs  98 672 ✔️ 7 💤 0

Results for commit aaff03d.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Apr 5, 2023

Codecov Report

Patch coverage: 90.00% and project coverage change: +23.21 🎉

Comparison is base (c43b5f1) 68.14% compared to head (aaff03d) 91.36%.

Additional details and impacted files
@@              Coverage Diff               @@
##             develop    #5974       +/-   ##
==============================================
+ Coverage      68.14%   91.36%   +23.21%     
+ Complexity     21953    16967     -4986     
==============================================
  Files           1960     1272      -688     
  Lines         133554    48479    -85075     
  Branches        7519     4839     -2680     
==============================================
- Hits           91013    44291    -46722     
+ Misses         41079     3266    -37813     
+ Partials        1462      922      -540     
Impacted Files Coverage Δ
.../node/app/workflows/ingest/IngestWorkflowImpl.java 94.82% <66.66%> (-0.09%) ⬇️
...main/java/com/hedera/node/app/grpc/MethodBase.java 100.00% <100.00%> (ø)
...ain/java/com/hedera/node/app/grpc/QueryMethod.java 100.00% <100.00%> (ø)
...va/com/hedera/node/app/grpc/TransactionMethod.java 100.00% <100.00%> (ø)
.../hedera/node/app/workflows/TransactionChecker.java 89.21% <100.00%> (ø)
...app/workflows/prehandle/PreHandleWorkflowImpl.java 86.48% <100.00%> (-0.53%) ⬇️
.../hedera/node/app/workflows/query/QueryChecker.java 97.50% <100.00%> (-0.07%) ⬇️
...ra/node/app/workflows/query/QueryWorkflowImpl.java 82.47% <100.00%> (-0.18%) ⬇️

... and 921 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented Apr 5, 2023

Node: Integration Test Results

    3 files      3 suites   13m 5s ⏱️
150 tests 150 ✔️ 0 💤 0
151 runs  151 ✔️ 0 💤 0

Results for commit aaff03d.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Apr 5, 2023

Node: E2E Test Results

    1 files      1 suites   16m 46s ⏱️
308 tests 308 ✔️ 0 💤 0
326 runs  326 ✔️ 0 💤 0

Results for commit aaff03d.

♻️ This comment has been updated with latest results.

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
hendrikebbers
hendrikebbers previously approved these changes Apr 5, 2023
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
# Conflicts:
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/query/QueryCheckerTest.java
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/query/QueryWorkflowImplTest.java
@sonarcloud
Copy link

sonarcloud bot commented Apr 6, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

90.0% 90.0% Coverage
0.0% 0.0% Duplication

@netopyr netopyr merged commit 164f533 into develop Apr 11, 2023
9 of 11 checks passed
@netopyr netopyr deleted the 05973-remove-session-context branch April 11, 2023 08:35
Copy link
Member

@rbair23 rbair23 left a comment

Choose a reason for hiding this comment

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

Looks good!

@nickpoorman nickpoorman added this to the v0.38.0 milestone Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Modularization Issues or PRs related to modularization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove SessionContext
4 participants