Test close methods in API
- Dominant language
- Java
- Stars
- 200
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Various parts of the API have close methods (FluoClient, Transaction, Snapshot, etc). Need to add ITs that exercise these inorder to define behaviour and prevent regressions. At least need to test calling close multiple times and using object after close is called.
Contributor guide
Research direction
Start by inspecting the close methods on FluoClient, Transaction, Snapshot, and the other API objects named in the issue, along with the repository's existing integration-test conventions. Add integration tests for repeated close calls and for use after close, with expected behavior defined by the current API contracts; done means these cases are covered and the integration tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100