Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5Vgx-0004Hq-BY for pgadmin-hackers@arkaria.postgresql.org; Tue, 02 May 2017 11:10:03 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d5Vgw-0003kY-Dw for pgadmin-hackers@arkaria.postgresql.org; Tue, 02 May 2017 11:10:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d5Vgv-0003hq-TI for pgadmin-hackers@postgresql.org; Tue, 02 May 2017 11:10:01 +0000 Received: from mail-it0-x232.google.com ([2607:f8b0:4001:c0b::232]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d5Vgr-0002zG-RP for pgadmin-hackers@postgresql.org; Tue, 02 May 2017 11:10:01 +0000 Received: by mail-it0-x232.google.com with SMTP id e65so7847745ita.1 for ; Tue, 02 May 2017 04:09:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=k6FL0rccZaUQNSIdRKgHcRNjw+KkjjBJT56LnZhokO8=; b=BTmDefpOtfgdjhqOqxzr9W2fRG93dD7RKyeLxdN5YGnwO3btz8E9rF35SzWykaQrut S5rU770aCDWYUsxN3PvEbuDL0TQPoWTbJ+QugxCtpHmsSN0hzz6owrsWNhMXLl3YybN2 raKu7TwgeiucvNNdxAYJhOkYbgumtglSd/12XMEnLHutnvEKvh2ex/PL+LAQ+bDimKtC bSU0QLCePyDEJjF3aijkJC9k+KYpPkPYjH6ncISwbDpuOum5h3he9hRZSU+vSd6oaIvg tQKe8/VdTmJOPQeX6dYCU2AWzvkbQ0PlHeSEnN1qWzusbNaOAwQIbJ7bUX63xngQ+E6Z HYzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=k6FL0rccZaUQNSIdRKgHcRNjw+KkjjBJT56LnZhokO8=; b=WjaM9K14iaLbv0hvW4r9jHW5jsgkCJvSvW6CodwXVgn0wXthjdnwmuYfVRMMeSLGc0 +GXXccUOIkcPZNZq3BRWvC43rcNfaeJMucLdxXZSdivd6CdB5skCFCxf/oFEa1pO9nLy Sh9pH4y/kWwQ3NQfXLcYT0GqXhoM3+DHE/a8tRRYcmHPgpiioq++ES5DuesFb37qfGNT /7ZuNL69PoDD7NmBrCcTw76zHRTFa2tbzptA7xaHQ87ZlgHU/6aZN2S4te6x9r3xkWhm Q6y43IjeYoxkpH1xHgIqwI/hSCg+7eVGmcAFWbeq0gK9nd0QvALUhHjEimAiWYP+3MWb c83Q== X-Gm-Message-State: AN3rC/58anzkcfzddNkzi1Ld9AWm4APoxSz7j6ZyxvUqVl8grpByFVem f98dBRNpz4rn3jqSmqT8hDDAxR5YTQ== X-Received: by 10.36.30.1 with SMTP id 1mr2265613itt.43.1493723395766; Tue, 02 May 2017 04:09:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.167 with HTTP; Tue, 2 May 2017 04:09:55 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 2 May 2017 12:09:55 +0100 Message-ID: Subject: Re: pgAdmin4: Test-suite OS compatability issue To: Navnath Gadakh Cc: pgadmin-hackers , Kanchan Mohitey , Ikram Khan Content-Type: multipart/alternative; boundary=001a1145c14c65d700054e889404 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a1145c14c65d700054e889404 Content-Type: text/plain; charset=UTF-8 Hi When testing on Mac, the testsuite never exits with this patch applied. It just hangs after printing the result summary. On Fri, Apr 28, 2017 at 2:51 PM, Navnath Gadakh < navnath.gadakh@enterprisedb.com> wrote: > Hi Dave, > > Please find the patch for OS compatability issue of test-suite. > > *Code Changes:* > > 1. Minor code changes done related to os module in > *pgadmin4/web/regression/feature_utils/app_starter.py* > 2. Code added in pgadmin4/*web/pgadmin/utils/tests/test_versioned_template_loader.py > *to handle path for SQL file. > 3. Code added to convert unicode to string in some .py files. > > *Note:* > With python2.6.6 test-suite is failed to execute. I have > created the RM 2367 > > Thank you! > > > > -- > Regards, > Navnath Gadakh > > EnterpriseDB Corporation > The Enterprise PostgreSQL Company > > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a1145c14c65d700054e889404 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi

When testing on Mac, the testsuite n= ever exits with this patch applied. It just hangs after printing the result= summary.

On Fri, Apr 28, 2017 at 2:51 PM, Navnath Gadakh <<= a href=3D"mailto:navnath.gadakh@enterprisedb.com" target=3D"_blank">navnath= .gadakh@enterprisedb.com> wrote:
Hi Dave,

=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0Please find the patch for=C2=A0OS compatability issue of test-sui= te.

Code Changes:

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 1. Minor code changes done rela= ted to os module in pgadmin4/web/regression/feature_utils/app_start= er.py
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 2. Code added in pgadmin4/web/pgadmin/utils/= tests/test_versioned_template_loader.py to handle path for SQ= L file.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3. Code added to conver= t unicode to string in some .py files.

Note:
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0With python2.6.6 test-su= ite is failed to execute. I have created the RM=C2=A02367
=C2=A0=
Than= k you!



--
Regards,<= br>
Navnath Gadakh

EnterpriseDB CorporationThe Enterprise PostgreSQL Company




--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-ha= ckers




--
--001a1145c14c65d700054e889404--