Skip to content

chore: s3ec-java v4 improved tests server#42

Merged
imabhichow merged 29 commits into
fireegg-test-serversfrom
imabhichow/java-v4-extended-tests
Nov 10, 2025
Merged

chore: s3ec-java v4 improved tests server#42
imabhichow merged 29 commits into
fireegg-test-serversfrom
imabhichow/java-v4-extended-tests

Conversation

@imabhichow

Copy link
Copy Markdown

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@imabhichow imabhichow changed the title chore: s3ec-java v3 transtion and v4 improved tests chore: s3ec-java v3 transition and v4 improved tests Oct 17, 2025
@imabhichow imabhichow force-pushed the imabhichow/java-v4-extended-tests branch from 8d108f3 to 99ac2d4 Compare October 17, 2025 17:48
Base automatically changed from seebees/more-complete-tests to fireegg-test-servers October 23, 2025 23:46
@imabhichow imabhichow force-pushed the imabhichow/java-v4-extended-tests branch from 040de80 to b47d846 Compare October 27, 2025 15:32
@imabhichow imabhichow closed this Oct 27, 2025
@imabhichow imabhichow deleted the imabhichow/java-v4-extended-tests branch October 27, 2025 15:41
@imabhichow imabhichow reopened this Oct 27, 2025
@imabhichow imabhichow force-pushed the imabhichow/java-v4-extended-tests branch from c36c215 to ddfdb9b Compare October 27, 2025 18:23
@imabhichow imabhichow changed the title chore: s3ec-java v3 transition and v4 improved tests chore: s3ec-java v4 improved tests server Oct 30, 2025
@imabhichow imabhichow force-pushed the imabhichow/java-v4-extended-tests branch from 24a5333 to d0457ad Compare November 5, 2025 23:28
servers.put(CPP_V2_TRANSITION, new LanguageServerTarget(CPP_V2_TRANSITION, "8097"));
servers.put(RUBY_V2_TRANSITION, new LanguageServerTarget(RUBY_V2_TRANSITION, "8098"));
servers.put(PHP_V2_TRANSITION, new LanguageServerTarget(PHP_V2_TRANSITION, "8099"));
servers.put(JAVA_V4, new LanguageServerTarget(JAVA_V4, "8090"));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

// servers.put(JAVA_V3_TRANSITION, new LanguageServerTarget(JAVA_V3_TRANSITION, "8094"));
// servers.put(GO_V3_TRANSITION, new LanguageServerTarget(GO_V3_TRANSITION, "8095"));
// servers.put(NET_V2_TRANSITION, new LanguageServerTarget(NET_V2_TRANSITION, "8096"));
servers.put(CPP_V2_TRANSITION, new LanguageServerTarget(CPP_V2_TRANSITION, "8097"));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this an intended change?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I think CPP test server changed a lot since my last merge.

rishav-karanjit
rishav-karanjit previously approved these changes Nov 7, 2025

@rishav-karanjit rishav-karanjit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

Comment on lines 6 to +14
# Include required specifications here
[[specification]]
source = "../specification/s3-encryption/data-format/content-metadata.md"
source = "specification/s3-encryption/data-format/content-metadata.md"
[[specification]]
source = "../specification/s3-encryption/data-format/metadata-strategy.md"
source = "specification/s3-encryption/data-format/metadata-strategy.md"
[[specification]]
source = "../specification/s3-encryption/encryption.md"
source = "specification/s3-encryption/encryption.md"
[[specification]]
source = "../specification/s3-encryption/key-derivation.md"
source = "specification/s3-encryption/key-derivation.md"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
# Include required specifications here
[[specification]]
source = "../specification/s3-encryption/data-format/content-metadata.md"
source = "specification/s3-encryption/data-format/content-metadata.md"
[[specification]]
source = "../specification/s3-encryption/data-format/metadata-strategy.md"
source = "specification/s3-encryption/data-format/metadata-strategy.md"
[[specification]]
source = "../specification/s3-encryption/encryption.md"
source = "specification/s3-encryption/encryption.md"
[[specification]]
source = "../specification/s3-encryption/key-derivation.md"
source = "specification/s3-encryption/key-derivation.md"
# Include required specifications here
[[specification]]
source = "specification/s3-encryption/client.md"
[[specification]]
source = "specification/s3-encryption/decryption.md"
[[specification]]
source = "specification/s3-encryption/encryption.md"
[[specification]]
source = "specification/s3-encryption/key-commitment.md"
[[specification]]
source = "specification/s3-encryption/key-derivation.md"
[[specification]]
source = "specification/s3-encryption/data-format/content-metadata.md"
[[specification]]
source = "specification/s3-encryption/data-format/metadata-strategy.md"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ignore this. This is current Java V3 server for which I don't care about duvet

Comment on lines 6 to +14
# Include required specifications here
[[specification]]
source = "../specification/s3-encryption/data-format/content-metadata.md"
source = "specification/s3-encryption/data-format/content-metadata.md"
[[specification]]
source = "../specification/s3-encryption/data-format/metadata-strategy.md"
source = "specification/s3-encryption/data-format/metadata-strategy.md"
[[specification]]
source = "../specification/s3-encryption/encryption.md"
source = "specification/s3-encryption/encryption.md"
[[specification]]
source = "../specification/s3-encryption/key-derivation.md"
source = "specification/s3-encryption/key-derivation.md"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ignore this. This is current Java V3 server for which I don't care about duvet

Comment thread test-server/net-v3-transition-server/Controllers/ClientController.cs Outdated
@rishav-karanjit rishav-karanjit marked this pull request as ready for review November 10, 2025 18:19

@rishav-karanjit rishav-karanjit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@imabhichow imabhichow merged commit 47179c5 into fireegg-test-servers Nov 10, 2025
3 checks passed
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.

2 participants