stackql / stackql/stackql-devel
Regression testing for untested functions
Open
Nobody has claimed this yet.
v0.6
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Need to provide robot tests for the following functions on which we are now dependent:
json_array_length(possibly sqlite only)
-json_type(possibly sqlite only)round
In addition, need to ensure tests of these are enabled for postgres:
split_part
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the existing robot-test suite and the tests or database adapters that exercise SQL functions. Add regression coverage for json_array_length, json_type, and round, including SQLite-specific behavior where applicable, and ensure split_part coverage is enabled for PostgreSQL. Done means the relevant tests run successfully for the supported databases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, postgresql, sqlite
- Domain
- databases, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100