[jira] [Updated] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-15651:
--
Reviewers: David Capwell, David Capwell  (was: David Capwell)
   David Capwell, David Capwell
   Status: Review In Progress  (was: Patch Available)

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x, 3.0.x, 3.11.x, 4.x
>
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15379) Make it possible to flush with a different compression strategy than we compact with

2020-03-21 Thread Dinesh Joshi (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064118#comment-17064118
 ] 

Dinesh Joshi commented on CASSANDRA-15379:
--

My main concern is the addition of the Noop compressor. So Noop vs No 
Compressor would be the minimal test case.

> Make it possible to flush with a different compression strategy than we 
> compact with
> 
>
> Key: CASSANDRA-15379
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15379
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Local/Compaction, Local/Config, Local/Memtable
>Reporter: Joey Lynch
>Assignee: Joey Lynch
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> [~josnyder] and I have been testing out CASSANDRA-14482 (Zstd compression) on 
> some of our most dense clusters and have been observing close to 50% 
> reduction in footprint with Zstd on some of our workloads! Unfortunately 
> though we have been running into an issue where the flush might take so long 
> (Zstd is slower to compress than LZ4) that we can actually block the next 
> flush and cause instability.
> Internally we are working around this with a very simple patch which flushes 
> SSTables as the default compression strategy (LZ4) regardless of the table 
> params. This is a simple solution but I think the ideal solution though might 
> be for the flush compression strategy to be configurable separately from the 
> table compression strategy (while defaulting to the same thing). Instead of 
> adding yet another compression option to the yaml (like hints and commitlog) 
> I was thinking of just adding it to the table parameters and then adding a 
> {{default_table_parameters}} yaml option like:
> {noformat}
> # Default table properties to apply on freshly created tables. The currently 
> supported defaults are:
> # * compression   : How are SSTables compressed in general (flush, 
> compaction, etc ...)
> # * flush_compression : How are SSTables compressed as they flush
> # supported
> default_table_parameters:
>   compression:
> class_name: 'LZ4Compressor'
> parameters:
>   chunk_length_in_kb: 16
>   flush_compression:
> class_name: 'LZ4Compressor'
> parameters:
>   chunk_length_in_kb: 4
> {noformat}
> This would have the nice effect as well of giving our configuration a path 
> forward to providing user specified defaults for table creation (so e.g. if a 
> particular user wanted to use a different default chunk_length_in_kb they can 
> do that).
> So the proposed (~mandatory) scope is:
> * Flush with a faster compression strategy
> I'd like to implement the following at the same time:
> * Per table flush compression configuration
> * Ability to default the table flush and compaction compression in the yaml.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-14888) Several mbeans are not unregistered when dropping a keyspace and table

2020-03-21 Thread Dinesh Joshi (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-14888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064117#comment-17064117
 ] 

Dinesh Joshi commented on CASSANDRA-14888:
--

[~stillalex] and I chatted about the approach. For the time being we're going 
to take the minimally invasive approach and try to eliminate the manual release 
of all metrics in {{TableMetrics}}.

> Several mbeans are not unregistered when dropping a keyspace and table
> --
>
> Key: CASSANDRA-14888
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14888
> Project: Cassandra
>  Issue Type: Bug
>  Components: Observability/Metrics
>Reporter: Ariel Weisberg
>Assignee: Alex Deparvu
>Priority: Urgent
>  Labels: patch-available
> Fix For: 4.0, 4.0-rc
>
> Attachments: CASSANDRA-14888.patch
>
>
> CasCommit, CasPrepare, CasPropose, ReadRepairRequests, 
> ShortReadProtectionRequests, AntiCompactionTime, BytesValidated, 
> PartitionsValidated, RepairPrepareTime, RepairSyncTime, 
> RepairedDataInconsistencies, ViewLockAcquireTime, ViewReadTime, 
> WriteFailedIdealCL
> Basically for 3 years people haven't known what they are doing because the 
> entire thing is kind of obscure. Fix it and also add a dtest that detects if 
> any mbeans are left behind after dropping a table and keyspace.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread David Capwell (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064098#comment-17064098
 ] 

David Capwell commented on CASSANDRA-15651:
---

+1 to defering to a targeted jira.

Thanks for the comment about Cassandra patch, didn't check that yet.

Harry doesn't explicitly.  Harry is random generation + validation of response, 
so I "feel" the caller of Harry should solve this and not Harry explicitly

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x, 3.0.x, 3.11.x, 4.x
>
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15650) Fix flaky test org.apache.cassandra.distributed.test.*RepairCoordinatorFastTest

2020-03-21 Thread David Capwell (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064073#comment-17064073
 ] 

David Capwell commented on CASSANDRA-15650:
---

To help me replicate I am using the following scripts

{code}
$ cat ci-test-loop
#!/usr/bin/env bash

#set -o xtrace
set -o errexit
set -o pipefail
set -o nounset

class_name="$1"
path="$(echo "$class_name" | tr '.' '/' ).java"
prefix="$( find test | grep "$path" | awk -F/ '{print $2}' )"

while ant testclasslist -Dtest.classlistfile=<(echo "$path") 
-Dtest.classlistprefix=$prefix ; do
  rm -rf build/test/logs || true
done;
{code}

{code}
$ cat mac-throttle.sh
#!/usr/bin/env bash

#set -o xtrace
set -o errexit
set -o pipefail
set -o nounset

bin="$(cd "$(dirname "$0")" > /dev/null; pwd)"

_main() {
  local pid
  while true; do
pid="$(ps -ef | grep JUnitTestRunner | grep -v grep | awk '{print $2}' || 
true)"
if [ ! -z "${pid:-}" ]; then
  renice +15 -p $pid || true
fi
sleep 1
  done
}

_main "$@"
{code}

{code}
for core in $(sudo cpuctl list | awk -F: '{print $1}' | tr -d 'CPU' | tail -n 
+3); do sudo cpuctl offline $core; done;
{code}

> Fix flaky test 
> org.apache.cassandra.distributed.test.*RepairCoordinatorFastTest
> ---
>
> Key: CASSANDRA-15650
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15650
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Test failure: 
> https://app.circleci.com/pipelines/github/dcapwell/cassandra/177/workflows/3dff37a5-9bf4-40e2-8d5b-f127b416dc79/jobs/862
> {code}
> [junit-timeout] Testcase: 
> onlyCoordinator[SEQUENTIAL/true](org.apache.cassandra.distributed.test.FullRepairCoordinatorFastTest):
>   FAILED
> [junit-timeout] nodetool command repair was successful but not expected to 
> be. Actual: 0
> [junit-timeout] junit.framework.AssertionFailedError: nodetool command repair 
> was successful but not expected to be. Actual: 0
> [junit-timeout]   at 
> org.apache.cassandra.distributed.api.NodeToolResult$Asserts.failure(NodeToolResult.java:76)
> [junit-timeout]   at 
> org.apache.cassandra.distributed.test.RepairCoordinatorFast.onlyCoordinator(RepairCoordinatorFast.java:255)
> [junit-timeout]   at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> [junit-timeout]   at java.lang.Thread.run(Thread.java:748)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15650) Fix flaky test org.apache.cassandra.distributed.test.FullRepairCoordinatorFastTest onlyCoordinator

2020-03-21 Thread David Capwell (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064072#comment-17064072
 ] 

David Capwell commented on CASSANDRA-15650:
---

Im seeing that its not one test but many, and seeing two patterns

* expected failure but was success
* polling happens before notification (such as with snapshotFailure where 
polling sees the failure before the notification so uses the other error 
message)

> Fix flaky test 
> org.apache.cassandra.distributed.test.FullRepairCoordinatorFastTest 
> onlyCoordinator
> --
>
> Key: CASSANDRA-15650
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15650
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Test failure: 
> https://app.circleci.com/pipelines/github/dcapwell/cassandra/177/workflows/3dff37a5-9bf4-40e2-8d5b-f127b416dc79/jobs/862
> {code}
> [junit-timeout] Testcase: 
> onlyCoordinator[SEQUENTIAL/true](org.apache.cassandra.distributed.test.FullRepairCoordinatorFastTest):
>   FAILED
> [junit-timeout] nodetool command repair was successful but not expected to 
> be. Actual: 0
> [junit-timeout] junit.framework.AssertionFailedError: nodetool command repair 
> was successful but not expected to be. Actual: 0
> [junit-timeout]   at 
> org.apache.cassandra.distributed.api.NodeToolResult$Asserts.failure(NodeToolResult.java:76)
> [junit-timeout]   at 
> org.apache.cassandra.distributed.test.RepairCoordinatorFast.onlyCoordinator(RepairCoordinatorFast.java:255)
> [junit-timeout]   at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> [junit-timeout]   at java.lang.Thread.run(Thread.java:748)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15650) Fix flaky test org.apache.cassandra.distributed.test.*RepairCoordinatorFastTest

2020-03-21 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-15650:
--
Summary: Fix flaky test 
org.apache.cassandra.distributed.test.*RepairCoordinatorFastTest  (was: Fix 
flaky test org.apache.cassandra.distributed.test.FullRepairCoordinatorFastTest 
onlyCoordinator)

> Fix flaky test 
> org.apache.cassandra.distributed.test.*RepairCoordinatorFastTest
> ---
>
> Key: CASSANDRA-15650
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15650
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
> Fix For: 4.0-alpha
>
>
> Test failure: 
> https://app.circleci.com/pipelines/github/dcapwell/cassandra/177/workflows/3dff37a5-9bf4-40e2-8d5b-f127b416dc79/jobs/862
> {code}
> [junit-timeout] Testcase: 
> onlyCoordinator[SEQUENTIAL/true](org.apache.cassandra.distributed.test.FullRepairCoordinatorFastTest):
>   FAILED
> [junit-timeout] nodetool command repair was successful but not expected to 
> be. Actual: 0
> [junit-timeout] junit.framework.AssertionFailedError: nodetool command repair 
> was successful but not expected to be. Actual: 0
> [junit-timeout]   at 
> org.apache.cassandra.distributed.api.NodeToolResult$Asserts.failure(NodeToolResult.java:76)
> [junit-timeout]   at 
> org.apache.cassandra.distributed.test.RepairCoordinatorFast.onlyCoordinator(RepairCoordinatorFast.java:255)
> [junit-timeout]   at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
> [junit-timeout]   at java.lang.Thread.run(Thread.java:748)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-15651:
---
Fix Version/s: 4.x
   3.11.x
   3.0.x

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x, 3.0.x, 3.11.x, 4.x
>
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread Michael Semb Wever (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064063#comment-17064063
 ] 

Michael Semb Wever commented on CASSANDRA-15651:


Thanks for the feedback.

Totally agree that duplicating tests for compression and cdc, and the way they 
are duplicated, is silly. Personally I would just begin with enabling both in 
the default test run. I don't know if Harry deals with this in any way, 
CASSANDRA-15348.

The {{testclasslist-cdc}} target exists in the cassandra patch. otherwise here 
i aimed to make as little change as possible to the cassandra codebase. i agree 
that the copy-paste definitions for compression and cdc can be done better, but 
don't want that done on the release branches. i think it's better tackled in a 
ticket that deals with cleaning up the build script, eg rewriting it to gradle 
(which would only happen in trunk). 

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x
>
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread David Capwell (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064025#comment-17064025
 ] 

David Capwell commented on CASSANDRA-15651:
---

Overall +1 to the idea and the code looks mostly fine; I plan to test the 
script Monday but early feedback is below

* 
https://github.com/apache/cassandra-builds/compare/master...thelastpickle:mck/15651--tests-use-testclasslist#diff-91876f5f158ec50dab9a70cc06c06922R42
 better to make this a function to avoid copy/paste.
* test, and test-compression are 98% the same, the only differences are
* *-Dcassandra.test.compression=true
* * cassandra.compressed.yaml which appends commit log compression to the 
config file (my trunk is missing commitlog_compression.yaml and instead has 
test/conf/commitlog_compression_LZ4.yaml and 
test/conf/commitlog_compression_Zstd.yaml, walking ant I am not sure how that 
works (my guess is concat doesn't fail so compression doesn't compress)
* testclasslist-cdc doesn't exist, nor do I see any build steps for cdc other 
than testlist-cdc and test-cdc.  Looking at test-cdc it looks like another 
copy/paste build step where the main difference is cassandra.cdc.yaml is used 
instead (which is generated by normal config concat with test/conf/cdc.yaml).
* utests_long isn't concurrent in circle ci... (this patch is for Jenkins so 
totally fine if circle ci isn't).
* burn isn't run in circle ci (having multiple CIs is fun isn't it?)

The main thing I don't like about this is that compression and cdc are one-offs 
(true today, this patch doesn't change this), but really they are trying to be 
a a matrix build in disguise.  I would love to get rid of them and actually 
embrace running the tests under different configurations as a thing.  If we 
think about it, we run the unit tests with compression and cdc but not the jvm 
dtests?  Would love for this to be solved, but will not hold this JIRA ransom 
to fix it =).

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x
>
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15649) test.distributed.timeout no longer respected in CircleCI

2020-03-21 Thread David Capwell (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064019#comment-17064019
 ] 

David Capwell commented on CASSANDRA-15649:
---

sorry, talked to [~djoshi] about that.  looks like when python3 was added LOWER 
and HIGHER were updated, but config.yml was not replaced with config.yml.LOWER 
(undocumented, something you have to do though).

Since I changed the build, I had to update config.yml to pick that up (cp 
config.yml.LOWER config.yml)

bq. (And I can't access the CircleCI links…?)

-_-  that isn't good... ill try to figure out why Monday.

> test.distributed.timeout no longer respected in CircleCI
> 
>
> Key: CASSANDRA-15649
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15649
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: 4.0-alpha
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> After switching jvm dtest over testclasslist (CASSANDRA-15508) we no longer 
> respect the dtest timeout and instead use the unit test timeout (4m vs 6m).
> This does not impact Jenkins as I made sure to check that before calling 
> testclasslist; though this does impact 2.2, 3.0, and 3.11 as well.
> ||Config||Trunk||3.11||3.0||2.2||
> |LOWER||[Circle 
> CI|https://circleci.com/workflow-run/04f7fbe2-1919-4da0-bf72-ba41b41c3072]| 
> TBD | TBD | TBD |
> |HIGHER| [Circle 
> CI|https://circleci.com/workflow-run/036bbad1-541a-49dc-a567-cef2300fa847] | 
> TBD | TBD | TBD |
> CI Failures were flaky tests, below are their links
> * CASSANDRA-15630



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15652) add ifesdjeen's gpg key to project's KEYS file

2020-03-21 Thread Michael Shuler (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064001#comment-17064001
 ] 

Michael Shuler commented on CASSANDRA-15652:


Also, this is a brand new unsigned (by others) key. Is this your very first use 
of GPG? Generally, it's recommended to have a key in the "strong set", but just 
wondering, there are others that aren't.

> add ifesdjeen's gpg key to project's KEYS file
> --
>
> Key: CASSANDRA-15652
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15652
> Project: Cassandra
>  Issue Type: Task
>Reporter: Alex Petrov
>Priority: Normal
> Attachments: key.patch
>
>
> The patch adds my gpg public key to the project's KEYS file found at 
> https://dist.apache.org/repos/dist/release/cassandra/KEYS
> My gpg public key here has the fingerprint 
>  9E66CEC6106D578D0B1EB9BFF1000962B7F6840C
> References:
>  - https://www.apache.org/dev/release-signing#keys-policy
>  - http://www.apache.org/legal/release-policy.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15652) add ifesdjeen's gpg key to project's KEYS file

2020-03-21 Thread Michael Shuler (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064000#comment-17064000
 ] 

Michael Shuler commented on CASSANDRA-15652:


Your patch has some funky lack of line breaks, first line is append to the last 
key block and lack of a trailing newline.

> add ifesdjeen's gpg key to project's KEYS file
> --
>
> Key: CASSANDRA-15652
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15652
> Project: Cassandra
>  Issue Type: Task
>Reporter: Alex Petrov
>Priority: Normal
> Attachments: key.patch
>
>
> The patch adds my gpg public key to the project's KEYS file found at 
> https://dist.apache.org/repos/dist/release/cassandra/KEYS
> My gpg public key here has the fingerprint 
>  9E66CEC6106D578D0B1EB9BFF1000962B7F6840C
> References:
>  - https://www.apache.org/dev/release-signing#keys-policy
>  - http://www.apache.org/legal/release-policy.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new a6b380c  [maven-release-plugin] prepare release 0.0.1
a6b380c is described below

commit a6b380ceedb8311654b71b1b6abd840b4aeab474
Author: Alex Petrov 
AuthorDate: Sat Mar 21 13:19:29 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a8a585..6ba46c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -140,6 +139,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 created (now 4f6f1e1)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


  at 4f6f1e1  (tag)
 tagging a6b380ceedb8311654b71b1b6abd840b4aeab474 (commit)
  by Alex Petrov
  on Sat Mar 21 13:19:34 2020 +0100

- Log -
[maven-release-plugin] copy for tag 0.0.1
---

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare for next development iteration

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new b4e8724  [maven-release-plugin] prepare for next development iteration
b4e8724 is described below

commit b4e8724615a931d0b38b59beb08c4c227aa8996e
Author: Alex Petrov 
AuthorDate: Sat Mar 21 13:19:39 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ba46c2..3275a42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1
+0.0.2-SNAPSHOT
 In JVM Test API
 In JVM Test API
 
@@ -139,7 +139,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-  0.0.1
+  HEAD
   
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] 01/01: Add checksum plugin

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 09c8680f42b333f873788e5625df8bce3055b826
Author: Alex Petrov 
AuthorDate: Sat Mar 21 13:17:49 2020 +0100

Add checksum plugin
---
 pom.xml | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..0a8a585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,33 @@
 
 
 
+net.nicoulaj.maven.plugins
+checksum-maven-plugin
+
+
+source-release-checksum
+
+files
+
+
+
+
+
+SHA-512
+
+
+
+${project.build.directory}
+
+
dtest-api-${project.version}.tar.gz
+
dtest-api-${project.version}-src.tar.gz
+
dtest-api-${project.version}-src.zip
+
+
+
+
+
+
 org.apache.rat
 apache-rat-plugin
 0.13


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated (8db580e -> 09c8680)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch release
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


 discard 8db580e  [maven-release-plugin] prepare for next development iteration
 discard 669d87a  [maven-release-plugin] prepare release 0.0.1
 new 09c8680  Add checksum plugin

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8db580e)
\
 N -- N -- N   refs/heads/release (09c8680)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 35 +++
 1 file changed, 31 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 deleted (was 16edc68)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


*** WARNING: tag 0.0.1 was deleted! ***

   tag was  16edc68

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare for next development iteration

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new 8db580e  [maven-release-plugin] prepare for next development iteration
8db580e is described below

commit 8db580ea968915f8f94b6d8b3b78e5bad196e7da
Author: Alex Petrov 
AuthorDate: Sat Mar 21 13:01:59 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e15b53..ed69c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1
+0.0.2-SNAPSHOT
 In JVM Test API
 In JVM Test API
 
@@ -112,7 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-  0.0.1
+  HEAD
   
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new 669d87a  [maven-release-plugin] prepare release 0.0.1
669d87a is described below

commit 669d87a779d56c9d47dd3212938b6d16a6e46d48
Author: Alex Petrov 
AuthorDate: Sat Mar 21 13:01:49 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 created (now 16edc68)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


  at 16edc68  (tag)
 tagging 669d87a779d56c9d47dd3212938b6d16a6e46d48 (commit)
  by Alex Petrov
  on Sat Mar 21 13:01:54 2020 +0100

- Log -
[maven-release-plugin] copy for tag 0.0.1
---

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated (c68df67 -> 20e68b0)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch release
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


 discard c68df67  [maven-release-plugin] prepare for next development iteration
 discard be03f32  [maven-release-plugin] prepare release 0.0.1

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/release (20e68b0)
\
 O -- O -- O   (c68df67)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-15651:
---
Test and Documentation Plan: jenkins CI, and testing against local jenkins 
installation
 Status: Patch Available  (was: Open)

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x
>
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-15651:
---
Change Category: Quality Assurance
 Complexity: Low Hanging Fruit
  Fix Version/s: 2.2.x
   Assignee: Michael Semb Wever
 Status: Open  (was: Triage Needed)

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x
>
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 deleted (was 5c7bc34)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


*** WARNING: tag 0.0.1 was deleted! ***

   tag was  5c7bc34

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread Michael Semb Wever (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17063871#comment-17063871
 ] 

Michael Semb Wever commented on CASSANDRA-15651:


cassandra-builds patch 
[here|https://github.com/apache/cassandra-builds/compare/master...thelastpickle:mck/15651--tests-use-testclasslist]

cassandra-2.2 patch 
[here|https://github.com/apache/cassandra/compare/trunk...thelastpickle:mck/cassandra-2.2_15651]
 (cassandra patch must be committed first)

> Jenkins tests to use testclasslist where possible (like CircleCI)
> -
>
> Key: CASSANDRA-15651
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
> Project: Cassandra
>  Issue Type: Task
>  Components: Build, Test/unit
>Reporter: Michael Semb Wever
>Priority: Normal
>
> Following up on CASSANDRA-15639
>  make all the jenkins test jobs run in the same manner.
> This standards the approach across test jobs and to CircleCI, and will make 
> it easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Created] (CASSANDRA-15652) add ifesdjeen's gpg key to project's KEYS file

2020-03-21 Thread Alex Petrov (Jira)
Alex Petrov created CASSANDRA-15652:
---

 Summary: add ifesdjeen's gpg key to project's KEYS file
 Key: CASSANDRA-15652
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15652
 Project: Cassandra
  Issue Type: Task
Reporter: Alex Petrov
 Attachments: key.patch

The patch adds my gpg public key to the project's KEYS file found at 
https://dist.apache.org/repos/dist/release/cassandra/KEYS

My gpg public key here has the fingerprint 
 9E66CEC6106D578D0B1EB9BFF1000962B7F6840C

References:
 - https://www.apache.org/dev/release-signing#keys-policy
 - http://www.apache.org/legal/release-policy.html




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 created (now 5c7bc34)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


  at 5c7bc34  (tag)
 tagging be03f322e4e511a5a031aaa8c9048c4b7460a233 (commit)
  by Alex Petrov
  on Sat Mar 21 12:43:55 2020 +0100

- Log -
[maven-release-plugin] copy for tag 0.0.1
---

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare for next development iteration

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new c68df67  [maven-release-plugin] prepare for next development iteration
c68df67 is described below

commit c68df6739a0bb8a773b9c1cccbf11b9a40d8e179
Author: Alex Petrov 
AuthorDate: Sat Mar 21 12:44:00 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e15b53..ed69c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1
+0.0.2-SNAPSHOT
 In JVM Test API
 In JVM Test API
 
@@ -112,7 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-  0.0.1
+  HEAD
   
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new be03f32  [maven-release-plugin] prepare release 0.0.1
be03f32 is described below

commit be03f322e4e511a5a031aaa8c9048c4b7460a233
Author: Alex Petrov 
AuthorDate: Sat Mar 21 12:43:50 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 deleted (was a37e4a9)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


*** WARNING: tag 0.0.1 was deleted! ***

   tag was  a37e4a9

This change permanently discards the following revisions:

 discard 8939e25  [maven-release-plugin] prepare release 0.0.1


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated (09ed5bb -> 20e68b0)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch release
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


 discard 09ed5bb  [maven-release-plugin] prepare release 0.0.1

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/release (20e68b0)
\
 O -- O -- O   (09ed5bb)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 created (now a37e4a9)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


  at a37e4a9  (tag)
 tagging 8939e25ead9a69e91f3559afc2aaa356b6a9ce43 (commit)
  by Alex Petrov
  on Sat Mar 21 12:35:59 2020 +0100

- Log -
[maven-release-plugin] copy for tag 0.0.1
---

This annotated tag includes the following new commits:

 new 8939e25  [maven-release-plugin] prepare release 0.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] 01/01: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to annotated tag 0.0.1
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 8939e25ead9a69e91f3559afc2aaa356b6a9ce43
Author: Alex Petrov 
AuthorDate: Sat Mar 21 12:35:54 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new 09ed5bb  [maven-release-plugin] prepare release 0.0.1
09ed5bb is described below

commit 09ed5bb0a3b30f6e275b806d635711ee46bc3ca5
Author: Alex Petrov 
AuthorDate: Sat Mar 21 12:40:11 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 deleted (was a37e4a9)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


*** WARNING: tag 0.0.1 was deleted! ***

   tag was  a37e4a9

This change permanently discards the following revisions:

 discard 8939e25  [maven-release-plugin] prepare release 0.0.1


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated (8939e25 -> 20e68b0)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch release
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


omit 8939e25  [maven-release-plugin] prepare release 0.0.1

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/release (20e68b0)
\
 O -- O -- O   (8939e25)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 created (now a37e4a9)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


  at a37e4a9  (tag)
 tagging 8939e25ead9a69e91f3559afc2aaa356b6a9ce43 (commit)
  by Alex Petrov
  on Sat Mar 21 12:35:59 2020 +0100

- Log -
[maven-release-plugin] copy for tag 0.0.1
---

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 deleted (was 133faff)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


*** WARNING: tag 0.0.1 was deleted! ***

   tag was  133faff

This change permanently discards the following revisions:

 discard 89ec503  [maven-release-plugin] prepare release 0.0.1


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new 8939e25  [maven-release-plugin] prepare release 0.0.1
8939e25 is described below

commit 8939e25ead9a69e91f3559afc2aaa356b6a9ce43
Author: Alex Petrov 
AuthorDate: Sat Mar 21 12:35:54 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new af98a0d  [maven-release-plugin] prepare release 0.0.1
af98a0d is described below

commit af98a0d25465b795fc44372154d08b5c4a89aa81
Author: Alex Petrov 
AuthorDate: Sat Mar 21 12:34:05 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated (af98a0d -> 20e68b0)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch release
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


 discard af98a0d  [maven-release-plugin] prepare release 0.0.1

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/release (20e68b0)
\
 O -- O -- O   (af98a0d)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated (a826c0f -> 20e68b0)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch release
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


 discard a826c0f  [maven-release-plugin] prepare for next development iteration
omit 89ec503  [maven-release-plugin] prepare release 0.0.1

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/release (20e68b0)
\
 O -- O -- O   (a826c0f)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Created] (CASSANDRA-15651) Jenkins tests to use testclasslist where possible (like CircleCI)

2020-03-21 Thread Michael Semb Wever (Jira)
Michael Semb Wever created CASSANDRA-15651:
--

 Summary: Jenkins tests to use testclasslist where possible (like 
CircleCI)
 Key: CASSANDRA-15651
 URL: https://issues.apache.org/jira/browse/CASSANDRA-15651
 Project: Cassandra
  Issue Type: Task
  Components: Build, Test/unit
Reporter: Michael Semb Wever


Following up on CASSANDRA-15639
 make all the jenkins test jobs run in the same manner.

This standards the approach across test jobs and to CircleCI, and will make it 
easier to parallelise test runs later on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Comment Edited] (CASSANDRA-15649) test.distributed.timeout no longer respected in CircleCI

2020-03-21 Thread Michael Semb Wever (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-15649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17063859#comment-17063859
 ] 

Michael Semb Wever edited comment on CASSANDRA-15649 at 3/21/20, 11:07 AM:
---

LGTM.

Quick question on why the uninstall of cqlsh is happening in this patch?
(And I can't access the CircleCI links…?)


was (Author: michaelsembwever):
LGTM.

Quick question on why the uninstall of cqlsh is happening in this patch?

> test.distributed.timeout no longer respected in CircleCI
> 
>
> Key: CASSANDRA-15649
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15649
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: 4.0-alpha
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> After switching jvm dtest over testclasslist (CASSANDRA-15508) we no longer 
> respect the dtest timeout and instead use the unit test timeout (4m vs 6m).
> This does not impact Jenkins as I made sure to check that before calling 
> testclasslist; though this does impact 2.2, 3.0, and 3.11 as well.
> ||Config||Trunk||3.11||3.0||2.2||
> |LOWER||[Circle 
> CI|https://circleci.com/workflow-run/04f7fbe2-1919-4da0-bf72-ba41b41c3072]| 
> TBD | TBD | TBD |
> |HIGHER| [Circle 
> CI|https://circleci.com/workflow-run/036bbad1-541a-49dc-a567-cef2300fa847] | 
> TBD | TBD | TBD |
> CI Failures were flaky tests, below are their links
> * CASSANDRA-15630



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15649) test.distributed.timeout no longer respected in CircleCI

2020-03-21 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-15649:
---
Status: Ready to Commit  (was: Review In Progress)

LGTM.

Quick question on why the uninstall of cqlsh is happening in this patch?

> test.distributed.timeout no longer respected in CircleCI
> 
>
> Key: CASSANDRA-15649
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15649
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: 4.0-alpha
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> After switching jvm dtest over testclasslist (CASSANDRA-15508) we no longer 
> respect the dtest timeout and instead use the unit test timeout (4m vs 6m).
> This does not impact Jenkins as I made sure to check that before calling 
> testclasslist; though this does impact 2.2, 3.0, and 3.11 as well.
> ||Config||Trunk||3.11||3.0||2.2||
> |LOWER||[Circle 
> CI|https://circleci.com/workflow-run/04f7fbe2-1919-4da0-bf72-ba41b41c3072]| 
> TBD | TBD | TBD |
> |HIGHER| [Circle 
> CI|https://circleci.com/workflow-run/036bbad1-541a-49dc-a567-cef2300fa847] | 
> TBD | TBD | TBD |
> CI Failures were flaky tests, below are their links
> * CASSANDRA-15630



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-15649) test.distributed.timeout no longer respected in CircleCI

2020-03-21 Thread Michael Semb Wever (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-15649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Semb Wever updated CASSANDRA-15649:
---
Reviewers: Michael Semb Wever, Michael Semb Wever  (was: Michael Semb Wever)
   Michael Semb Wever, Michael Semb Wever
   Status: Review In Progress  (was: Patch Available)

> test.distributed.timeout no longer respected in CircleCI
> 
>
> Key: CASSANDRA-15649
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15649
> Project: Cassandra
>  Issue Type: Bug
>  Components: Build
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: 4.0-alpha
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> After switching jvm dtest over testclasslist (CASSANDRA-15508) we no longer 
> respect the dtest timeout and instead use the unit test timeout (4m vs 6m).
> This does not impact Jenkins as I made sure to check that before calling 
> testclasslist; though this does impact 2.2, 3.0, and 3.11 as well.
> ||Config||Trunk||3.11||3.0||2.2||
> |LOWER||[Circle 
> CI|https://circleci.com/workflow-run/04f7fbe2-1919-4da0-bf72-ba41b41c3072]| 
> TBD | TBD | TBD |
> |HIGHER| [Circle 
> CI|https://circleci.com/workflow-run/036bbad1-541a-49dc-a567-cef2300fa847] | 
> TBD | TBD | TBD |
> CI Failures were flaky tests, below are their links
> * CASSANDRA-15630



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] annotated tag 0.0.1 created (now 133faff)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to annotated tag 0.0.1
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


  at 133faff  (tag)
 tagging 89ec503150f4127f702f8770cef58a976c99d0b3 (commit)
  by Alex Petrov
  on Sat Mar 21 11:43:03 2020 +0100

- Log -
[maven-release-plugin] copy for tag 0.0.1
---

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release updated: [maven-release-plugin] prepare for next development iteration

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/release by this push:
 new a826c0f  [maven-release-plugin] prepare for next development iteration
a826c0f is described below

commit a826c0f08b8fe7f5aeb3405f5a29dc8c7ce7ddeb
Author: Alex Petrov 
AuthorDate: Sat Mar 21 11:43:08 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e15b53..ed69c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1
+0.0.2-SNAPSHOT
 In JVM Test API
 In JVM Test API
 
@@ -112,7 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-  0.0.1
+  HEAD
   
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch release created (now 89ec503)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch release
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


  at 89ec503  [maven-release-plugin] prepare release 0.0.1

This branch includes the following new commits:

 new 89ec503  [maven-release-plugin] prepare release 0.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] 01/01: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 89ec503150f4127f702f8770cef58a976c99d0b3
Author: Alex Petrov 
AuthorDate: Sat Mar 21 11:42:55 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch master updated: Revert "[maven-release-plugin] prepare release 0.0.1"

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/master by this push:
 new 20e68b0  Revert "[maven-release-plugin] prepare release 0.0.1"
20e68b0 is described below

commit 20e68b09d7d49240712975fbda184c9bff06861d
Author: Alex Petrov 
AuthorDate: Sat Mar 21 11:42:13 2020 +0100

Revert "[maven-release-plugin] prepare release 0.0.1"

This reverts commit 39c7aff6d645d38a3fee664df5ff399f840c2c1d.
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e15b53..0e6cc3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,8 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -27,7 +28,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1
+0.0.1-SNAPSHOT
 In JVM Test API
 In JVM Test API
 
@@ -112,7 +113,6 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-  0.0.1
-  
+
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch master updated: [maven-release-plugin] prepare release 0.0.1

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/master by this push:
 new 39c7aff  [maven-release-plugin] prepare release 0.0.1
39c7aff is described below

commit 39c7aff6d645d38a3fee664df5ff399f840c2c1d
Author: Alex Petrov 
AuthorDate: Sat Mar 21 11:37:04 2020 +0100

[maven-release-plugin] prepare release 0.0.1
---
 pom.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e6cc3a..3e15b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  ~ specific language governing permissions and limitations
  ~ under the License.
  -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -28,7 +27,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.1-SNAPSHOT
+0.0.1
 In JVM Test API
 In JVM Test API
 
@@ -113,6 +112,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-
+  0.0.1
+  
 
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] branch master updated (a562fd5 -> 5e9bd71)

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.


from a562fd5  Introduce the extracted in-JVM DTest API
 new 1cc1e6a  Improve build so that it can build releases that meet ASF 
release requirements.
 new 23a786a  Add licenses header to pom file
 new 5e9bd71  Add gitignore file

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 81 ++
 NOTICE.txt | 11 +++
 pom.xml| 67 +++---
 .../cassandra/distributed/shared/AssertUtils.java  | 18 +
 4 files changed, 153 insertions(+), 24 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 NOTICE.txt


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] 03/03: Add gitignore file

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 5e9bd71fe1f455cbb7d7bbc5542fdb136d1f7df4
Author: Alex Petrov 
AuthorDate: Sat Mar 21 11:32:48 2020 +0100

Add gitignore file
---
 .gitignore | 81 ++
 1 file changed, 81 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..41a9edb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,81 @@
+.gitignore
+
+# C*
+build/
+src/gen-java/
+src/resources/org/apache/cassandra/config/
+logs/
+data/
+conf/hotspot_compiler
+doc/cql3/CQL.html
+
+# C* debs
+build-stamp
+build.properties
+debian/cassandra*debhelper*
+debian/cassandra*.substvars
+debian/cassandra/
+debian/cassandra-tools/
+debian/files
+
+# gitignore doesn't help with modified files - you may wish to:
+#   git update-index --assume-unchanged 
test/data/serialization/2.0/db.RowMutation.bin
+# to undo:
+#   git update-index --no-assume-unchanged 
test/data/serialization/2.0/db.RowMutation.bin
+
+# IntelliJ
+.idea/
+*.eml
+*.iml
+*.ipr
+*.iws
+
+# Eclipse
+.classpath
+.project
+.metadata
+.settings/
+local.properties
+
+# Cscope
+cscope.*
+
+# NetBeans
+nbbuild/
+nbdist/
+ide/nbproject/private
+nb-configuration.xml
+nbactions.xml
+
+# Maven, etc.
+out/
+target/
+
+# General
+*.pyc
+*~
+*.bak
+*.sw[o,p]
+*.tmp
+.DS_Store
+Thumbs.db
+
+# JSR223
+lib/jsr223/clojure/*.jar
+lib/jsr223/groovy/*.jar
+lib/jsr223/jaskell/*.jar
+lib/jsr223/jruby/*.jar
+lib/jsr223/jruby/jni
+lib/jsr223/jruby/ruby
+lib/jsr223/jython/*.jar
+lib/jsr223/jython/cachedir
+lib/jsr223/scala/*.jar
+
+/.ant-targets-build.xml
+
+# Generated files from the documentation
+doc/source/configuration/cassandra_config_file.rst
+doc/source/tools/nodetool
+
+# Python virtual environment
+venv/


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] 02/03: Add licenses header to pom file

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 23a786ac6782fc979dde27702e2fc7b07d1147b1
Author: Alex Petrov 
AuthorDate: Sat Mar 21 11:32:22 2020 +0100

Add licenses header to pom file
---
 pom.xml | 23 +--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c75a916..0e6cc3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,24 @@
 
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 org.apache
 apache
@@ -9,7 +28,7 @@
 4.0.0
 org.apache.cassandra
 dtest-api
-0.0.2-SNAPSHOT
+0.0.1-SNAPSHOT
 In JVM Test API
 In JVM Test API
 


-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[cassandra-in-jvm-dtest-api] 01/03: Improve build so that it can build releases that meet ASF release requirements.

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git

commit 1cc1e6a00c537fb7f31fb35f9d127e6962a67be9
Author: mck 
AuthorDate: Fri Mar 20 21:36:36 2020 +0100

Improve build so that it can build releases that meet ASF release 
requirements.

 * There's no copyright or NOTICE file in source jar artifact.
 * The license is not present in all files (eg AssertUtils.java)
 * Source artifacts does not compile. The unreleased test dependency is not 
used.
 * Skip the generation of the assembly source artifact.
 * Make `mvn apache-rat:check` work, and pass of the build.

ref:
 - 
https://lists.apache.org/thread.html/r5cdb9b610700dfee473a110632ec5ef3ba322822e4dd658207eba396%40%3Cdev.cassandra.apache.org%3E
 - http://www.apache.org/legal/release-policy.html
 - http://www.apache.org/dev/release-publishing.html
 - https://cwiki.apache.org/confluence/display/INCUBATOR/ReleaseChecklist
---
 NOTICE.txt | 11 ++
 pom.xml| 44 +++---
 .../cassandra/distributed/shared/AssertUtils.java  | 18 +
 3 files changed, 51 insertions(+), 22 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
new file mode 100644
index 000..a9c0837
--- /dev/null
+++ b/NOTICE.txt
@@ -0,0 +1,11 @@
+
+Apache Cassandra In JVM Test API
+Copyright 2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This product contains 'SLF4J', a simple logging
+facade for Java, which can be obtained at (http://www.slf4j.org/)
+  MIT License https://github.com/qos-ch/slf4j/blob/master/LICENSE.txt
+  Copyright (c) 2004-2017 QOS.ch
diff --git a/pom.xml b/pom.xml
index 61fe4b8..c75a916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
 
 
 UTF-8
+true
 
 
 
@@ -31,20 +32,22 @@
 slf4j-api
 1.7.25
 
-
-junit
-junit
-4.12
-test
-
-
-org.apache.cassandra
-in-jvm-dtest-cassandra-tryout
-0.0.1-2.2-1
-test
-
 
+
 
+
+
+
+org.apache.rat
+apache-rat-plugin
+
+
+README.md
+
+
+
+
+
 
 
 org.apache.maven.plugins
@@ -55,8 +58,6 @@
 1.8
 
 
-
-
 
 maven-deploy-plugin
 2.8.2
@@ -70,22 +71,22 @@
 
 
 
-
 
-org.apache.maven.plugins
-maven-gpg-plugin
-1.5
+org.apache.rat
+apache-rat-plugin
+0.13
+
+true
+
 
 
-sign-artifacts
 verify
 
-sign
+check
 
 
 
 
-
 
 
 
@@ -93,7 +94,6 @@
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
 
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
-0.0.4
 
 
 
diff --git 
a/src/main/java/org/apache/cassandra/distributed/shared/AssertUtils.java 
b/src/main/java/org/apache/cassandra/distributed/shared/AssertUtils.java
index f914e90..24c37d4 100644
--- a/src/main/java/org/apache/cassandra/distributed/shared/AssertUtils.java
+++ b/src/main/java/org/apache/cassandra/distributed/shared/AssertUtils.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 

[cassandra-in-jvm-dtest-api] branch master updated: Introduce the extracted in-JVM DTest API

2020-03-21 Thread ifesdjeen
This is an automated email from the ASF dual-hosted git repository.

ifesdjeen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git


The following commit(s) were added to refs/heads/master by this push:
 new a562fd5  Introduce the extracted in-JVM DTest API
a562fd5 is described below

commit a562fd56b302e0573b2af9371aa948689714dcbc
Author: Alex Petrov 
AuthorDate: Mon Feb 24 12:06:09 2020 +0100

Introduce the extracted in-JVM DTest API

Patch by Alex Petrov; reviewed by David Capwell for CASSANDRA-15539.
---
 pom.xml|  99 +
 .../distributed/api/ConsistencyLevel.java  |  34 +++
 .../apache/cassandra/distributed/api/Feature.java  |  24 +++
 .../apache/cassandra/distributed/api/ICluster.java |  98 +
 .../cassandra/distributed/api/ICoordinator.java|  38 
 .../cassandra/distributed/api/IInstance.java   |  72 +++
 .../cassandra/distributed/api/IInstanceConfig.java | 102 +
 .../distributed/api/IInvokableInstance.java|  67 ++
 .../distributed/api/IIsolatedExecutor.java | 128 +++
 .../apache/cassandra/distributed/api/IListen.java  |  28 +++
 .../apache/cassandra/distributed/api/IMessage.java |  37 
 .../cassandra/distributed/api/IMessageFilters.java | 100 +
 .../distributed/api/IUpgradeableInstance.java  |  29 +++
 .../cassandra/distributed/api/LongTokenRange.java  |  38 
 .../cassandra/distributed/api/NodeToolResult.java  | 182 
 .../cassandra/distributed/api/QueryResult.java | 139 
 .../org/apache/cassandra/distributed/api/Row.java  | 110 ++
 .../cassandra/distributed/api/TokenSupplier.java   |  32 +++
 .../cassandra/distributed/shared/AssertUtils.java  | 130 
 .../cassandra/distributed/shared/Builder.java  | 233 +
 .../distributed/shared/DistributedTestBase.java|  57 +
 .../distributed/shared/InstanceClassLoader.java| 116 ++
 .../distributed/shared/MessageFilters.java | 194 +
 .../distributed/shared/NetworkTopology.java| 169 +++
 .../distributed/shared/ThrowingRunnable.java   |  38 
 .../cassandra/distributed/shared/Versions.java | 206 ++
 test/conf/logback-dtest.xml|  77 +++
 27 files changed, 2577 insertions(+)

diff --git a/pom.xml b/pom.xml
new file mode 100644
index 000..61fe4b8
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,99 @@
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+
+org.apache
+apache
+23
+
+
+4.0.0
+org.apache.cassandra
+dtest-api
+0.0.2-SNAPSHOT
+In JVM Test API
+In JVM Test API
+
+
+UTF-8
+
+
+
+
+Apache License, Version 2.0
+http://www.apache.org/licenses/LICENSE-2.0.txt
+repo
+
+
+
+
+
+org.slf4j
+slf4j-api
+1.7.25
+
+
+junit
+junit
+4.12
+test
+
+
+org.apache.cassandra
+in-jvm-dtest-cassandra-tryout
+0.0.1-2.2-1
+test
+
+
+
+
+
+org.apache.maven.plugins
+maven-compiler-plugin
+3.8.0
+
+1.8
+1.8
+
+
+
+
+
+maven-deploy-plugin
+2.8.2
+
+
+default-deploy
+deploy
+
+deploy
+
+
+
+
+
+
+org.apache.maven.plugins
+maven-gpg-plugin
+1.5
+
+
+sign-artifacts
+verify
+
+sign
+
+
+
+
+
+
+
+
+
+
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
+
scm:git:https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
+
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git
+0.0.4
+
+
+
diff --git 
a/src/main/java/org/apache/cassandra/distributed/api/ConsistencyLevel.java 
b/src/main/java/org/apache/cassandra/distributed/api/ConsistencyLevel.java
new file mode 100644
index 000..3c057f8
--- /dev/null
+++ b/src/main/java/org/apache/cassandra/distributed/api/ConsistencyLevel.java
@@