Skip to content

Migrate runtime-spark-tests to server runner#4900

Open
snazy wants to merge 1 commit into
apache:mainfrom
snazy:test-server-run-svc-spark
Open

Migrate runtime-spark-tests to server runner#4900
snazy wants to merge 1 commit into
apache:mainfrom
snazy:test-server-run-svc-spark

Conversation

@snazy

@snazy snazy commented Jun 26, 2026

Copy link
Copy Markdown
Member

No description provided.


static PropertiesRustfsAccess from(Path path) {
Properties properties = new Properties();
try (InputStream input = java.nio.file.Files.newInputStream(path)) {

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.

import?

hiveRustfs =
new RustfsContainer(null, RUSTFS_ACCESS_KEY, RUSTFS_SECRET_KEY, null, "us-west-2")
.withStartupAttempts(5);
hiveRustfs.start();

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.

From my POV it would be preferable to extent the server runner framework to allow tests to control the starting of the Polaris server too, before we convert more modules to the new runner.

Cf. #4856 (comment)

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.

2 participants