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

Using socket_posix to replace socket_starboard #3904

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

maxz-lab
Copy link
Contributor

@maxz-lab maxz-lab commented Jul 27, 2024

Replace net/tcp&udp_starboard with net/tcp&udp_posix.

b/302741384

@datadog-cobalt-youtube
Copy link

datadog-cobalt-youtube bot commented Jul 29, 2024

Datadog Report

Branch report: maxz-sb16-sock-netposix
Commit report: abc343d
Test service: cobalt

✅ 0 Failed, 33856 Passed, 6 Skipped, 7m 17.7s Total Time

@maxz-lab maxz-lab force-pushed the maxz-sb16-sock-netposix branch 7 times, most recently from f14ab03 to aaf0f38 Compare August 1, 2024 01:07
@maxz-lab maxz-lab force-pushed the maxz-sb16-sock-netposix branch 3 times, most recently from 1210dd6 to e221129 Compare August 8, 2024 23:33
@maxz-lab maxz-lab force-pushed the maxz-sb16-sock-netposix branch 8 times, most recently from 9ffed3b to 11c4097 Compare August 16, 2024 17:48
@maxz-lab maxz-lab force-pushed the maxz-sb16-sock-netposix branch 7 times, most recently from 6f6b89f to a4422f3 Compare August 26, 2024 04:58
@maxz-lab maxz-lab marked this pull request as ready for review August 27, 2024 23:43
@maxz-lab maxz-lab requested a review from a team as a code owner August 27, 2024 23:43
Copy link

codecov bot commented Aug 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.59%. Comparing base (2de8ba1) to head (226c73d).
Report is 79 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3904      +/-   ##
==========================================
- Coverage   57.75%   57.59%   -0.16%     
==========================================
  Files        1779     1746      -33     
  Lines       86573    86323     -250     
==========================================
- Hits        50001    49722     -279     
- Misses      36572    36601      +29     

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

@maxz-lab maxz-lab force-pushed the maxz-sb16-sock-netposix branch 4 times, most recently from 32942d6 to abc4776 Compare September 5, 2024 20:58
@jellefoks
Copy link
Member

Can you first make sure all the tests pass?

@maxz-lab maxz-lab force-pushed the maxz-sb16-sock-netposix branch 4 times, most recently from 6c1f2c5 to 72d5274 Compare September 10, 2024 21:08
@maxz-lab maxz-lab enabled auto-merge (squash) September 11, 2024 00:59
@maxz-lab maxz-lab requested a review from y4vor September 11, 2024 00:59
@maxz-lab maxz-lab enabled auto-merge (squash) September 12, 2024 16:49
@maxz-lab maxz-lab enabled auto-merge (squash) September 12, 2024 16:51
Using base/starboard implementation to work with net/tcp&udp.
Combine read and write waiter into one to match starboard's
  setup.
Updated some win32 test cases treat "\r" and "\r\n"
Check evergreen bind with IPv6 err

b/302741384
Copy link

@yellowdoge yellowdoge left a comment

Choose a reason for hiding this comment

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

Tests passing - RS LGTM!

@maxz-lab maxz-lab merged commit e3a485c into main Sep 19, 2024
257 of 259 checks passed
@maxz-lab maxz-lab deleted the maxz-sb16-sock-netposix branch September 19, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants