Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add integration tests for Connect/Ksql #3667

Merged
merged 1 commit into from
Oct 29, 2019
Merged

test: add integration tests for Connect/Ksql #3667

merged 1 commit into from
Oct 29, 2019

Conversation

agavra
Copy link
Contributor

@agavra agavra commented Oct 24, 2019

Description

Add integration tests for the connect/ksql integration point (CREATE/DROP/SHOW/DESCRIBE CONNECTOR).

Testing done

  • Test only change 馃槃 (and some cosmetic changes)

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@agavra agavra requested a review from a team as a code owner October 24, 2019 21:50
Copy link
Contributor

@vcrfxia vcrfxia left a comment

Choose a reason for hiding this comment

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

LGTM -- thanks @agavra !


// Then:
assertThat("expected successful response", response.isSuccessful());
assertThat(response.getResponse().size(), is(1));
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't feel strongly but we use hasSize() in bunch of other tests throughout the repo.

@vcrfxia vcrfxia requested a review from a team October 29, 2019 16:33
@agavra agavra merged commit 79828c7 into master Oct 29, 2019
@agavra agavra deleted the connect_test branch October 29, 2019 20:27
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.

None yet

2 participants