Enable and run integration tests
- Dominant language
- Swift
- Stars
- 32
- Forks
- 18
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 2
Description
Currently there are no integration tests being run with the Swift implementation. This is something that we want to do in the future, and probably for a v1.0 of the implementation.
FYI: How we implemented this in apache/arrow-java: https://github.com/apache/arrow-java/blob/b459647910a6a373fb9f3d9cd0eb8cc717932bed/.github/workflows/test.yml#L149-L204
Contributor guide
Research direction
Start by comparing Apache Arrow Java's .github/workflows/test.yml integration-test workflow at lines 149-204 with the Swift repository's CI setup. Identify where the Swift integration tests and workflow configuration belong; done means the integration tests run successfully as part of CI for the Swift implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100