You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[100%] Linking CXX executable aws-cpp-sdk-core-tests
/Users/ec2-user/libawscpp/libawscpp-download-prefix/src/libawscpp-download/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:295: Failure
Expected equality of these values:
0u
Which is: 0
authorization.find(partialExpectedAuthorization)
Which is: 18446744073709551615
[ FAILED ] AWSAuthV4ASignerTest.GetHeaderValueOrder (2 ms)
/Users/ec2-user/libawscpp/libawscpp-download-prefix/src/libawscpp-download/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:295: Failure
Expected equality of these values:
0u
Which is: 0
authorization.find(partialExpectedAuthorization)
Which is: 18446744073709551615
[ FAILED ] AWSAuthV4ASignerTest.GetHeaderValueTrim (1 ms)
/Users/ec2-user/libawscpp/libawscpp-download-prefix/src/libawscpp-download/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:295: Failure
Expected equality of these values:
0u
Which is: 0
authorization.find(partialExpectedAuthorization)
Which is: 18446744073709551615
[ FAILED ] AWSAuthV4ASignerTest.GetVanillaQuery (0 ms)
/Users/ec2-user/libawscpp/libawscpp-download-prefix/src/libawscpp-download/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:295: Failure
Expected equality of these values:
0u
Which is: 0
authorization.find(partialExpectedAuthorization)
Which is: 18446744073709551615
[ FAILED ] AWSAuthV4ASignerTest.PostVanillaEmptyQueryValue (1 ms)
Expected Behavior
Tests should succeed
Current Behavior
Tests failling
Reproduction Steps
I'm building the aws sdk cpp as a dependency in my project, here is how I'm importing it:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Output from cmake
Expected Behavior
Tests should succeed
Current Behavior
Tests failling
Reproduction Steps
I'm building the aws sdk cpp as a dependency in my project, here is how I'm importing it:
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.157
Compiler and Version used
AppleClang 15.0.0.15000040
Operating System and version
Darwin <> 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:28:31 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T8112 arm64
The text was updated successfully, but these errors were encountered: