Xuanwo opened a new issue, #2960:
URL: https://github.com/apache/incubator-opendal/issues/2960
After `presign` BDD test added, nodejs binding failed for:
```shell
............U
Failures:
1) Scenario: OpenDAL Async Operations # tests/binding.feature:28
✔ Given A new OpenDAL Async Operator # tests/binding.js:51
✔ When Async write path "test" with content "Hello, World!" #
tests/binding.js:55
✔ Then The async file "test" should exist # tests/binding.js:59
✔ Then The async file "test" entry mode must be file # tests/binding.js:63
✔ Then The async file "test" content length must be 13 #
tests/binding.js:68
✔ Then The async file "test" must have content "Hello, World!" #
tests/binding.js:73
? Then The presign operation should success or raise exception Unsupported
Undefined. Implement with the following snippet:
Then('The presign operation should success or raise exception
Unsupported', function () {
// Write code here that turns the phrase above into concrete
actions
return 'pending';
});
2 scenarios (1 undefined, 1 passed)
13 steps (1 undefined,
[12](https://github.com/apache/incubator-opendal/actions/runs/6007575015/job/16293903194#step:10:13)
passed)
0m00.090s (executing steps: 0m00.007s)
```
We can add the pending first before we implement it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]