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

Fix - Rename parameter name in e2e metric limiter test workflow #57

Merged
merged 1 commit into from
May 7, 2024

Conversation

jj22ee
Copy link
Contributor

@jj22ee jj22ee commented May 7, 2024

Issue #, if available:
https://github.com/aws-observability/aws-application-signals-test-framework/actions/runs/8990123840/job/24694768687

Task :validator:classes
Unknown options: '--request-body', 'ip=10.0.130.213'
Possible solutions: --remote-service-name, --remote-service-deployment-name, --region

Description of changes:
Missed var name change that is required after #41
request-body -> query-string

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jj22ee jj22ee requested a review from majanjua-amzn May 7, 2024 18:22
@jj22ee jj22ee merged commit fa19d51 into aws-observability:main May 7, 2024
zzhlogin pushed a commit to zzhlogin/aws-application-signals-test-framework that referenced this pull request Jun 6, 2024
…rename

Fix - Rename parameter name in e2e metric limiter test workflow
zzhlogin pushed a commit to zzhlogin/aws-application-signals-test-framework that referenced this pull request Jun 6, 2024
…rename

Fix - Rename parameter name in e2e metric limiter test workflow
zzhlogin pushed a commit to zzhlogin/aws-application-signals-test-framework that referenced this pull request Jun 6, 2024
…rename

Fix - Rename parameter name in e2e metric limiter test workflow
zzhlogin pushed a commit to zzhlogin/aws-application-signals-test-framework that referenced this pull request Jun 6, 2024
…rename

Fix - Rename parameter name in e2e metric limiter test workflow
georgeboc pushed a commit to georgeboc/aws-application-signals-test-framework that referenced this pull request Jul 8, 2024
In this commit we are making a few small changes to contract tests and
pr_build:
* In image Dockerfile upgrade pip and use PIP_ROOT_USER_ACTION=ignore to
avoid unneeded warnings in image build process
* In contract test base, make use of `addCleanup`, which (based on
TestCase documentation) will always run, even if `setUp` fails, (unlike
tearDown). This ensures tests reliably clean up and avoids issues with
failures in setup.
* In PR build, break out lint/spellcheck into their own jobs to keep
workflow clean and lean. Add the ability to optionally run unit tests to
setup steps, for saving some runtime of lint/spellcheck.
* In PR build, disable fail-fast. If one matrix invocation fails, we
still want to see the others to catch multiple issues if they are
present.

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
bjrara added a commit that referenced this pull request Jul 23, 2024
*Issue description:*
Use released helm version to avoid canary failure.

Commit picked from
aws-observability/helm-charts#57.

Verified
```
amazon-cloudwatch-observability % pwd
/Users/zmengyi/go/src/github.com/aws-observability/helm-charts/charts/amazon-cloudwatch-observability
amazon-cloudwatch-observability % git reset --hard e0e99c77f69ef388b0ffce769371f7c735a776e4
HEAD is now at e0e99c7 release 1.8.0 (#57)
```

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
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.

2 participants