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

HBase integration tests fail with Camel 3.6.0 #1914

Closed
jamesnetherton opened this issue Oct 14, 2020 · 1 comment
Closed

HBase integration tests fail with Camel 3.6.0 #1914

jamesnetherton opened this issue Oct 14, 2020 · 1 comment
Assignees
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Upgraded HBase to 2.3.1 in alignment with Camel 3.6.0 and the integration tests no longer run:

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.538 s <<< FAILURE! - in org.apache.camel.quarkus.component.hbase.it.HbaseTest
[ERROR] e2e  Time elapsed: 0.011 s  <<< ERROR!
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.NoClassDefFoundError: org/junit/Assert
Caused by: java.lang.ClassNotFoundException: org.junit.Assert

Seems hbase-testing-util depends on JUnit 4, so maybe that's the source of the problem.

For now, I have skipped surefire plugin execution for HBase on the camel-master branch.

@ppalaga
Copy link
Contributor

ppalaga commented Oct 17, 2020

Fixed in 1.3.0 via 0f246b2

@ppalaga ppalaga closed this as completed Oct 17, 2020
@ppalaga ppalaga added this to the 1.3.0 milestone Oct 17, 2020
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

No branches or pull requests

2 participants