-
Notifications
You must be signed in to change notification settings - Fork 647
Closed
Description
Describe the bug
Integration tests are failing in master
git log
$ git log | head
commit cd4813013063fc015678bfb1e71d7c1bbc26e2ab
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Wed Jun 10 18:05:44 2020 +0000
chore(deps-dev): bump prettier from 2.0.4 to 2.0.5 (#1200)
commit a021d43d14949dcf58307192303e544d634c49b7
Author: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
Date: Wed Jun 10 11:01:45 2020 -0700Output
$ yarn test:integration-legacy
yarn run v1.22.4
$ cucumber-js --fail-fast
........................................................................................................................................................................................................F----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Failures:
1) Scenario: Creating a table # features/dynamodb/tables.feature:6
✔ Before # features/dynamodb/step_definitions/dynamodb.js:65
✔ Before # features/extra/hooks.js:22
✖ When I create a table # features/dynamodb/step_definitions/dynamodb.js:102
SerializationException: Start of structure or map found where not expected
at deserializeAws_json1_0CreateTableCommandError (/local/home/trivikr/workspace/test/aws-sdk-js-v3/clients/client-dynamodb/dist/cjs/protocols/Aws_json1_0.js:620:41)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
- Then the table should eventually exist # features/dynamodb/step_definitions/dynamodb.js:165
153 scenarios (1 failed, 109 skipped, 43 passed)
534 steps (1 failed, 421 skipped, 112 passed)
0m05.737s
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.SDK version number
N/A
Is the issue in the browser/Node.js?
N/A
Details of the browser/Node.js version
N/A
To Reproduce (observed behavior)
Run integration tests on master
yarn test:integration-legacy
Expected behavior
Integration tests should pass
Metadata
Metadata
Assignees
Labels
No labels