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

Agent Binary Executable Name Change #1573

Merged
merged 1 commit into from
Sep 14, 2018
Merged

Agent Binary Executable Name Change #1573

merged 1 commit into from
Sep 14, 2018

Conversation

shubham2892
Copy link
Contributor

@shubham2892 shubham2892 commented Sep 12, 2018

Summary

This PR renames the binary used for windows testing from agent to amazon-ecs-agent to keep the naming consistent across the codebase. It addresses the issue #1207. Corresponding changes need to be made to internal test for windows functional test to pass.

Testing

The changes were tested by running against the modified internal tests in the personal account.

  • Builds on Linux (make release)
  • Builds on Windows (go build -out amazon-ecs-agent.exe ./agent)
  • Unit tests on Linux (make test) pass
  • Unit tests on Windows (go test -timeout=25s ./agent/...) pass
  • Integration tests on Linux (make run-integ-tests) pass
  • Integration tests on Windows (.\scripts\run-integ-tests.ps1) pass
  • Functional tests on Linux (make run-functional-tests) pass
  • Functional tests on Windows (.\scripts\run-functional-tests.ps1) pass

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@fenxiong
Copy link
Contributor

i think you missed updating a few places. can you search the code base for 'agent.exe' and make sure you've updated every places?

@shubham2892 shubham2892 merged commit b0819e6 into aws:dev Sep 14, 2018
@fenxiong fenxiong added this to the 1.20.4 milestone Sep 25, 2018
@shubham2892 shubham2892 deleted the agent_binary_naming_change branch October 3, 2018 18:11
@sharanyad sharanyad modified the milestones: 1.20.4, 1.21.0 Oct 11, 2018
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.

5 participants