From ubansal at redhat.com Wed Jan 8 06:20:21 2020 From: ubansal at redhat.com (Upasana Bansal) Date: Wed, 8 Jan 2020 11:50:21 +0530 Subject: [automated-testing] CI job 1874 has been running for longer than expected Message-ID: Hi All, The Job [1] is taking longer than expected to run.( Has been running for an hour now). Can someone please abort the run. Thanks, Upasana Bansal QE ENGINEER Red Hat ubansal at redhat.com M: 8123349217 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dkhandel at redhat.com Wed Jan 8 06:38:56 2020 From: dkhandel at redhat.com (Deepshikha Khandelwal) Date: Wed, 8 Jan 2020 12:08:56 +0530 Subject: [automated-testing] CI job 1874 has been running for longer than expected In-Reply-To: References: Message-ID: Can you please provide the correct link. On Wed, Jan 8, 2020 at 11:50 AM Upasana Bansal wrote: > Hi All, > > The Job [1] is taking longer than expected to run.( Has been > running for an hour now). Can someone please abort the run. > > Thanks, > > Upasana Bansal > > QE ENGINEER > > Red Hat > > ubansal at redhat.com > M: 8123349217 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kiyer at redhat.com Wed Jan 8 06:43:36 2020 From: kiyer at redhat.com (Kshithij Iyer) Date: Wed, 8 Jan 2020 12:13:36 +0530 Subject: [automated-testing] CI job 1874 has been running for longer than expected In-Reply-To: References: Message-ID: https://ci.centos.org/job/gluster_glusto-patch-check/1874/ On Wed, Jan 8, 2020 at 12:09 PM Deepshikha Khandelwal wrote: > Can you please provide the correct link. > > On Wed, Jan 8, 2020 at 11:50 AM Upasana Bansal wrote: > >> Hi All, >> >> The Job [1] is taking longer than expected to run.( Has been >> running for an hour now). Can someone please abort the run. >> >> Thanks, >> >> Upasana Bansal >> >> QE ENGINEER >> >> Red Hat >> >> ubansal at redhat.com >> M: 8123349217 >> >> > _______________________________________________ > 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 vpapnoi at redhat.com Tue Jan 21 12:46:36 2020 From: vpapnoi at redhat.com (Vinayak Papnoi) Date: Tue, 21 Jan 2020 18:16:36 +0530 Subject: [automated-testing] Gluster Build checks are failing Message-ID: Hi All, The gluster build checks are failing for the glusto patches [1] & [2] with the following errors: 18:07:56 Successfully installed pip-20.0 18:07:57 Traceback (most recent call last): 18:07:57 File "env/bin/pip", line 11, in 18:07:57 sys.exit(main()) 18:07:57 File "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/cli/main.py", line 73, in main 18:07:57 command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) 18:07:57 File "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/commands/__init__.py", line 96, in create_command 18:07:57 module = importlib.import_module(module_path) 18:07:57 File "/opt/rh/python27/root/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module 18:07:57 __import__(name) 18:07:57 File "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/commands/install.py", line 24, in 18:07:57 from pip._internal.cli.req_command import RequirementCommand 18:07:57 File "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/cli/req_command.py", line 20, in 18:07:57 from pip._internal.operations.prepare import RequirementPreparer 18:07:57 File "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/operations/prepare.py", line 16, in 18:07:57 from pip._internal.distributions import ( 18:07:57 File "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/distributions/__init__.py", line 1, in 18:07:57 from pip._internal.distributions.source import SourceDistribution 18:07:57 ImportError: cannot import name SourceDistribution 18:07:57 Build step 'Execute shell' marked build as failure 18:07:57 Finished: FAILURE The patch build checks were either failing or passing based on the quality of the code but this is the case for any new patch-set now. Can someone please look into this? [1] https://review.gluster.org/#/c/glusto-tests/+/23204/ [2] https://review.gluster.org/#/c/glusto-tests/+/23205/ 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 Jan 21 14:56:26 2020 From: vpapnoi at redhat.com (Vinayak Papnoi) Date: Tue, 21 Jan 2020 20:26:26 +0530 Subject: [automated-testing] Gluster Build checks are failing In-Reply-To: References: Message-ID: Tried to recheck for the patches mentioned. It seems to be working fine now. On Tue, Jan 21, 2020, 18:16 Vinayak Papnoi wrote: > Hi All, > > The gluster build checks are failing for the glusto patches [1] & [2] with > the following errors: > > > > 18:07:56 Successfully installed pip-20.0 > 18:07:57 Traceback (most recent call last): > 18:07:57 File "env/bin/pip", line 11, in > 18:07:57 sys.exit(main()) > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/cli/main.py", > line 73, in main > 18:07:57 command = create_command(cmd_name, isolated=("--isolated" in > cmd_args)) > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/commands/__init__.py", > line 96, in create_command > 18:07:57 module = importlib.import_module(module_path) > 18:07:57 File > "/opt/rh/python27/root/usr/lib64/python2.7/importlib/__init__.py", line 37, > in import_module > 18:07:57 __import__(name) > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/commands/install.py", > line 24, in > 18:07:57 from pip._internal.cli.req_command import RequirementCommand > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/cli/req_command.py", > line 20, in > 18:07:57 from pip._internal.operations.prepare import > RequirementPreparer > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/operations/prepare.py", > line 16, in > 18:07:57 from pip._internal.distributions import ( > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/distributions/__init__.py", > line 1, in > 18:07:57 from pip._internal.distributions.source import > SourceDistribution > 18:07:57 ImportError: cannot import name SourceDistribution > 18:07:57 Build step 'Execute shell' marked build as failure > 18:07:57 Finished: FAILURE > > > The patch build checks were either failing or passing based on the quality > of the code but this is the case for any new patch-set now. Can someone > please look into this? > > [1] https://review.gluster.org/#/c/glusto-tests/+/23204/ > [2] https://review.gluster.org/#/c/glusto-tests/+/23205/ > > 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 vavuthu at redhat.com Wed Jan 22 05:23:38 2020 From: vavuthu at redhat.com (Vijay Bhaskar Reddy Avuthu) Date: Wed, 22 Jan 2020 10:53:38 +0530 Subject: [automated-testing] Gluster Build checks are failing In-Reply-To: References: Message-ID: Above issue is due to new pip version 20.0 ( Issue ) and its addressed in 20.0.1 Regards, VJ On Tue, Jan 21, 2020 at 6:17 PM Vinayak Papnoi wrote: > Hi All, > > The gluster build checks are failing for the glusto patches [1] & [2] with > the following errors: > > > > 18:07:56 Successfully installed pip-20.0 > 18:07:57 Traceback (most recent call last): > 18:07:57 File "env/bin/pip", line 11, in > 18:07:57 sys.exit(main()) > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/cli/main.py", > line 73, in main > 18:07:57 command = create_command(cmd_name, isolated=("--isolated" in > cmd_args)) > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/commands/__init__.py", > line 96, in create_command > 18:07:57 module = importlib.import_module(module_path) > 18:07:57 File > "/opt/rh/python27/root/usr/lib64/python2.7/importlib/__init__.py", line 37, > in import_module > 18:07:57 __import__(name) > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/commands/install.py", > line 24, in > 18:07:57 from pip._internal.cli.req_command import RequirementCommand > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/cli/req_command.py", > line 20, in > 18:07:57 from pip._internal.operations.prepare import > RequirementPreparer > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/operations/prepare.py", > line 16, in > 18:07:57 from pip._internal.distributions import ( > 18:07:57 File > "/home/jenkins/root/workspace/glusto-tests-lint/env/lib/python2.7/site-packages/pip/_internal/distributions/__init__.py", > line 1, in > 18:07:57 from pip._internal.distributions.source import > SourceDistribution > 18:07:57 ImportError: cannot import name SourceDistribution > 18:07:57 Build step 'Execute shell' marked build as failure > 18:07:57 Finished: FAILURE > > > The patch build checks were either failing or passing based on the quality > of the code but this is the case for any new patch-set now. Can someone > please look into this? > > [1] https://review.gluster.org/#/c/glusto-tests/+/23204/ > [2] https://review.gluster.org/#/c/glusto-tests/+/23205/ > > 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 kiyer at redhat.com Wed Jan 22 07:26:29 2020 From: kiyer at redhat.com (Kshithij Iyer) Date: Wed, 22 Jan 2020 12:56:29 +0530 Subject: [automated-testing] Please Abort job https://ci.centos.org/job/gluster_glusto-patch-check/1937/console Message-ID: Hello, Can anyone please abort this job https://ci.centos.org/job/gluster_glusto-patch-check/1937/console? It seems to be running for quite sometime now. Thanks, kshithij Iyer Associate Quality engineer Red Hat M: +91-9998132289 IM: kiyer @RedHat Red Hat Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From kiyer at redhat.com Wed Jan 22 09:18:36 2020 From: kiyer at redhat.com (Kshithij Iyer) Date: Wed, 22 Jan 2020 14:48:36 +0530 Subject: [automated-testing] Gluster Build system is down for glusto-tests Message-ID: Hello, All the jobs in Gluster Build System for glusto-tests which are failing. Could anyone please look into it? https://build.gluster.org/job/glusto-tests-lint/4820/console Thanks, kshithij Iyer Associate Quality engineer Red Hat M: +91-9998132289 IM: kiyer @RedHat Red Hat Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From saraut at redhat.com Wed Jan 22 09:23:26 2020 From: saraut at redhat.com (Sayalee Raut) Date: Wed, 22 Jan 2020 14:53:26 +0530 Subject: [automated-testing] Gluster Build system is down for glusto-tests In-Reply-To: References: Message-ID: +1 Thanks & Regards, sayalee raut ASSOCIATE QUALITY ENGINEER Red Hat India saraut at redhat.com @redhatjobs redhatjobs @redhatjobs On Wed, Jan 22, 2020 at 2:49 PM Kshithij Iyer wrote: > Hello, > All the jobs in Gluster Build System for glusto-tests which are failing. > Could anyone please look into it? > https://build.gluster.org/job/glusto-tests-lint/4820/console > > Thanks, > > kshithij Iyer > > Associate Quality engineer > > Red Hat > > M: +91-9998132289 IM: kiyer > @RedHat Red Hat > Red Hat > > > > _______________________________________________ > 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 vpapnoi at redhat.com Wed Jan 22 09:23:46 2020 From: vpapnoi at redhat.com (Vinayak Papnoi) Date: Wed, 22 Jan 2020 14:53:46 +0530 Subject: [automated-testing] Gluster Build system is down for glusto-tests In-Reply-To: References: Message-ID: +1 Vinayak Papnoi Associate Quality Engineer Red Hat vpapnoi at redhat.com M: 91-9702904495 IM: vpapnoi On Wed, Jan 22, 2020 at 2:49 PM Kshithij Iyer wrote: > Hello, > All the jobs in Gluster Build System for glusto-tests which are failing. > Could anyone please look into it? > https://build.gluster.org/job/glusto-tests-lint/4820/console > > Thanks, > > kshithij Iyer > > Associate Quality engineer > > Red Hat > > M: +91-9998132289 IM: kiyer > @RedHat Red Hat > Red Hat > > > > _______________________________________________ > 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 sankarshan.mukhopadhyay at gmail.com Wed Jan 22 10:08:19 2020 From: sankarshan.mukhopadhyay at gmail.com (Sankarshan Mukhopadhyay) Date: Wed, 22 Jan 2020 15:38:19 +0530 Subject: [automated-testing] Gluster Build system is down for glusto-tests In-Reply-To: References: Message-ID: Do Deepshikha and Michael know about this already? On Wed, 22 Jan 2020 at 14:48, Kshithij Iyer wrote: > Hello, > All the jobs in Gluster Build System for glusto-tests which are failing. > Could anyone please look into it? > https://build.gluster.org/job/glusto-tests-lint/4820/console > > Thanks, > > kshithij Iyer > > Associate Quality engineer > > Red Hat > > M: +91-9998132289 IM: kiyer > @RedHat Red Hat > Red Hat > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sselvan at redhat.com Wed Jan 22 10:11:20 2020 From: sselvan at redhat.com (Sri Vignesh Selvan) Date: Wed, 22 Jan 2020 15:41:20 +0530 Subject: [automated-testing] Please Abort job 1940 Message-ID: Hi, this job is running for a while now, https://ci.centos.org/job/gluster_glusto-patch-check/1940/console please abort this job 1940 - Regards, SRi VIGNESH SELVAN QUALITY ENGINEER Red Hat T: +91-804612865 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mscherer at redhat.com Wed Jan 22 10:25:05 2020 From: mscherer at redhat.com (Michael Scherer) Date: Wed, 22 Jan 2020 11:25:05 +0100 Subject: [automated-testing] [Gluster-infra] Gluster Build system is down for glusto-tests In-Reply-To: References: Message-ID: <05f1025295ec2c98b85760bb85a719f7b1b69e7e.camel@redhat.com> Le mercredi 22 janvier 2020 ? 15:38 +0530, Sankarshan Mukhopadhyay a ?crit : > Do Deepshikha and Michael know about this already? We didn't it seems to be failling now due to the Centos 8 upgrade, but it was failling for a different reason 2 days ago. We will be working on it. > On Wed, 22 Jan 2020 at 14:48, Kshithij Iyer wrote: > > > Hello, > > All the jobs in Gluster Build System for glusto-tests which are > > failing. > > Could anyone please look into it? > > https://build.gluster.org/job/glusto-tests-lint/4820/console > > > > Thanks, > > > > kshithij Iyer > > > > Associate Quality engineer > > > > Red Hat > > > > M: +91-9998132289 IM: kiyer > > @RedHat Red Hat > > Red Hat > > > > > > _______________________________________________ > Gluster-infra mailing list > Gluster-infra at gluster.org > https://lists.gluster.org/mailman/listinfo/gluster-infra -- Michael Scherer / He/Il/Er/?l Sysadmin, Community Infrastructure -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From vpapnoi at redhat.com Thu Jan 23 09:23:03 2020 From: vpapnoi at redhat.com (Vinayak Papnoi) Date: Thu, 23 Jan 2020 14:53:03 +0530 Subject: [automated-testing] Request to abort the job - 1954 Message-ID: Hi All, The Job [1] has been running for way longer than expected. It needs to be aborted. Can someone please do the needful? [1] https://ci.centos.org/job/gluster_glusto-patch-check/1954/console 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 sankarshan at kadalu.io Thu Jan 30 13:33:40 2020 From: sankarshan at kadalu.io (sankarshan) Date: Thu, 30 Jan 2020 19:03:40 +0530 Subject: [automated-testing] seeking an update on the plans around automated tests and test framework for Gluster Message-ID: I have not seen any meaningful updates about the automated tests and testing framework in the recent times. I'd like to understand whether forward looking plans towards enhancements and sustaining a viable test framework (in this case, Glusto) have been discussed? I'd like to understand whether the Glusto framework has evolved and matured over the period of time it has been part of Gluster and the maintenance lifecycle and governance around the project. /s