Skip to content

GEOMESA-9236 Trino - Add testcontainers test - #9240

Merged
elahrvivaz merged 3 commits into
locationtech:mainfrom
elahrvivaz:emilio/trino_testcontainers
Jul 30, 2026
Merged

GEOMESA-9236 Trino - Add testcontainers test#9240
elahrvivaz merged 3 commits into
locationtech:mainfrom
elahrvivaz:emilio/trino_testcontainers

Conversation

@elahrvivaz

Copy link
Copy Markdown
Contributor

closes #9236

@elahrvivaz elahrvivaz added this to the 6.0.0 milestone Jul 29, 2026
@cwdobbins

Copy link
Copy Markdown
Contributor

testing, will report back

import java.util.stream.Collectors;
import java.util.stream.IntStream;

public class TrinoDataStoreTest {

@cwdobbins cwdobbins Jul 30, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is an integration test (it actually runs containers), suggest adding @Tag("integration") and naming this with an *IT suffix, so that it can be independently run or skipped with the other integration tests, and won't run with the unit test suite

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we use containers in a lot of our "normal" tests - i'd like to keep this in the regular test path instead of ITs (which don't get run except in CI usually)

elahrvivaz and others added 2 commits July 30, 2026 12:56
Co-authored-by: Christopher Dobbins <chris@codescratch.com>
@elahrvivaz
elahrvivaz merged commit 04c3d23 into locationtech:main Jul 30, 2026
70 checks passed
@elahrvivaz
elahrvivaz deleted the emilio/trino_testcontainers branch July 30, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trino - Add testcontainers tests

2 participants