feat(test-server): add .NET, Rust, and Go ESDK test servers - #940
Open
lucasmcdonald3 wants to merge 27 commits into
Open
feat(test-server): add .NET, Rust, and Go ESDK test servers#940lucasmcdonald3 wants to merge 27 commits into
lucasmcdonald3 wants to merge 27 commits into
Conversation
…ial chain
kms.New(kms.Options{...}) and dynamodb.New(dynamodb.Options{...}) bypass
the credential chain, so every KMS/DynamoDB request went out unsigned
(MissingAuthenticationTokenException). Build clients from
config.LoadDefaultConfig instead.
…Server orchestrate job Exclude .commons-clone from the rust-dafny cargo workspace.
…w for cold builds
The net job's Dafny codegen setup leaves JAVA_HOME at JDK 17; the commons orchestrator needs 21+, so make test-server failed check-java. Re-establish JDK 21 right before it.
The net job's Dafny codegen setup re-pins JDK (17) and Node for codegen, so make test-server built the materialized servers (Java check-java, JS npm ci) under the wrong toolchain. Restore JDK21+Node22+Python+Go+Rust right before the orchestrated run.
added 2 commits
August 14, 2026 16:18
aws-lc-rs 1.18.0 pulls aws-lc-sys 0.44.0 / aws-lc-fips-sys 0.14.1; the direct deps were a version behind, so a second copy of AWS-LC compiled.
Print the crate, its declared version, and the version to set it to; drop the reverse-dep dump and rationale essay.
Under set -e, '[ -n ... ] || return' returned 1 when no duplicates existed, aborting the step with exit 1 and no output. Use an explicit return 0 on the clean path, and a SIGPIPE-safe liveness check.
The fips build linked two aws-lc-fips-sys copies (0.13.16 direct + 0.14.1 via aws-lc-rs 1.18.0), whose FIPS module symbols collide. Align direct -sys versions to aws-lc-rs, as already done for the aws-esdk crate.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Add three ESDK TestServer Language_Servers (.NET, Dafny-Rust, Go) under
esdk-test-servers/Squash/merge commit message, if applicable:
feat(test-server): add .NET, Rust, and Go ESDK test servers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.