Skip to content

fix: update memory snapshots#5771

Merged
CarolYeh910 merged 1 commit intoaws:mainfrom
jmayclin:2026-03-03-memory-test-fix
Mar 4, 2026
Merged

fix: update memory snapshots#5771
CarolYeh910 merged 1 commit intoaws:mainfrom
jmayclin:2026-03-03-memory-test-fix

Conversation

@jmayclin
Copy link
Copy Markdown
Contributor

@jmayclin jmayclin commented Mar 4, 2026

Goal

Fix CI to have the correct memory assertions.

Why

The latest version of AWS-LC uses slightly more memory. Hypothesis is that it was caused by this change:

aws/aws-lc#2963

state = OPENSSL_zalloc(sizeof(struct rand_thread_local_state));

Basically, new thread-local state is being allocated to account for the public/private stuff.

How

Update the snapshots.

Testing

CI should now pass.

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

@jmayclin jmayclin marked this pull request as ready for review March 4, 2026 01:54
@github-actions github-actions bot added the s2n-core team label Mar 4, 2026
@jmayclin jmayclin requested review from alexw91 and kaukabrizvi March 4, 2026 01:54
@jmayclin jmayclin added this pull request to the merge queue Mar 4, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 4, 2026
@jmayclin jmayclin added this pull request to the merge queue Mar 4, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 4, 2026
@jmayclin jmayclin added this pull request to the merge queue Mar 4, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 4, 2026
@CarolYeh910 CarolYeh910 added this pull request to the merge queue Mar 4, 2026
Merged via the queue into aws:main with commit 86bb80b Mar 4, 2026
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants