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

harness: keep track of client ids in emulated monoliths #1128

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

dyc3
Copy link
Owner

@dyc3 dyc3 commented Nov 3, 2023

should help with #1112

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #1128 (3344c57) into master (f5a8664) will decrease coverage by 0.3589%.
The diff coverage is n/a.

@@               Coverage Diff                @@
##             master      #1128        +/-   ##
================================================
- Coverage   60.4290%   60.0701%   -0.3589%     
================================================
  Files           115        115                
  Lines          9277       9121       -156     
  Branches       1130       1130                
================================================
- Hits           5606       5479       -127     
+ Misses         3671       3642        -29     

see 1 file with indirect coverage changes

@dyc3 dyc3 force-pushed the harness-client-ids branch from 572eabb to 4a42277 Compare November 3, 2023 18:48
Copy link

cypress bot commented Nov 3, 2023

2 failed tests on run #674 ↗︎

2 63 1 0 Flakiness 0

Details:

Merge 3344c57 into f5a8664...
Project: OpenTogetherTube Commit: 94f8cc5d54 ℹ️
Status: Failed Duration: 04:45 💡
Started: Nov 3, 2023 7:17 PM Ended: Nov 3, 2023 7:21 PM
Failed  RoomSettingsForm.cy.ts • 1 failed test • Component - electron

View Output Video

Test Artifacts
An uncaught error was detected outside of a test Output Screenshots Video
Failed  ShareInvite.cy.ts • 1 failed test • Component - electron

View Output Video

Test Artifacts
An uncaught error was detected outside of a test Output Screenshots Video

Review all test suite changes for PR #1128 ↗︎

MsgB2M::Leave(leave) => {
state.clients.remove(&leave.client);
},
_ => {},
Copy link
Contributor

Choose a reason for hiding this comment

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

does this mean if anything else finds its way here nothing happens?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yes

@dyc3 dyc3 merged commit d2c65e0 into master Nov 6, 2023
13 of 15 checks passed
@dyc3 dyc3 deleted the harness-client-ids branch November 6, 2023 15:49
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