-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRT submodules to latest (#997)
* Update mountpoint-s3-crt-sys crate excludes to reduce package size Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Update CRT submodules to latest releases Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * WIP: Add testing for #927 Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Gate scoped credential test Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Update `test_credential_process_behind_source_profile` to use role Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Remove unused import Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Remove TODOs from CHANGELOG Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Update CRT submodules to latest Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Remove feature gate from `test_credential_process_behind_source_profile` Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Fix Clippy failures Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * More Clippy fixes Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Fix formatting Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> * Update test failure message Co-authored-by: Daniel Carl Jones <danny@danielcarl.info> Signed-off-by: Burak <unexge@gmail.com> --------- Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> Signed-off-by: Burak Varlı <burakvar@amazon.co.uk> Signed-off-by: Burak <unexge@gmail.com> Co-authored-by: Daniel Carl Jones <djonesoa@amazon.com> Co-authored-by: Daniel Carl Jones <danny@danielcarl.info>
- Loading branch information
1 parent
ae4f909
commit 3c371f3
Showing
12 changed files
with
151 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aws-c-auth
updated
6 files
Submodule aws-c-cal
updated
3 files
+14 −5 | .github/workflows/ci.yml | |
+5 −1 | CMakeLists.txt | |
+70 −26 | source/unix/openssl_platform_init.c |
Submodule aws-c-common
updated
10 files
+2 −2 | .github/workflows/proof_ci_resources/config.yaml | |
+2 −1 | README.md | |
+19 −4 | cmake/AwsCheckHeaders.cmake | |
+73 −0 | cmake/AwsPrebuildDependency.cmake | |
+1 −1 | include/aws/common/array_list.inl | |
+68 −1 | include/aws/common/json.h | |
+8 −1 | include/aws/common/math.inl | |
+50 −41 | source/json.c | |
+2 −18 | source/windows/device_random.c | |
+12 −7 | tests/json_test.c |
Submodule aws-c-compression
updated
5 files
+12 −3 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+1 −1 | source/compression.c |
Submodule aws-c-http
updated
11 files
+14 −0 | include/aws/http/connection_manager.h | |
+2 −0 | include/aws/http/http.h | |
+9 −1 | include/aws/http/private/h1_connection.h | |
+155 −47 | source/connection_manager.c | |
+68 −9 | source/h1_connection.c | |
+6 −0 | source/http.c | |
+61 −64 | source/websocket.c | |
+7 −0 | tests/CMakeLists.txt | |
+82 −2 | tests/test_connection_manager.c | |
+214 −0 | tests/test_h1_client.c | |
+32 −0 | tests/test_websocket_handler.c |
Submodule aws-c-sdkutils
updated
15 files
Submodule aws-lc
updated
from 47333e to 2f1879
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3c371f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.random_read_four_threads
13.483984375
MiB/s27.393359375
MiB/s2.03
random_read
2.8478515625
MiB/s6.22490234375
MiB/s2.19
This comment was automatically generated by workflow using github-action-benchmark.