Re: [VOTE] Release Apache Cassandra 3.7

2016-06-09 Thread Gary Dusbabek
+1 On Wed, Jun 8, 2016 at 9:21 PM, Jake Luciani wrote: > I propose the following artifacts for release as 3.7. > > sha1: 6815dc970565e6cd1e0169b5379f37da7a5a8a32 > Git: > > http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.7-tentative > Artifacts: > > https://reposi

Re: [VOTE] Release Apache Cassandra 3.0.7

2016-06-09 Thread Gary Dusbabek
+1 On Wed, Jun 8, 2016 at 9:35 PM, Jake Luciani wrote: > I propose the following artifacts for release as 3.0.7. > > sha1: 040ac666ac5cdf9cd0a01a845f2ea0af3a81a08b > Git: > > http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.0.7-tentative > Artifacts: > > https://re

Re: [VOTE] Release Apache Cassandra 3.0.7

2016-06-09 Thread Tommy Stendahl
+1 (non-binding) On 2016-06-08 21:35, Jake Luciani wrote: I propose the following artifacts for release as 3.0.7. sha1: 040ac666ac5cdf9cd0a01a845f2ea0af3a81a08b Git: http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.0.7-tentative Artifacts: https://repository.apach

Unit tests in IDE

2016-06-09 Thread Jan Kotek
Hi, I would like to run and debug unit tests directly in Intellij Idea. Current Ant runner does not work for me. I studied the problem a bit. Tests use java-agent that complicates it a bit. Also I would like to make minimal changes. So far my approach is: - Run special test case under regular An

Re: Unit tests in IDE

2016-06-09 Thread Josh McKenzie
Does ant generate-idea-files cover this? On Thu, Jun 9, 2016 at 11:26 AM, Jan Kotek wrote: > Hi, > > I would like to run and debug unit tests directly in Intellij Idea. > Current Ant runner does not work for me. > > I studied the problem

Re: Unit tests in IDE

2016-06-09 Thread Mahdi Mohammadi
You can create JUnit run configurations in IDEA and run/debug a single unit test. You will need to specify class name of the test. [image: Inline image 1] Best Regards On Fri, Jun 10, 2016 at 12:53 AM, Josh McKenzie wrote: > Does ant generate-idea-files >