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

Just use releasecheck with tcpdump ci #2055

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

samuel40791765
Copy link
Contributor

@samuel40791765 samuel40791765 commented Dec 11, 2024

Resolves V1564319359

Description of changes:

The CI issues we've been having stems from some new tests tcpdump has for the upcoming 2038 problem. However, these tests will fail with outdated versions of libpcap that don't support the preprocessor macro _TIME_BITS (Documented in the-tcpdump-group/tcpdump#1147)

Tcpdump's fixed the issue when running release-check: the-tcpdump-group/tcpdump@0546e6a. Release-check already runs with check and runs all the tests, but with a more defined process.
Since upstream's just running release-check to encapsulate everything, I think we can just run release-check here to get rid of CI issues.

Call-outs:

N/A

Testing:

CI

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@samuel40791765 samuel40791765 requested a review from a team as a code owner December 11, 2024 23:28
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.77%. Comparing base (c21a05c) to head (a6cd040).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2055   +/-   ##
=======================================
  Coverage   78.77%   78.77%           
=======================================
  Files         598      598           
  Lines      103683   103683           
  Branches    14742    14743    +1     
=======================================
+ Hits        81672    81676    +4     
+ Misses      21359    21354    -5     
- Partials      652      653    +1     

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

@samuel40791765 samuel40791765 enabled auto-merge (squash) December 12, 2024 00:42
@samuel40791765 samuel40791765 merged commit a89cb97 into aws:main Dec 12, 2024
122 of 124 checks passed
torben-hansen pushed a commit to torben-hansen/aws-lc that referenced this pull request Dec 13, 2024
The CI issues we've been having stems from some new tests tcpdump has
for the upcoming 2038 problem. However, these tests will fail with
outdated versions of libpcap that don't support the preprocessor macro
`_TIME_BITS` (Documented in
the-tcpdump-group/tcpdump#1147)

**Tcpdump's fixed the issue when running release-check:
the-tcpdump-group/tcpdump@0546e6a.
Release-check already runs with check and runs all the tests, but with a
more defined process.**
Since upstream's just running release-check to encapsulate everything, I
think we can just run release-check here to get rid of CI issues.

### Call-outs:
N/A

### Testing:
CI

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
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.

4 participants