Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jP0YS-0005dy-Rp for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Apr 2020 09:11:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jP0YR-0003FA-OR for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Apr 2020 09:11:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jP0YR-0003Ex-Df for pgadmin-hackers@lists.postgresql.org; Thu, 16 Apr 2020 09:11:27 +0000 Received: from mail-ej1-x636.google.com ([2a00:1450:4864:20::636]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jP0YO-0003xo-My for pgadmin-hackers@postgresql.org; Thu, 16 Apr 2020 09:11:27 +0000 Received: by mail-ej1-x636.google.com with SMTP id x1so770399ejd.8 for ; Thu, 16 Apr 2020 02:11:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=63Zm11IOS8lTYQh8XFi++r7qaJ5xlcAw+XiVQ5U/9aY=; b=pYKTQzG4/UpWS3HfIAhWOOgEp1vm5x0zd627YFpgJDBxiBmlvboa37r4pUirL4FgJI D2O4nA1VL3VHOxF4Ps0YXZi2Ul/BeSVPy0BFBJoH/Y0uSvzW14Z7WSvuJsz/2nwxEvbc 4OTewg9wTID7CuB4V4A+asjMge4iatQHCJBl7wuIV/K0VrY+zn0p6eVn13gq0elgCJoU 5UaSKp+AUSDub38tL/H9rakIyhnF/PG1E1YyzLCAxjidhAmqthYdheobOgH8QhICVKFW 4uDwy5YKldgFvS7jH9v2FqPOrX5gsw2MzuCRVtXpLg4bd4FV75HVBaejGJajxKqCxJYx DPEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=63Zm11IOS8lTYQh8XFi++r7qaJ5xlcAw+XiVQ5U/9aY=; b=GRb3h5ZA3XkMF4rKbTB5CAaQQuWXDNuQi1H1uvvXqGly330Ab3kFQb4SBu6jY1399A rE1V1xZSbYbvOk2fEE5/XEbvgOyuh3AY0e52lQDQOY6SyQ0C96+9K+GIle1U15sv4LTQ b9aOyOgB3SvVlvkobV07An0pAzpoPVkk5npOmobST0Psu8hFUvOy35uNsVEuasAewtjv kP/evnBhirmUte1+x2GjEzuZeUuaMvQLBmJLaDhqpSrB+eXr7ss6bH4+c3mWPtXMDc/z 2U35AHDZuNWiXES4wtp8Erz0hRGMUZc/6Q9vQQPJiLt+mqHnthQKZjZLNUK75dDCMWDP LnwA== X-Gm-Message-State: AGi0Puak2zuVpQ/a6foWflA3mYay5o+RC5nzcwiG/TPZdlxUB13RNk18 nDvJgP04zwcH5vjBE7WkeXvIWpQq6aktA86eKO3tnw== X-Google-Smtp-Source: APiQypKLG2vUU6nHA55AvpOeQWpKMi+9qSxqHSySyA2Y1PrJWlZwShSTKF3Ex4uz219SMlAtB4z2HvXI8jOnAcBmcpk= X-Received: by 2002:a17:906:1c8a:: with SMTP id g10mr9216703ejh.342.1587028283394; Thu, 16 Apr 2020 02:11:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: navnath gadakh Date: Thu, 16 Apr 2020 14:40:46 +0530 Message-ID: Subject: Re: [pgAdmin 4 - Housekeeping #5255] Implement Selenium Grid using multi-threading & solenoid using current test framework To: Akshay Joshi Cc: pgadmin-hackers , Yogesh Mahajan Content-Type: multipart/alternative; boundary="00000000000014abff05a364d1ec" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000014abff05a364d1ec Content-Type: text/plain; charset="UTF-8" Hi, I think I am not the right person to review this patch now as I already reviewed this code offline in the last week. I know the approached Yogesh has followed, also given some review comments on it. Someone else please review it. Thanks! On Mon, Apr 13, 2020 at 2:49 PM Akshay Joshi wrote: > Hi Navnath > > Can you please review it? > > On Mon, Apr 13, 2020 at 2:40 PM Yogesh Mahajan < > yogesh.mahajan@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch for running *features tests* using >> solenoid(selenium grid + docker). >> KIndly review. >> To sun feature tests in parallel, required prerequisites can be checked >> in '~/web/regression/README' file. >> Also detailed instructions are added in the same file. >> After applying the patch, any existing process for execution of >> API/Features tests remains the same. >> >> >> Thanks, >> Yogesh Mahajan >> QA - Team >> EnterpriseDB Corporation >> >> Phone: +91-9741705709 >> > > > -- > *Thanks & Regards* > *Akshay Joshi* > > *Sr. Software Architect* > *EnterpriseDB Software India Private Limited* > *Mobile: +91 976-788-8246* > -- Regards, Navnath Gadakh --00000000000014abff05a364d1ec Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I think I am not the right person to review this patc= h now as I already reviewed this code offline in the last week. I know the= =C2=A0approached Yogesh has followed, also given some review comments on it= .
Someone else please review it.=C2=A0

Thanks!
On Mon, A= pr 13, 2020 at 2:49 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Navnath
=
Can you please review it?

On Mon, Apr 13, 2020 at 2:40 = PM Yogesh Mahajan <yogesh.mahajan@enterprisedb.com> wrote:
Hi,

Please find the attached=C2=A0patch for runnin= g features tests using solenoid(selenium=C2=A0grid + docker).
<= div>KIndly review.
To sun feature tests in parallel, required pre= requisites can be checked in '~/web/regression/README' file.
<= div>Also detailed=C2=A0instructions are added in the same=C2=A0file.
<= div>After applying the patch, any existing process for execution of API/Fea= tures=C2=A0tests remains the same.


Thanks,
Yogesh Mahajan<= /div>
QA - Team
EnterpriseDB Corporation

Phone: += 91-9741705709


--
Thanks & Regards
Akshay Joshi
<= font color=3D"#3333FF">Sr. Software Architect=
<= font color=3D"#000000" face=3D"arial, sans-serif">EnterpriseDB Software = India Private Limited
Mobile: +91 976-788-8246=


--
Regards,
<= span>Navnath Gadakh
--00000000000014abff05a364d1ec--