6 comments (6 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java2,678 forks (2,678 forks)batch import
good first issuetest
Repository metrics
- Stars
- 9,113 stars (9,113 stars)
- PR merge metrics
- Avg merge 5d 9h (Avg merge 5d 9h)306 merged PRs in 30d (306 merged PRs in 30d)
Description
During work on this PR https://github.com/trinodb/trino/pull/18016, noticed that test coverage is pretty small.
I think we could refactor current Smoke test to be more consistent with BaseConnectorSmokeTest.
And think about BaseConnectorTest
Contributor guide
- Research direction
- Look at existing BlackholeConnectorSmokeTest and compare with BaseConnectorSmokeTest to identify gaps and refactor accordingly.
- Tech stack
- java
- Domain
- backend
- Issue type
- Test
- Prerequisites
- JavaJUnitTrino testing