From vpapnoi at redhat.com Tue Jun 11 14:15:21 2019 From: vpapnoi at redhat.com (Vinayak Papnoi) Date: Tue, 11 Jun 2019 19:45:21 +0530 Subject: [automated-testing] glusto test failing at centos.ci during first setup of volume Message-ID: Hi, I am trying to verify my patches [1] and [2] with CentOS-CI and those patches are failing during setup. I have tried to run those tests in my local machines and those run successfully. Can someone help me out with this? I am unsure if it is something on my part that has gone wrong. [1] https://review.gluster.org/#/c/glusto-tests/+/22841/ [2] https://review.gluster.org/#/c/glusto-tests/+/22853/ Thanks & Regards, Vinayak Papnoi Associate Quality Engineer Red Hat vpapnoi at redhat.com M: 91-9702904495 IM: vpapnoi -------------- next part -------------- An HTML attachment was scrubbed... URL: From vpapnoi at redhat.com Tue Jun 11 17:16:10 2019 From: vpapnoi at redhat.com (Vinayak Papnoi) Date: Tue, 11 Jun 2019 22:46:10 +0530 Subject: [automated-testing] glusto test failing at centos.ci during first setup of volume In-Reply-To: References: Message-ID: Update: After rebasing [1] and re-triggering the CentOS-CI job, the tests seemed to pass until the setup of 'dispersed' volume with 'cifs' protocol. The CI job can be found at [2]. [1] https://review.gluster.org/#/c/glusto-tests/+/22853/ [2] https://ci.centos.org/job/gluster_glusto-patch-check/1426/console Thanks & Regards, Vinayak Papnoi Associate Quality Engineer Red Hat vpapnoi at redhat.com M: 91-9702904495 IM: vpapnoi On Tue, Jun 11, 2019 at 7:45 PM Vinayak Papnoi wrote: > Hi, > > I am trying to verify my patches [1] and [2] with CentOS-CI and those > patches are failing during setup. I have tried to run those tests in my > local machines and those run successfully. > > Can someone help me out with this? I am unsure if it is something on my > part that has gone wrong. > > [1] https://review.gluster.org/#/c/glusto-tests/+/22841/ > [2] https://review.gluster.org/#/c/glusto-tests/+/22853/ > > Thanks & Regards, > > Vinayak Papnoi > > Associate Quality Engineer > > Red Hat > > vpapnoi at redhat.com > M: 91-9702904495 IM: vpapnoi > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bmekala at redhat.com Wed Jun 12 14:13:11 2019 From: bmekala at redhat.com (Bala Konda Reddy Mekala) Date: Wed, 12 Jun 2019 19:43:11 +0530 Subject: [automated-testing] glusto test failing at centos.ci during first setup of volume In-Reply-To: References: Message-ID: The test failed because of volume export failed with smb share. 2019-06-11 18:11:30,405 INFO (share_volume_over_smb) Successfully set 'storage.batch-fsync-delay-usec' to 0 on testvol_distributed-dispersed 2019-06-11 18:11:30,405 INFO (run) root at 172.19.2.93 (cp): smbclient -L localhost -U | grep -i -Fw gluster-testvol_distributed-dispersed 2019-06-11 18:11:30,405 DEBUG (_get_ssh_connection) Retrieved connection from cache: root at 172.19.2.93 2019-06-11 18:11:30,711 INFO (_log_results) RETCODE (root at 172.19.2.93): 1 2019-06-11 18:11:30,712 ERROR (share_volume_over_smb) volume 'testvol_distributed-dispersed' not accessible via SMB/CIFS share 2019-06-11 18:11:30,712 ERROR (setup_volume) Failed to export volume testvol_distributed-dispersed as SMB Share I'll give further update why it failed on cifs. Thanks, Bala On Tue, Jun 11, 2019 at 10:46 PM Vinayak Papnoi wrote: > Update: > After rebasing [1] and re-triggering the CentOS-CI job, the tests seemed > to pass until the setup of 'dispersed' volume with 'cifs' protocol. > The CI job can be found at [2]. > > [1] https://review.gluster.org/#/c/glusto-tests/+/22853/ > [2] https://ci.centos.org/job/gluster_glusto-patch-check/1426/console > > Thanks & Regards, > > Vinayak Papnoi > > Associate Quality Engineer > > Red Hat > > vpapnoi at redhat.com > M: 91-9702904495 IM: vpapnoi > > > > On Tue, Jun 11, 2019 at 7:45 PM Vinayak Papnoi wrote: > >> Hi, >> >> I am trying to verify my patches [1] and [2] with CentOS-CI and those >> patches are failing during setup. I have tried to run those tests in my >> local machines and those run successfully. >> >> Can someone help me out with this? I am unsure if it is something on my >> part that has gone wrong. >> >> [1] https://review.gluster.org/#/c/glusto-tests/+/22841/ >> [2] https://review.gluster.org/#/c/glusto-tests/+/22853/ >> >> Thanks & Regards, >> >> Vinayak Papnoi >> >> Associate Quality Engineer >> >> Red Hat >> >> vpapnoi at redhat.com >> M: 91-9702904495 IM: vpapnoi >> >> > _______________________________________________ > automated-testing mailing list > automated-testing at gluster.org > https://lists.gluster.org/mailman/listinfo/automated-testing > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rhinduja at redhat.com Mon Jun 17 10:14:24 2019 From: rhinduja at redhat.com (Rahul Hinduja) Date: Mon, 17 Jun 2019 15:44:24 +0530 Subject: [automated-testing] glusto test failing at centos.ci during first setup of volume In-Reply-To: References: Message-ID: Bala, Any update on this? Is this issue resolved? Rahul Hinduja Manager, Quality Engineering Red Hat M: +91-9739986222 IM: @rhinduja On Wed, Jun 12, 2019 at 7:43 PM Bala Konda Reddy Mekala wrote: > The test failed because of volume export failed with smb share. > > 2019-06-11 18:11:30,405 INFO (share_volume_over_smb) Successfully set 'storage.batch-fsync-delay-usec' to 0 on testvol_distributed-dispersed > 2019-06-11 18:11:30,405 INFO (run) root at 172.19.2.93 (cp): smbclient -L localhost -U | grep -i -Fw gluster-testvol_distributed-dispersed > 2019-06-11 18:11:30,405 DEBUG (_get_ssh_connection) Retrieved connection from cache: root at 172.19.2.93 > 2019-06-11 18:11:30,711 INFO (_log_results) RETCODE (root at 172.19.2.93): 1 > 2019-06-11 18:11:30,712 ERROR (share_volume_over_smb) volume 'testvol_distributed-dispersed' not accessible via SMB/CIFS share > 2019-06-11 18:11:30,712 ERROR (setup_volume) Failed to export volume testvol_distributed-dispersed as SMB Share > > I'll give further update why it failed on cifs. > > Thanks, > Bala > > On Tue, Jun 11, 2019 at 10:46 PM Vinayak Papnoi > wrote: > >> Update: >> After rebasing [1] and re-triggering the CentOS-CI job, the tests seemed >> to pass until the setup of 'dispersed' volume with 'cifs' protocol. >> The CI job can be found at [2]. >> >> [1] https://review.gluster.org/#/c/glusto-tests/+/22853/ >> [2] https://ci.centos.org/job/gluster_glusto-patch-check/1426/console >> >> Thanks & Regards, >> >> Vinayak Papnoi >> >> Associate Quality Engineer >> >> Red Hat >> >> vpapnoi at redhat.com >> M: 91-9702904495 IM: vpapnoi >> >> >> >> On Tue, Jun 11, 2019 at 7:45 PM Vinayak Papnoi >> wrote: >> >>> Hi, >>> >>> I am trying to verify my patches [1] and [2] with CentOS-CI and those >>> patches are failing during setup. I have tried to run those tests in my >>> local machines and those run successfully. >>> >>> Can someone help me out with this? I am unsure if it is something on my >>> part that has gone wrong. >>> >>> [1] https://review.gluster.org/#/c/glusto-tests/+/22841/ >>> [2] https://review.gluster.org/#/c/glusto-tests/+/22853/ >>> >>> Thanks & Regards, >>> >>> Vinayak Papnoi >>> >>> Associate Quality Engineer >>> >>> Red Hat >>> >>> vpapnoi at redhat.com >>> M: 91-9702904495 IM: vpapnoi >>> >>> >> _______________________________________________ >> automated-testing mailing list >> automated-testing at gluster.org >> https://lists.gluster.org/mailman/listinfo/automated-testing >> > _______________________________________________ > automated-testing mailing list > automated-testing at gluster.org > https://lists.gluster.org/mailman/listinfo/automated-testing > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rhinduja at redhat.com Tue Jun 18 13:17:14 2019 From: rhinduja at redhat.com (Rahul Hinduja) Date: Tue, 18 Jun 2019 18:47:14 +0530 Subject: [automated-testing] glusto test failing at centos.ci during first setup of volume In-Reply-To: References: Message-ID: Buzz.. On Mon, 17 Jun, 2019, 3:44 PM Rahul Hinduja, wrote: > Bala, > > Any update on this? > Is this issue resolved? > > Rahul Hinduja > > Manager, Quality Engineering > > Red Hat > > > M: +91-9739986222 IM: @rhinduja > > > > On Wed, Jun 12, 2019 at 7:43 PM Bala Konda Reddy Mekala < > bmekala at redhat.com> wrote: > >> The test failed because of volume export failed with smb share. >> >> 2019-06-11 18:11:30,405 INFO (share_volume_over_smb) Successfully set 'storage.batch-fsync-delay-usec' to 0 on testvol_distributed-dispersed >> 2019-06-11 18:11:30,405 INFO (run) root at 172.19.2.93 (cp): smbclient -L localhost -U | grep -i -Fw gluster-testvol_distributed-dispersed >> 2019-06-11 18:11:30,405 DEBUG (_get_ssh_connection) Retrieved connection from cache: root at 172.19.2.93 >> 2019-06-11 18:11:30,711 INFO (_log_results) RETCODE (root at 172.19.2.93): 1 >> 2019-06-11 18:11:30,712 ERROR (share_volume_over_smb) volume 'testvol_distributed-dispersed' not accessible via SMB/CIFS share >> 2019-06-11 18:11:30,712 ERROR (setup_volume) Failed to export volume testvol_distributed-dispersed as SMB Share >> >> I'll give further update why it failed on cifs. >> >> Thanks, >> Bala >> >> On Tue, Jun 11, 2019 at 10:46 PM Vinayak Papnoi >> wrote: >> >>> Update: >>> After rebasing [1] and re-triggering the CentOS-CI job, the tests seemed >>> to pass until the setup of 'dispersed' volume with 'cifs' protocol. >>> The CI job can be found at [2]. >>> >>> [1] https://review.gluster.org/#/c/glusto-tests/+/22853/ >>> [2] https://ci.centos.org/job/gluster_glusto-patch-check/1426/console >>> >>> Thanks & Regards, >>> >>> Vinayak Papnoi >>> >>> Associate Quality Engineer >>> >>> Red Hat >>> >>> vpapnoi at redhat.com >>> M: 91-9702904495 IM: vpapnoi >>> >>> >>> >>> On Tue, Jun 11, 2019 at 7:45 PM Vinayak Papnoi >>> wrote: >>> >>>> Hi, >>>> >>>> I am trying to verify my patches [1] and [2] with CentOS-CI and those >>>> patches are failing during setup. I have tried to run those tests in my >>>> local machines and those run successfully. >>>> >>>> Can someone help me out with this? I am unsure if it is something on my >>>> part that has gone wrong. >>>> >>>> [1] https://review.gluster.org/#/c/glusto-tests/+/22841/ >>>> [2] https://review.gluster.org/#/c/glusto-tests/+/22853/ >>>> >>>> Thanks & Regards, >>>> >>>> Vinayak Papnoi >>>> >>>> Associate Quality Engineer >>>> >>>> Red Hat >>>> >>>> vpapnoi at redhat.com >>>> M: 91-9702904495 IM: vpapnoi >>>> >>>> >>> _______________________________________________ >>> automated-testing mailing list >>> automated-testing at gluster.org >>> https://lists.gluster.org/mailman/listinfo/automated-testing >>> >> _______________________________________________ >> automated-testing mailing list >> automated-testing at gluster.org >> https://lists.gluster.org/mailman/listinfo/automated-testing >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: