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

Command and Control integ test fix #187

Merged
merged 4 commits into from
Jan 30, 2024
Merged

Conversation

ts-amz
Copy link
Contributor

@ts-amz ts-amz commented Jan 25, 2024

Description

This fixes two issues that were causing command and control tests to fail.
One was error logging in commandandcontrol/replies.steps.ts would fail if it caught a standard error, which we throw in the case of No Job.
The second was that the recent Ephemeral Group change has a 30 second delay on the SQS message it sends.

This is a temporary fix so that tests pass as expected, but we should do additional investigation and document why this 30 second delay is necessary.

Also, a couple of documentation spelling fixes.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (existing code being refactored)
  • This change includes a documentation update

Submission Checklist

  • CI dry-run passing
  • Integration tests passing locally
  • Change logs generated

Copy link

@nrusson nrusson left a comment

Choose a reason for hiding this comment

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

lgtm

@ts-amz ts-amz merged commit 7767c76 into aws:main Jan 30, 2024
1 check passed
@ts-amz ts-amz deleted the candc_integ_test_fix branch January 30, 2024 18:44
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.

3 participants