system tests for chimney update image
- Dominant language
- Go
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
we should have a system tests to
```
"getcontainers": GetContainers,
"updatecontainer": UpdateContainer,
"searchcontainer": SearchContainer,
```
https://github.com/0chain/gosdk/blob/staging/wasmsdk/proxy.go#L183-L185
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue points to three functions in proxy.go: GetContainers, UpdateContainer, SearchContainer. Start by examining the existing system tests in the repository to understand the pattern. Write tests that call these functions via the wasmsdk, likely using a test container setup. Verify the tests run in the system test suite and that the container update image functionality works as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100