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

Resolve buildGrpcManagedChannel orphaned channel & ensure connections mocked #1003

Merged
merged 42 commits into from
Feb 8, 2024

Conversation

cicoyle
Copy link
Contributor

@cicoyle cicoyle commented Feb 5, 2024

Description

Trying to figure out which connection is not mocked and is causing CI issues.

Resolve the orphaned channel due to the buildGrpcManagedChannel test cases.

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Cassandra Coyle <[email protected]>
…1 is unavailable. Will continue retrying.'

Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle cicoyle changed the title WIP: Ensure all connections mocked Resolve buildGrpcManagedChannel orphaned channel & ensure connections mocked Feb 5, 2024
@cicoyle cicoyle marked this pull request as ready for review February 5, 2024 22:22
@cicoyle cicoyle requested review from a team as code owners February 5, 2024 22:22
@cicoyle cicoyle force-pushed the fix-connection-not-mocked branch from 7a344bd to e26d403 Compare February 5, 2024 22:23
artursouza and others added 2 commits February 5, 2024 15:38
@cicoyle cicoyle force-pushed the fix-connection-not-mocked branch from 6062023 to 401e357 Compare February 6, 2024 01:48
@artursouza artursouza force-pushed the fix-connection-not-mocked branch from 50e7607 to 8be728c Compare February 6, 2024 04:41
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle cicoyle force-pushed the fix-connection-not-mocked branch from 8a53fc5 to 6f03ee0 Compare February 6, 2024 21:50
Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle cicoyle mentioned this pull request Feb 8, 2024
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (22427c9) 77.35% compared to head (5e50844) 77.42%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1003      +/-   ##
============================================
+ Coverage     77.35%   77.42%   +0.06%     
- Complexity     1538     1539       +1     
============================================
  Files           143      143              
  Lines          4642     4642              
  Branches        541      541              
============================================
+ Hits           3591     3594       +3     
+ Misses          776      771       -5     
- Partials        275      277       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@artursouza artursouza merged commit b2968af into dapr:master Feb 8, 2024
8 of 10 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