forked from aws/amazon-ecs-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
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
windows: Unit tests for dev branch changes #76
Open
rawahars
wants to merge
463
commits into
dev-test
Choose a base branch
from
dev
base: dev-test
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
rawahars
force-pushed
the
dev
branch
2 times, most recently
from
February 8, 2023 15:22
de887a5
to
fbbd508
Compare
rawahars
force-pushed
the
dev
branch
6 times, most recently
from
May 9, 2023 21:41
332235f
to
9b95b1a
Compare
rawahars
force-pushed
the
dev
branch
7 times, most recently
from
July 6, 2023 17:40
c3a6aa1
to
379903c
Compare
This change adds a new task level network data structure and a network namespace level data structure into the shared network library. This enables the path to having a unified network library for ECS data plane.
* Process attachment payload message for EBS attach * Add one more test case * Update agent * Update amazonebs to AmazonElasticBlockStorage * Save attachmentType
* Enable agent to detect FIPS enabled hosts * Add unit test for FIPS detection * Add FIPS detection stub function for Windows * Update unit test for FIPS detection * Adding fips_unsupported file, fixing build tags, adding additional logging --------- Co-authored-by: Harish Senthilkumar <harishxr@amazon.com>
Release 1.83.0
* Improve CannotPullContainerError message Improve CannotPullContainerError message * Improve CannotPullECRContainerError message (misconfigured network case) * Improve ASM error messages * Code review feedback * CannotPullContainerError: cleanup, renaming * ASM error: do not use added errormessages code - match on AWS SDK error directly, drop tracing prefix, fix/add more unit tests * Cleanup * fix imports * code review - cleanup * code review: renaming suggestion * More review feedback * More review feedback * Finalizing CannotPullContainerError messages * cleanup * Finalizing changes * minor code review feedback * simplify interface * fix unit test --------- Co-authored-by: Alex Dudarenko <dudarenk@amazon.com>
Release 1.84.0
* Fix restartAttemptPeriod time.Duration/int parsing * Fix TSS integ test that relied on mutable tag 3.19 is a changable tag that was recently updated to 3.19.2. Update test to use 3.19.1 as this tag should presumably never change it's digest.
go mod tidy && go mod vendor
* Remove goenv installed version of go for AL buildspecs * Add logic to retrieve AL2023 version * Install go based on AL23 version update * Use the os-release file to detect Amazon Linux version * Add AL23 ref doc and install specific go version
aws#4228) * Add 4 new Amazon Linux CodeBuild jobs to CloudFormation stack template * Remove hardcoded Github account IDs
…er service is up during PreStart
Release 1.85.0
Presently, the code path in stats package of the agent, which invokes the CSI Client to fetch volume metrics is limited to Linux platform only. The same code path can be used for Windows as well. This change refactors the existing code to ensure that the EBS volume stats are collected for Windows as well in addition to Linux.
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.
dev-test
with upstreamdev
branch.dev
with upstreamdev
branch.dev
branch.The unit tests would run here.