-
Notifications
You must be signed in to change notification settings - Fork 0
chore: s3ec-java v4 improved tests server #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
imabhichow
merged 29 commits into
fireegg-test-servers
from
imabhichow/java-v4-extended-tests
Nov 10, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
53a2865
chore: s3ec v3 transtion and v4 improved tests
imabhichow 1e5b2ea
comment cpp checkout
imabhichow e0e7ab3
bump s3ec-java commits
imabhichow 5dbb019
chore: add duvet reports for s3ec-java (transition & improved)
imabhichow ddfdb9b
format
imabhichow 009d1b2
git-ignore
imabhichow e12fa7d
Merge branch 'fireegg-test-servers' into imabhichow/java-v4-extended-…
imabhichow db6c65d
Merge branch 'fireegg-test-servers' into imabhichow/java-v4-extended-…
imabhichow a570537
update java submodule
imabhichow 39fc548
fix configuration
imabhichow c755778
Revert "chore: reenable c++ (#52)"
imabhichow d72d851
remove java transiton for now
imabhichow 0dc303f
fix configuration
imabhichow 88c2bc5
fix configuration
imabhichow edd534e
Update test configuration
imabhichow 12614dc
Duvet
imabhichow 76387f0
Merge remote-tracking branch 'origin/fireegg-test-servers' into imabh…
imabhichow d0457ad
Rebase
imabhichow ec3dabf
Merge branch 'fireegg-test-servers' into imabhichow/java-v4-extended-…
imabhichow 131d905
nit - format
imabhichow ebdaa64
Merge remote-tracking branch 'origin/fireegg-test-servers' into imabh…
imabhichow 9acf8ad
Change java-v4-port
imabhichow 398fc4e
duvet changes
imabhichow cd342a1
Dotnet change
imabhichow a8a025b
Merge branch 'fireegg-test-servers' into imabhichow/java-v4-extended-…
imabhichow 2b1b810
remove symlink
imabhichow e0ee483
Fix Tests
imabhichow d3e02e2
Merge branch 'fireegg-test-servers' into imabhichow/java-v4-extended-…
rishav-karanjit ad5155f
Update test-server/net-v3-transition-server/Controllers/ClientControl…
rishav-karanjit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../specification |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| reports/ | ||
| requirements/ | ||
| specification/ |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| '$schema' = "https://awslabs.github.io/duvet/config/v0.4.0.json" | ||
|
|
||
| [[source]] | ||
| pattern = "s3ec-staging/*.java" | ||
|
|
||
| # 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" | ||
|
|
||
| [report.html] | ||
| enabled = true | ||
|
|
||
| # Enable snapshots to prevent requirement coverage regressions | ||
| [report.snapshot] | ||
| enabled = false |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| bin/ |
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
Submodule s3ec-staging
updated
from d20064 to c85270
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../specification |
Oops, something went wrong.
Oops, something went wrong.
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.
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.
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.
Ignore this. This is current Java V3 server for which I don't care about duvet