close
Skip to content

[Improve][Connector-V2]Support multi-table sink feature for httpsink#6316

Merged
hailin0 merged 7 commits into
apache:devfrom
jackyyyyyssss:mutl_http
Feb 18, 2024
Merged

[Improve][Connector-V2]Support multi-table sink feature for httpsink#6316
hailin0 merged 7 commits into
apache:devfrom
jackyyyyyssss:mutl_http

Conversation

@jackyyyyyssss

@jackyyyyyssss jackyyyyyssss commented Jan 30, 2024

Copy link
Copy Markdown
Contributor

Purpose of this pull request

Support multi-table sink feature for http add e2e case #5652

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

@Hisoka-X Hisoka-X left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. Only one minor comment

throws IOException, InterruptedException {
Container.ExecResult execResult = container.executeJob("/fake_to_multitable.conf");
Assertions.assertEquals(0, execResult.getExitCode());
Assertions.assertTrue(getContentCounts(execResult.getStdout()));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
Assertions.assertTrue(getContentCounts(execResult.getStdout()));
Assertions.assertTrue(execResult.getStdout().contains(successCount));

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.

@Hisoka-X done PTAL thx

@Hisoka-X Hisoka-X left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. Thanks @jackyyyyyssss !

@hailin0 hailin0 merged commit e6c51a9 into apache:dev Feb 18, 2024
@jackyyyyyssss jackyyyyyssss deleted the mutl_http branch July 23, 2024 10:11
chaorongzhi pushed a commit to chaorongzhi/seatunnel that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants