apache / apache/openwhisk-wskdeploy

Need test case for duplicate entries in manifest.yaml

Open
#1,102 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.