apache / apache/openwhisk-wskdeploy
Need test case for duplicate entries in manifest.yaml
Open
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
We need a test case for expected behavior when there are duplicated entries in `manifest.yaml` such as:
```
packages:
helloworld:
actions:
hello1:
function: ../src/integration/helloworld/actions/hello.js
limits:
timeout: 1
timeout: 600000
```
https://github.com/apache/openwhisk-wskdeploy/pull/1101 eliminated a similar test due to a package change and the behavior also changes.
Contributor guide
Assessment
This issue has not been assessed yet.