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

chore(packages): consolidate middleware integ tests #4850

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

srchase
Copy link
Contributor

@srchase srchase commented Jun 16, 2023

Issue

Issue number, if available, prefixed with "#"

Description

This PR moves the integration tests from the following packages into a consolidated aws-middleware-test package:

  • middleware-apply-body-checksum
  • middleware-content-length
  • middleware-endpoint
  • middleware-retry
  • middleware-serde

Testing

Ran yarn test from the new package.

Additional context

Add any other context about the PR here.


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

@srchase srchase requested review from a team as code owners June 16, 2023 23:17
@srchase srchase force-pushed the consolidate-middleware-integ-tests branch from 3926653 to cfa8405 Compare June 19, 2023 22:34
@srchase srchase force-pushed the consolidate-middleware-integ-tests branch from cfa8405 to b46bc03 Compare June 30, 2023 18:33
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "jest --coverage --passWithNoTests"
Copy link
Contributor

Choose a reason for hiding this comment

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

these tests need to run in the test:integration classification, because they import undeclared fully built clients.

@srchase srchase merged commit 706c2ce into aws:main Jun 30, 2023
2 checks passed
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants