Skip to content
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
wants to merge 463 commits into
base: dev-test
Choose a base branch
from
Open

windows: Unit tests for dev branch changes #76

wants to merge 463 commits into from

Conversation

rawahars
Copy link
Owner

@rawahars rawahars commented Feb 8, 2023

  • Do a hard reset of dev-test with upstream dev branch.
  • Do a hard reset of dev with upstream dev branch.
  • Commit and push changes into dev branch.

The unit tests would run here.

@rawahars rawahars force-pushed the dev branch 2 times, most recently from de887a5 to fbbd508 Compare February 8, 2023 15:22
@rawahars rawahars force-pushed the dev branch 6 times, most recently from 332235f to 9b95b1a Compare May 9, 2023 21:41
@rawahars rawahars force-pushed the dev branch 7 times, most recently from c3a6aa1 to 379903c Compare July 6, 2023 17:40
samjkon and others added 13 commits September 13, 2023 19:40
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
amogh09 and others added 4 commits May 22, 2024 14:46
* 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>
danehlim and others added 11 commits June 7, 2024 11:19
* 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>
sparrc and others added 12 commits June 26, 2024 15:25
* 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.
* 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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.