Skip to content

Fix CI issues#538

Merged
azkrishpy merged 4 commits into
mainfrom
test-ci2
Dec 19, 2025
Merged

Fix CI issues#538
azkrishpy merged 4 commits into
mainfrom
test-ci2

Conversation

@azkrishpy
Copy link
Copy Markdown
Contributor

@azkrishpy azkrishpy commented Dec 19, 2025

Issue #, if available:

Description of changes:

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

Comment thread tests/test_connection.c Outdated
#ifndef __APPLE__ /* Server side ALPN doesn't work for MacOS */
// TODO: Investigate further and fix behavior taking into account the recent migration
// to newer Apple Netowrk Frameowrk on aws-c-io. Implemented temporary fix for CI tests.
// CI fails on local for some machines. Still under investigation.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why not put the notes of what we found yesterday here?

Comment thread tests/CMakeLists.txt Outdated
add_test_case(test_no_proxy_invalid_host_inputs)

add_test_case(http_tunnel_proxy_connection_success)
if(NOT APPLE)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

skip from CMakeList will be hard to notice.
do something similar to

TEST_CASE(multipart_upload_with_network_interface_names_mock_server) {
    (void)ctx;
#if defined(AWS_OS_WINDOWS) || defined(AWS_OS_APPLE)
    (void)allocator;
    return AWS_OP_SKIP;
#else

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.68%. Comparing base (07302aa) to head (24176f4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
- Coverage   79.69%   79.68%   -0.02%     
==========================================
  Files          28       28              
  Lines       11866    11865       -1     
==========================================
- Hits         9457     9455       -2     
- Misses       2409     2410       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@azkrishpy azkrishpy merged commit e464f85 into main Dec 19, 2025
43 checks passed
@azkrishpy azkrishpy deleted the test-ci2 branch December 19, 2025 20:27
xiazhvera added a commit that referenced this pull request Jan 6, 2026
azkrishpy added a commit that referenced this pull request Jan 6, 2026
@azkrishpy azkrishpy mentioned this pull request Jan 6, 2026
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