Re: Re: Fwd: Fail running Tweet Feed on Cluster of 16 nodes (while succeed on 4 nodes)

2016-10-13 Thread 李文海
Xikui, Ok, many thanks. At2016-10-14 12:16:35,李文海wrote: > @Wenhai, > > I think that error only appears in socket feed test cases? In most of the > socket test cases, the socket server port are set to '10001'. > > Best, > Xikui > > On Thu, Oct 13, 2016 at 9:06 PM, 李文海 wrote: > > > > > Similar

Re: Fail running Tweet Feed on Cluster of 16 nodes (while succeed on 4 nodes)

2016-10-13 Thread Mike Carey
+dev @Xikui: Can you help Mingda? On 10/13/16 7:45 PM, mingda li wrote: Hi, Recently, I am trying to run the data feed query on a cluster of 16 nodes. All the query run well without error. But each time after I disconnect the feed, there is none of tweet data stored in dataverse. However,

Re: Fwd: Fail running Tweet Feed on Cluster of 16 nodes (while succeed on 4 nodes)

2016-10-13 Thread Xikui Wang
@Wenhai, I think that error only appears in socket feed test cases? In most of the socket test cases, the socket server port are set to '10001'. Best, Xikui On Thu, Oct 13, 2016 at 9:06 PM, 李文海 wrote: > > Similar issue arose in our cluster. BTW, we got a series of feed error in > a server whil

Re: Fwd: Fail running Tweet Feed on Cluster of 16 nodes (while succeed on 4 nodes)

2016-10-13 Thread 李文海
Similar issue arose in our cluster. BTW, we got a series of feed error in a server while running the executionTest in the eclipse. Is there port competition between our feed and the other application? what's the default port of the feed? Best > -Original Messages- > From: "mingda li"

Fwd: Fail running Tweet Feed on Cluster of 16 nodes (while succeed on 4 nodes)

2016-10-13 Thread mingda li
Hi, Recently, I am trying to run the data feed query on a cluster of 16 nodes. All the query run well without error. But each time after I disconnect the feed, there is none of tweet data stored in dataverse. However, when I try to run other AQL queries, the cluster can work well. And I have ever

Jenkins build became unstable: asterix-integration-tests 03e44a57

2016-10-13 Thread Asterix build server
See

Re: What's the best way to execute only a single test in ExecutionTest

2016-10-13 Thread abdullah alamoudi
I added it to cleanup between tests since frequently, adding a new test case becomes a considerable amount of work to cleanup leftovers from previous tests. In addition, it prints out a list of tests that have left some data at the end of running all the test cases. Cheers, Abdullah. > On Oct

Jenkins build is back to stable : asterix-integration-tests 4d7899dd

2016-10-13 Thread Asterix build server
See

Re: What's the best way to execute only a single test in ExecutionTest

2016-10-13 Thread Till Westmann
Who knows what "get daversename" does and why we need to run it anyway? Cheers, Till On 13 Oct 2016, at 14:14, Taewoo Kim wrote: > In the past, usually I modified executeTest() of TestExecutor class to > bypass another test cases by checking cUnit.getName() method and execute > only one test cas

Jenkins build became unstable: asterix-integration-tests 48a506b8

2016-10-13 Thread Asterix build server
See

Re: How to set the lsm component size?

2016-10-13 Thread Jianfeng Jia
Nice! > On Oct 13, 2016, at 2:56 PM, Taewoo Kim wrote: > > The explanation changes for the two parameters have been merged into the > master. > > https://asterix-gerrit.ics.uci.edu/#/c/1281/3/asterixdb/asterix-installer/src/main/resources/conf/asterix-configuration.xml > > Best, > Taewoo > > O

Re: How to set the lsm component size?

2016-10-13 Thread Taewoo Kim
The explanation changes for the two parameters have been merged into the master. https://asterix-gerrit.ics.uci.edu/#/c/1281/3/asterixdb/asterix-installer/src/main/resources/conf/asterix-configuration.xml Best, Taewoo On Mon, Sep 12, 2016 at 5:02 PM, Taewoo Kim wrote: > Thanks to Sattam, here

Re: What's the best way to execute only a single test in ExecutionTest

2016-10-13 Thread Taewoo Kim
@Yingyi and @Chris: Thanks. I will try. Best, Taewoo On Thu, Oct 13, 2016 at 2:20 PM, Chris Hillery wrote: > mvn verify -Dtest=ExecutionTest -Dtestre=foo > > will only run tests that match the regular expression "foo". > > Ceej > aka Chris Hillery > > > > On Thu, Oct 13, 2016 at 2:16 PM, Yingyi

Re: What's the best way to execute only a single test in ExecutionTest

2016-10-13 Thread Chris Hillery
mvn verify -Dtest=ExecutionTest -Dtestre=foo will only run tests that match the regular expression "foo". Ceej aka Chris Hillery On Thu, Oct 13, 2016 at 2:16 PM, Yingyi Bu wrote: > Put the test into only.xml or only_sqlpp.xml? > > > On Thu, Oct 13, 2016 at 2:14 PM, Taewoo Kim wrote: > > > I

Re: What's the best way to execute only a single test in ExecutionTest

2016-10-13 Thread Yingyi Bu
Put the test into only.xml or only_sqlpp.xml? On Thu, Oct 13, 2016 at 2:14 PM, Taewoo Kim wrote: > In the past, usually I modified executeTest() of TestExecutor class to > bypass another test cases by checking cUnit.getName() method and execute > only one test case. However, nowadays, even if I

What's the best way to execute only a single test in ExecutionTest

2016-10-13 Thread Taewoo Kim
In the past, usually I modified executeTest() of TestExecutor class to bypass another test cases by checking cUnit.getName() method and execute only one test case. However, nowadays, even if I apply this logic, still some parts ("get daversename") for each test (1,300) are executed anyway. Does an

Re: Metadata Dependencies

2016-10-13 Thread Steven Jacobs
For example, the "Channel" Metadata Dataset includes the following fields: (plus others) When deleting a dataset, we need to know that "Channel" has a BLOCKING dependency on dataset through both and When deleting a dataverse, we need to know that "Channel" has a CHAINING dependency on dataverse

Re: Metadata Dependencies

2016-10-13 Thread Mike Carey
Do we absolutely need that fine level of granularity? (Maybe a few examples would help.) On 10/13/16 11:40 AM, Steven Jacobs wrote: I lean towards B as well. The interesting question is how to succinctly store the dependency field information in this catalog, i.e. I have these fields which co

Re: Metadata Dependencies

2016-10-13 Thread Steven Jacobs
I lean towards B as well. The interesting question is how to succinctly store the dependency field information in this catalog, i.e. I have these fields which correspond to the primary key fields of this other metadata dataset. Steven On Wednesday, October 12, 2016, Mike Carey wrote: > Got it.