Re: Many failing unit tests, prior to any changes. NoSuchFieldError: rpc_port

2016-11-02 Thread BORIS MELAMED
OK, I've created a new worktree. Did not create IDEA files there. Just ran 'ant', and then 'ant test', in a terminal window. There, I'm not getting the 'java.lang.NoSuchFieldError: rpc_port' errors, and only about 13 tests fail, some of them "crashing": untitled text 9:1348: [junit] Testcase:

Re: Many failing unit tests, prior to any changes. NoSuchFieldError: rpc_port

2016-11-02 Thread Licata, Christopher (CONT)
Yea, sorry. I never got that many failing tests. Perhaps it could be environment variable related. Thanks, Christopher Licata Senior Software Engineer Featureless Tech Monsters Card Rewards 718.916.8940 On 11/2/16, 10:10 AM, "BORIS MELAMED" wrote:

Re: Many failing unit tests, prior to any changes. NoSuchFieldError: rpc_port

2016-11-02 Thread BORIS MELAMED
Actually, 279 out of 296 failing tests seem to fail with this same error: java.lang.NoSuchFieldError: rpc_port at org.apache.cassandra.OffsetAwareConfigurationLoader.loadConfig( OffsetAwareConfigurationLoader.java:52) *Boris Melamed* |Software Engineer *w:* ++972-545691126 *e:

Re: Many failing unit tests, prior to any changes. NoSuchFieldError: rpc_port

2016-11-02 Thread Licata, Christopher (CONT)
I have actually noticed the same thing when I was working on https://issues.apache.org/jira/browse/CASSANDRA-12485. Even before I made any changes to cassandra-trunk. I was seeing failing unit tests. Not sure if the TriggersSchemaTest was the exact test though. Thanks, Christopher Licata

Re: Many failing unit tests, prior to any changes. NoSuchFieldError: rpc_port

2016-11-02 Thread BORIS MELAMED
Thank you Nate, I followed those instructions as well, and I can run/debug Cassandra without issues. It's only when I run the test suite that I get those errors. (By the way, I meant to write OS-X, not iOS, of course) -Boris On Tue, Nov 1, 2016 at 8:24 PM, Nate McCall

Re: Many failing unit tests, prior to any changes. NoSuchFieldError: rpc_port

2016-11-01 Thread Nate McCall
Hi Boris, Did you see this section on the site: http://cassandra.apache.org/doc/latest/development/ide.html#setting-up-cassandra-in-intellij-idea I've not had a problem setting everything up in IntelliJ following that process. On Wed, Nov 2, 2016 at 3:04 AM, BORIS MELAMED

Many failing unit tests, prior to any changes. NoSuchFieldError: rpc_port

2016-11-01 Thread BORIS MELAMED
Hello, (If there is a more appropriate channel for posing my question, please point me to it.) I have created my own fork of the Cassandra trunk, and prior to making any changes, have built and run 'build - test' in my IDEA env, iOS. I'm getting: Ant build completed with 296 errors and 792