[
https://issues.apache.org/jira/browse/BEAM-6922?focusedWorklogId=221630&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-221630
]
ASF GitHub Bot logged work on BEAM-6922:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Apr/19 07:33
Start Date: 02/Apr/19 07:33
Worklog Time Spent: 10m
Work Description: echauchot commented on pull request #8182: [BEAM-6922]
Replace cassandra-unit with achilles
URL: https://github.com/apache/beam/pull/8182#discussion_r271165549
##########
File path:
sdks/java/io/cassandra/src/test/java/org/apache/beam/sdk/io/cassandra/CassandraIOTest.java
##########
@@ -88,63 +92,64 @@
private static final long NUM_ROWS = 20L;
private static final String CASSANDRA_KEYSPACE = "beam_ks";
private static final String CASSANDRA_HOST = "127.0.0.1";
- private static final int CASSANDRA_PORT = 9142;
+ private static final int CASSANDRA_PORT = 9042;
Review comment:
Not desirable to have more than one host for jenkins overload reasons. For
example, for ElasticsearchIO I worked hard to have only one host. Still after
test time improvement, the test time is still 2min11.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 221630)
Time Spent: 1h 50m (was: 1h 40m)
> Remove LGPL test library dependency in cassandraio-test
> -------------------------------------------------------
>
> Key: BEAM-6922
> URL: https://issues.apache.org/jira/browse/BEAM-6922
> Project: Beam
> Issue Type: Bug
> Components: io-java-cassandra
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Blocker
> Fix For: 2.12.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> cassandra-io tests use cassandra-unit test library that has LGPLV3 ASF
> category X licence , we cannot deliver test jars that depend on LGPL licence.
> A similar discussion at
> https://issues.apache.org/jira/browse/LEGAL-153?focusedCommentId=13548819
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)