Re: Improving test cases

2018-05-26 Thread Prasanth Mathialagan
Thank you Patrick and Norbert. I will work on https://issues.apache.org/jira/browse/ZOOKEEPER-2421. On Sat, May 26, 2018 at 11:40 AM Patrick Hunt wrote: > You need to have the contributor role assigned to your jira login. I just > added it, you should be able to assign

Re: Improving test cases

2018-05-26 Thread Patrick Hunt
You need to have the contributor role assigned to your jira login. I just added it, you should be able to assign yourself to a jira now. Regards, Patrick On Fri, May 25, 2018 at 8:03 PM Prasanth Mathialagan < prasanthmathiala...@gmail.com> wrote: > Thanks Patrick and Brian. I tried to

Re: Improving test cases

2018-05-26 Thread Norbert Kalmar
If you have an account on issuea.apache.org, you will have to be granted contributor status on your apache account. I don't know how it's done, but if you give us your jira username, someone will help. On Sat, May 26, 2018 at 5:03 AM Prasanth Mathialagan < prasanthmathiala...@gmail.com> wrote: >

Re: Improving test cases

2018-05-25 Thread Prasanth Mathialagan
Thanks Patrick and Brian. I tried to reproduce the flaky test from https://issues.apache.org/jira/browse/ZOOKEEPER-3040 by running the test locally in a loop but no luck. I will look at the other issues you guys suggested and see if I can fix them. I have a question. How to assign a issue to me?

Re: Improving test cases

2018-05-19 Thread Patrick Hunt
There are a bunch of flaky tests, here's a list if you're looking for high impact activities: http://bit.ly/2x5iV6z We also have a dashboard for flaky tests if you'd like to work on items that are happening recently:

Re: Improving test cases

2018-05-18 Thread Brian Nixon
Hi Prasanth, If you need somewhere to start, ZOOKEEPER-2421 ( https://issues.apache.org/jira/browse/ZOOKEEPER-2421) might be straightforward. :) It's also the case that there are a bunch of bug report jira's that would benefit from someone building a reproducer. For example, ZOOKEEPER-2776 (

Re: Improving test cases

2018-05-16 Thread Prasanth Mathialagan
Thanks Norbert. This is really helpful!! On Wed, May 16, 2018 at 4:16 AM, Norbert Kalmar wrote: > Hi Prasanth, > > Great to hear, welcome to the community! :) > Here is how I started: I forked Apache/ZooKeeper ( > https://github.com/apache/zookeeper) to my own github

Re: Improving test cases

2018-05-16 Thread Norbert Kalmar
Hi Prasanth, Great to hear, welcome to the community! :) Here is how I started: I forked Apache/ZooKeeper ( https://github.com/apache/zookeeper) to my own github repository. You can make the changes on your own fork, for example on master. When you are done, you can create a pull request on

Improving test cases

2018-05-15 Thread Prasanth Mathialagan
Greetings!! I have been working with Zookeeper for a while and I would love to know more and contribute. I got good experience with distributed systems through my Masters in Computer Science. I was thinking that I could improve the test cases or add more tests so that I can understand ZK better