Re: [Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-01 Thread William Allen Simpson
On 9/1/17 6:09 PM, Frank Filz wrote: Lately, we have been plagued by a lot of intermittent test failures. I have seen intermittent failures in pynfs WRT14, WRT15, and WRT16. These have not been resolved by the latest ntirpc pullup. Details? What's WRT16? My pynfs results say: WRT13

[Nfs-ganesha-devel] Intermittent test failures - manual tests and continuous integration

2017-09-01 Thread Frank Filz
Lately, we have been plagued by a lot of intermittent test failures. I have seen intermittent failures in pynfs WRT14, WRT15, and WRT16. These have not been resolved by the latest ntirpc pullup. Additionally, we see a lot of intermittent failures in the continuous integration. A big issue with

[Nfs-ganesha-devel] Announce Push of V2.6-dev.7

2017-09-01 Thread Frank Filz
Branch next Tag:V2.6-dev.7 NOTE: This release contains a libntirpc pullup, please update your submodule Release Highlights * libntirpc pulluo * Removing non-support_ex code paths * Fixup callback infrastructure to work for both 4.0 and 4.1 with delegations (note: this does not in itself

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: V2.6-dev.7

2017-09-01 Thread GerritHub
>From Frank Filz : Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/376849 Change subject: V2.6-dev.7 .. V2.6-dev.7 Change-Id: I6b049361f205e662551d382750766dddfc090652

Re: [Nfs-ganesha-devel] V2.6 WRT14

2017-09-01 Thread Malahal Naineni
Hopefully, it fixes this valgrind warning I just got: ==17120== Thread 13: ==17120== Conditional jump or move depends on uninitialised value(s) ==17120==at 0x6886A15: svc_vc_recv (svc_vc.c:745) ==17120==by 0x6883573: svc_rqst_xprt_task (svc_rqst.c:683) ==17120==by 0x68839F3:

Re: [Nfs-ganesha-devel] Crash in TIRPC with Ganesha 2.6-dev.5

2017-09-01 Thread Malahal Naineni
Thank you Bill. Hope we can get it back ported to V2.5 as well. Regards, Malahal. On Fri, Sep 1, 2017 at 4:15 PM, William Allen Simpson < william.allen.simp...@gmail.com> wrote: > On 8/31/17 5:42 PM, William Allen Simpson wrote: > >> On 8/31/17 12:17 PM, Pradeep wrote: >> >>> Thanks Dan and

Re: [Nfs-ganesha-devel] V2.6 WRT14

2017-09-01 Thread Daniel Gryniewicz
On 09/01/2017 07:09 AM, William Allen Simpson wrote: On 8/30/17 1:34 PM, William Allen Simpson wrote: On 8/28/17 1:23 AM, Frank Filz wrote: WRT14 is the test that failed that made me kick Bill’s patch out of dev.5, then I couldn’t get it to fail again, so I included the patch in dev.6.

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: (libntirpc) update pull request #70 & #71

2017-09-01 Thread GerritHub
>From : william.allen.simp...@gmail.com has uploaded this change for review. ( https://review.gerrithub.io/376771 Change subject: (libntirpc) update pull request #70 & #71 .. (libntirpc)

[Nfs-ganesha-devel] V2.6 WRT14

2017-09-01 Thread William Allen Simpson
On 8/30/17 1:34 PM, William Allen Simpson wrote: On 8/28/17 1:23 AM, Frank Filz wrote: WRT14 is the test that failed that made me kick Bill’s patch out of dev.5, then I couldn’t get it to fail again, so I included the patch in dev.6. Since it turned out not to be a dev.5 issue.  Malahal is

Re: [Nfs-ganesha-devel] Crash in TIRPC with Ganesha 2.6-dev.5

2017-09-01 Thread William Allen Simpson
On 8/31/17 5:42 PM, William Allen Simpson wrote: On 8/31/17 12:17 PM, Pradeep wrote: Thanks Dan and Bill for the quick response. As Dan suggested, is moving svc_rqst_xprt_register() to the end​ of svc_vc_rendezvous()​ the right​ fix? Partly.  Also needs checking the error return.