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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add ksql-test-runner deps to ksql package lib #4272

Merged
merged 1 commit into from
Jan 16, 2020

Conversation

spena
Copy link
Member

@spena spena commented Jan 10, 2020

Description

Fixes #3387

Adds the necessary dependencies on the KSQL package so ksql-test-runner can run without issues.

Testing done

Executed a ksql-test-runner test from withing the ksql-package-5.5.0-SNAPSHOT-package/bin directory. The test passed.

ksql/ksql-package/target/ksql-package-5.5.0-SNAPSHOT-package/bin$ ./ksql-test-runner -s /tmp/statements.sql -i /tmp/input.json -o /tmp/output.json | grep 'Test passed'
	 >>> Test passed!

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 #")

@spena spena added this to the 0.7.0 milestone Jan 10, 2020
@spena spena requested review from apurvam, big-andy-coates and a team January 10, 2020 15:58
@spena spena self-assigned this Jan 10, 2020
@@ -83,7 +83,6 @@
<excludes>
<exclude>io.confluent:rest-utils</exclude>
<exclude>io.confluent:common-config</exclude>
<exclude>io.confluent:common-utils</exclude>
Copy link
Member Author

Choose a reason for hiding this comment

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

common-utils is also required for running the test runner from the package.

@spena spena removed their assignment Jan 14, 2020
Copy link
Contributor

@big-andy-coates big-andy-coates 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 @spena

@spena spena merged commit 0a74151 into confluentinc:master Jan 16, 2020
@spena spena deleted the bugfix_test_runner branch January 16, 2020 14:01
spena added a commit to spena/ksql that referenced this pull request Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ksql-test-runner fails loading hamcrest and other testing jars
3 participants