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

Add elixir based integration test #938

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

grcevski
Copy link
Contributor

Elixir (erlang) seems to use suboptimal representation for the TCP send buffer. The buffer to read from in tcp_sendmsg is not in the first iov segment and it ends up being in the last segment. Tcp_recvmsg seems unaffected.

In a previous PR I added support for tracking other segments, this PR just adds a test.

@grcevski grcevski requested review from mariomac and marctc as code owners June 17, 2024 13:59
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.28%. Comparing base (c04a1e7) to head (f9ab1ec).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #938      +/-   ##
==========================================
+ Coverage   75.74%   79.28%   +3.54%     
==========================================
  Files         131      131              
  Lines       10125    10125              
==========================================
+ Hits         7669     8028     +359     
+ Misses       1938     1585     -353     
+ Partials      518      512       -6     
Flag Coverage Δ
integration-test 55.04% <ø> (?)
k8s-integration-test 59.14% <ø> (-0.13%) ⬇️
oats-test 35.53% <ø> (ø)
unittests 47.29% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@grcevski grcevski merged commit e9581d0 into grafana:main Jun 17, 2024
6 checks passed
@grcevski grcevski deleted the elixir_tests branch June 17, 2024 14:45
mattdurham pushed a commit to mattdurham/beyla that referenced this pull request Jan 22, 2025
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.

3 participants