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 1pwicJ-00021S-89 for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 May 2023 12:08:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pwicH-0000oX-Oy for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 May 2023 12:08:21 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pwicG-0000oO-Ce for pgadmin-hackers@lists.postgresql.org; Wed, 10 May 2023 12:08:21 +0000 Received: from mail-ed1-x535.google.com ([2a00:1450:4864:20::535]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1pwicB-001Ylg-VO for pgadmin-hackers@postgresql.org; Wed, 10 May 2023 12:08:18 +0000 Received: by mail-ed1-x535.google.com with SMTP id 4fb4d7f45d1cf-50bd37ca954so68312684a12.0 for ; Wed, 10 May 2023 05:08:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; t=1683720493; x=1686312493; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=LLXX+KMuOgmHS5+qq1J5gAwbrmxH2n/OFE3ZGyDbEso=; b=br6oEFiyeWFi8KwBLDQTCb8RpiVrnl9EtdmsY2986Q4EcC1z0r3sQCSJbcbJudw3JJ b/P942s/+P4AOMyBdEp1IXM9SK09hZBAYM9/2JZDUuyC9WUPhUEkDXs8XNjvVcE97kTP B8QPrukSF+mqtFSADiCvP7zMdSGVLVjF5AjGR51iS0+dwIdYrL7F1X14XBOMWGLBSw7M l75pcQEH49Ri0adnR2dC/1i/2qCN2CgGg7QtiSuowob6jagAybx/GQhFPBqfynPskx1i sL5gS16IbTMUPjSWY/3/r63dSaw0/xrwz3exVB56/B8sUsNmIP4376+aO/KGFrXIpcff cygQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683720493; x=1686312493; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=LLXX+KMuOgmHS5+qq1J5gAwbrmxH2n/OFE3ZGyDbEso=; b=fW8a+13WJDXhiWk6XDaNJwXuOLon1vVS55sqGW4ixvW6/gF3tCC632kDr/MAsjf3U5 mBJwubCerCIzsjVXUJ5tQD5YWhvqXXtVFaw2csFx142wFKZEjN5lfKK/vXC3otmOoBPI CgNPzmADOYuDGXyeZFMifMNdaWWpzmS+UwzJfMiagWSiXS29kKa2GdLIrQ6FZr5/vmUw /ud1FZE0Ww0DoBlkx1c5jvx40Puy1ODrcuf1vMnPZaFoI6ublRmP9mDkVDuzdNy7CiMD ArsHENFl7Nig18zcyb2UFXeri268yiJw2eeGQAcnLIbvDaR0Do4jyZ/ldHrnHcemeTXc R+sw== X-Gm-Message-State: AC+VfDxOE0GNtdiQ9bhsmR9hPCnKi2TT4ORquAnFzvnT0SeqDmyK2/pC 72f6Afck5gNHCJ28FVAkIHi05JV8GN1ngzr4wYof20aAqfgraPZhJBo8ng== X-Google-Smtp-Source: ACHHUZ7LMjWOcpBBBxj4iLFB8/vQyOjz4s72nIuMA0tr9BskeNhAK/lVwlo1IZu4dgPoP+eLoPOWBHSO9CHqmgsdVNQ= X-Received: by 2002:a17:907:36c7:b0:94e:f3d5:e4f8 with SMTP id bj7-20020a17090736c700b0094ef3d5e4f8mr13665883ejc.37.1683720492654; Wed, 10 May 2023 05:08:12 -0700 (PDT) MIME-Version: 1.0 From: Dave Page Date: Wed, 10 May 2023 13:08:01 +0100 Message-ID: Subject: Feature tests on M1 Mac fail To: pgadmin-hackers Cc: Yogesh Mahajan Content-Type: multipart/alternative; boundary="000000000000ddb7ff05fb55b9f4" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000ddb7ff05fb55b9f4 Content-Type: text/plain; charset="UTF-8" I get the following errors when trying to run the feature tests on an M1 Mac, with Python 3.8 through 3.11. The Python 3.9 failure seems to be a known issue with eventlet (though, our tests should still be able to run), and whilst the others can be fixed with the strategic addition of a .decode('UTF-8'), it does beg the question "how do these tests pass on our buildfarm". Yogesh, can you take a look please? ############ ~/git/pgadmin4/web % workon pgadmin4-py38 ~/git/pgadmin4/web % python regression/runtests.py --pkg feature_tests 2023-05-10 12:49:05,666: INFO pgadmin: ######################################################## 2023-05-10 12:49:05,666: INFO pgadmin: Starting pgAdmin 4 v7.1... 2023-05-10 12:49:05,666: INFO pgadmin: ######################################################## 2023-05-10 12:49:05,666: DEBUG pgadmin: Python syspath: ['/Users/dpage/git/pgadmin4/web/regression', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgadmin4/web/regression', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python38.zip', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload', '/Users/dpage/.virtualenvs/pgadmin4-py38/lib/python3.8/site-packages'] NOTE: Configuring authentication for SERVER mode. 2023-05-10 12:49:06,738: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:06,739: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:06,740: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:07,662: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:07,668: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:07,668: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:07,668: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:08,769: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:08,771: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:08,771: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:08,774: INFO pgadmin: Registering blueprint module: pgAdmin 4 - Application Initialisation ====================================== Starting pgAdmin 4. Please navigate to http://127.0.0.1:34575 in your browser. * Serving Flask app 'pgadmin' * Debug mode: off =============Running the test cases for 'PostgreSQL 15' ============= Traceback (most recent call last): File "regression/runtests.py", line 486, in execute_test test_utils.create_parent_server_node(server_passed) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in create_parent_server_node srv_id = create_server(server_info) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in create_server server['type'] = get_server_type(server) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 1189, in get_server_type if "EnterpriseDB" in version_string: TypeError: a bytes-like object is required, not 'str' a bytes-like object is required, not 'str' Exception in 6208811008 Thread-3 =============Completed the test cases for 'PostgreSQL 15'============= ====================================================================== Test Result Summary ====================================================================== ====================================================================== Please check output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log ~/git/pgadmin4/web % workon pgadmin4-py39 ~/git/pgadmin4/web % python regression/runtests.py --pkg feature_tests 2023-05-10 12:49:30,701: INFO pgadmin: ######################################################## 2023-05-10 12:49:30,701: INFO pgadmin: Starting pgAdmin 4 v7.1... 2023-05-10 12:49:30,701: INFO pgadmin: ######################################################## 2023-05-10 12:49:30,701: DEBUG pgadmin: Python syspath: ['/Users/dpage/git/pgadmin4/web/regression', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgadmin4/web/regression', '/Library/Frameworks/Python.framework/Versions/3.9/lib/python39.zip', '/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9', '/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload', '/Users/dpage/.virtualenvs/pgadmin4-py39/lib/python3.9/site-packages'] NOTE: Configuring authentication for SERVER mode. 2023-05-10 12:49:31,591: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:31,592: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:31,593: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:32,297: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:32,303: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:32,303: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:32,304: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:33,355: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:33,357: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:33,358: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:33,361: INFO pgadmin: Registering blueprint module: pgAdmin 4 - Application Initialisation ====================================== Starting pgAdmin 4. Please navigate to http://127.0.0.1:49511 in your browser. * Serving Flask app 'pgadmin' * Debug mode: off =============Running the test cases for 'PostgreSQL 15' ============= Traceback (most recent call last): File "/Users/dpage/git/pgadmin4/web/regression/runtests.py", line 486, in execute_test test_utils.create_parent_server_node(server_passed) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in create_parent_server_node srv_id = create_server(server_info) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in create_server server['type'] = get_server_type(server) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 1172, in get_server_type connection = get_db_connection( File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 55, in get_db_connection connection = psycopg.connect( File "/Users/dpage/.virtualenvs/pgadmin4-py39/lib/python3.9/site-packages/psycopg/connection.py", line 723, in connect rv = cls._wait_conn( File "/Users/dpage/.virtualenvs/pgadmin4-py39/lib/python3.9/site-packages/psycopg/connection.py", line 972, in _wait_conn return waiting.wait_conn(gen, timeout=timeout) File "/Users/dpage/.virtualenvs/pgadmin4-py39/lib/python3.9/site-packages/psycopg/waiting.py", line 86, in wait_conn sel.register(fileno, s) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/selectors.py", line 527, in register self._selector.control([kev], 0, 0) TypeError: changelist must be an iterable of select.kevent objects changelist must be an iterable of select.kevent objects Exception in 6213283840 Thread-3 =============Completed the test cases for 'PostgreSQL 15'============= ====================================================================== Test Result Summary ====================================================================== ====================================================================== Please check output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log ~/git/pgadmin4/web % workon pgadmin4-py310 ~/git/pgadmin4/web % python regression/runtests.py --pkg feature_tests 2023-05-10 12:49:51,253: INFO pgadmin: ######################################################## 2023-05-10 12:49:51,254: INFO pgadmin: Starting pgAdmin 4 v7.1... 2023-05-10 12:49:51,254: INFO pgadmin: ######################################################## 2023-05-10 12:49:51,254: DEBUG pgadmin: Python syspath: ['/Users/dpage/git/pgadmin4/web/regression', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgadmin4/web/regression', '/Library/Frameworks/Python.framework/Versions/3.10/lib/python310.zip', '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10', '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload', '/Users/dpage/.virtualenvs/pgadmin4-py310/lib/python3.10/site-packages'] NOTE: Configuring authentication for SERVER mode. 2023-05-10 12:49:52,218: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:52,219: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:52,219: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:52,912: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:52,916: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:52,917: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:52,917: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:54,010: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:54,012: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:54,012: INFO pgadmin: Registering blueprint module: 2023-05-10 12:49:54,015: INFO pgadmin: Registering blueprint module: pgAdmin 4 - Application Initialisation ====================================== Starting pgAdmin 4. Please navigate to http://127.0.0.1:53161 in your browser. * Serving Flask app 'pgadmin' * Debug mode: off =============Running the test cases for 'PostgreSQL 15' ============= Traceback (most recent call last): File "/Users/dpage/git/pgadmin4/web/regression/runtests.py", line 486, in execute_test test_utils.create_parent_server_node(server_passed) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in create_parent_server_node srv_id = create_server(server_info) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in create_server server['type'] = get_server_type(server) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 1189, in get_server_type if "EnterpriseDB" in version_string: TypeError: a bytes-like object is required, not 'str' a bytes-like object is required, not 'str' Exception in 6139408384 Thread-3 (execute_test) =============Completed the test cases for 'PostgreSQL 15'============= ====================================================================== Test Result Summary ====================================================================== ====================================================================== Please check output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log ~/git/pgadmin4/web % workon pgadmin4-py311 ~/git/pgadmin4/web % python regression/runtests.py --pkg feature_tests 2023-05-10 12:50:21,962: INFO pgadmin: ######################################################## 2023-05-10 12:50:21,963: INFO pgadmin: Starting pgAdmin 4 v7.1... 2023-05-10 12:50:21,963: INFO pgadmin: ######################################################## 2023-05-10 12:50:21,963: DEBUG pgadmin: Python syspath: ['/Users/dpage/git/pgadmin4/web/regression', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgadmin4/web/regression', '/Library/Frameworks/Python.framework/Versions/3.11/lib/python311.zip', '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11', '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload', '/Users/dpage/.virtualenvs/pgadmin4-py311/lib/python3.11/site-packages'] NOTE: Configuring authentication for SERVER mode. 2023-05-10 12:50:22,483: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:22,484: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:22,484: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:22,947: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:22,951: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:22,951: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:22,951: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:23,568: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:23,569: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:23,570: INFO pgadmin: Registering blueprint module: 2023-05-10 12:50:23,571: INFO pgadmin: Registering blueprint module: pgAdmin 4 - Application Initialisation ====================================== Starting pgAdmin 4. Please navigate to http://127.0.0.1:30355 in your browser. * Serving Flask app 'pgadmin' * Debug mode: off =============Running the test cases for 'PostgreSQL 15' ============= Traceback (most recent call last): File "/Users/dpage/git/pgadmin4/web/regression/runtests.py", line 486, in execute_test test_utils.create_parent_server_node(server_passed) File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in create_parent_server_node srv_id = create_server(server_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in create_server server['type'] = get_server_type(server) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/dpage/git/pgadmin4/web/regression/python_test_utils/test_utils.py", line 1189, in get_server_type if "EnterpriseDB" in version_string: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: a bytes-like object is required, not 'str' a bytes-like object is required, not 'str' Exception in 6212005888 Thread-3 (execute_test) =============Completed the test cases for 'PostgreSQL 15'============= ====================================================================== Test Result Summary ====================================================================== ====================================================================== Please check output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log ############ -- Dave Page Blog: https://pgsnake.blogspot.com Twitter: @pgsnake EDB: https://www.enterprisedb.com --000000000000ddb7ff05fb55b9f4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I get the following errors when trying to run the feature = tests on an M1 Mac, with Python 3.8 through 3.11. The Python 3.9 failure se= ems to be a known issue with eventlet (though, our tests should still be ab= le to run), and whilst the others can be fixed with the strategic addition = of a .decode('UTF-8'), it does beg the question "how do these = tests pass on our buildfarm".

Yogesh, can you take = a look please?

############

~/git/pgadmin4/web=C2=A0 % workon pgadmin4-py38


~/git/pgadm= in4/web=C2=A0 % python r= egression/runtests.py --pkg feature_tests


2023-05-10 = 12:49:05,666: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:49:05,666: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Starting pgAdmin 4 v7.1...

2023-05-10 = 12:49:05,666: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:49:05,666: DEBUG=C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Python syspath: ['/Users/dpage/git/pgadmin4/web/regressio= n', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgad= min4/web/regression', '/Library/Frameworks/Python.framework/Version= s/3.8/lib/python38.zip', '/Library/Frameworks/Python.framework/Vers= ions/3.8/lib/python3.8', '/Library/Frameworks/Python.framework/Vers= ions/3.8/lib/python3.8/lib-dynload', '/Users/dpage/.virtualenvs/pga= dmin4-py38/lib/python3.8/site-packages']

NOTE: Confi= guring authentication for SERVER mode.


2023-05-10 = 12:49:06,738: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AboutModule 'about'= >

2023-05-10 = 12:49:06,739: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AuthenticateModule 'aut= henticate'>

2023-05-10 = 12:49:06,740: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <BrowserModule 'browser&= #39;>

2023-05-10 = 12:49:07,662: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:49:07,668: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:49:07,668: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <HelpModule 'help'&g= t;

2023-05-10 = 12:49:07,668: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <MiscModule 'misc'&g= t;

2023-05-10 = 12:49:08,769: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PreferencesModule 'pref= erences'>

2023-05-10 = 12:49:08,771: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PgAdminModule 'redirect= s'>

2023-05-10 = 12:49:08,771: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <SettingsModule 'setting= s'>

2023-05-10 = 12:49:08,774: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <ToolsModule 'tools'= >

pgAdmin 4 -= Application Initialisation

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Starting pg= Admin 4. Please navigate to http://127.0= .0.1:34575 in your browser.

=C2=A0* Serving Flask app 'pgad= min'

=C2=A0* Debug mode: off


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DRunning the test cases for 'PostgreSQL 15= ' =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Traceback (= most recent call last):

=C2=A0 File "regression/runtes= ts.py", line 486, in execute_test

=C2=A0 =C2=A0 test_utils.create_par= ent_server_node(server_passed)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in= create_parent_server_node

=C2=A0 =C2=A0 srv_id =3D create_ser= ver(server_info)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in= create_server

=C2=A0 =C2=A0 server['type'= ] =3D get_server_type(server)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 1189, i= n get_server_type

=C2=A0 =C2=A0 if "EnterpriseDB= " in version_string:

TypeError: = a bytes-like object is required, not 'str'

a bytes-lik= e object is required, not 'str'

Exception i= n 6208811008 Thread-3


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DCompleted the test cases for 'PostgreSQL = 15'=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Test Result= Summary

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Please chec= k output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log



~/git/pgadm= in4/web=C2=A0 % workon p= gadmin4-py39


~/git/pgadm= in4/web=C2=A0 % python r= egression/runtests.py --pkg feature_tests


2023-05-10 = 12:49:30,701: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:49:30,701: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Starting pgAdmin 4 v7.1...

2023-05-10 = 12:49:30,701: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:49:30,701: DEBUG=C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Python syspath: ['/Users/dpage/git/pgadmin4/web/regressio= n', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgad= min4/web/regression', '/Library/Frameworks/Python.framework/Version= s/3.9/lib/python39.zip', '/Library/Frameworks/Python.framework/Vers= ions/3.9/lib/python3.9', '/Library/Frameworks/Python.framework/Vers= ions/3.9/lib/python3.9/lib-dynload', '/Users/dpage/.virtualenvs/pga= dmin4-py39/lib/python3.9/site-packages']

NOTE: Confi= guring authentication for SERVER mode.


2023-05-10 = 12:49:31,591: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AboutModule 'about'= >

2023-05-10 = 12:49:31,592: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AuthenticateModule 'aut= henticate'>

2023-05-10 = 12:49:31,593: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <BrowserModule 'browser&= #39;>

2023-05-10 = 12:49:32,297: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:49:32,303: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:49:32,303: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <HelpModule 'help'&g= t;

2023-05-10 = 12:49:32,304: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <MiscModule 'misc'&g= t;

2023-05-10 = 12:49:33,355: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PreferencesModule 'pref= erences'>

2023-05-10 = 12:49:33,357: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PgAdminModule 'redirect= s'>

2023-05-10 = 12:49:33,358: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <SettingsModule 'setting= s'>

2023-05-10 = 12:49:33,361: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <ToolsModule 'tools'= >

pgAdmin 4 -= Application Initialisation

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Starting pg= Admin 4. Please navigate to http://127.0= .0.1:49511 in your browser.

=C2=A0* Serving Flask app 'pgad= min'

=C2=A0* Debug mode: off


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DRunning the test cases for 'PostgreSQL 15= ' =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Traceback (= most recent call last):

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/runtests.py", line 486, in execute_test

=C2=A0 =C2=A0 test_utils.create_par= ent_server_node(server_passed)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in= create_parent_server_node

=C2=A0 =C2=A0 srv_id =3D create_ser= ver(server_info)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in= create_server

=C2=A0 =C2=A0 server['type'= ] =3D get_server_type(server)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 1172, i= n get_server_type

=C2=A0 =C2=A0 connection =3D get_db= _connection(

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 55, in = get_db_connection

=C2=A0 =C2=A0 connection =3D psycop= g.connect(

=C2=A0 File "/Users/dpage/.vir= tualenvs/pgadmin4-py39/lib/python3.9/site-packages/psycopg/connection.py&qu= ot;, line 723, in connect

=C2=A0 =C2=A0 rv =3D cls._wait_conn= (

=C2=A0 File "/Users/dpage/.vir= tualenvs/pgadmin4-py39/lib/python3.9/site-packages/psycopg/connection.py&qu= ot;, line 972, in _wait_conn

=C2=A0 =C2=A0 return waiting.wait_c= onn(gen, timeout=3Dtimeout)

=C2=A0 File "/Users/dpage/.vir= tualenvs/pgadmin4-py39/lib/python3.9/site-packages/psycopg/waiting.py"= , line 86, in wait_conn

=C2=A0 =C2=A0 sel.register(fileno, = s)

=C2=A0 File "/Library/Framewor= ks/Python.framework/Versions/3.9/lib/python3.9/selectors.py", line 527= , in register

=C2=A0 =C2=A0 self._selector.contro= l([kev], 0, 0)

TypeError: = changelist must be an iterable of select.kevent objects

changelist = must be an iterable of select.kevent objects

Exception i= n 6213283840 Thread-3


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DCompleted the test cases for 'PostgreSQL = 15'=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Test Result= Summary

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Please chec= k output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log



~/git/pgadm= in4/web=C2=A0 % workon p= gadmin4-py310


~/git/pgadm= in4/web=C2=A0 % python r= egression/runtests.py --pkg feature_tests


2023-05-10 = 12:49:51,253: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:49:51,254: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Starting pgAdmin 4 v7.1...

2023-05-10 = 12:49:51,254: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:49:51,254: DEBUG=C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Python syspath: ['/Users/dpage/git/pgadmin4/web/regressio= n', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgad= min4/web/regression', '/Library/Frameworks/Python.framework/Version= s/3.10/lib/python310.zip', '/Library/Frameworks/Python.framework/Ve= rsions/3.10/lib/python3.10', '/Library/Frameworks/Python.framework/= Versions/3.10/lib/python3.10/lib-dynload', '/Users/dpage/.virtualen= vs/pgadmin4-py310/lib/python3.10/site-packages']

NOTE: Confi= guring authentication for SERVER mode.


2023-05-10 = 12:49:52,218: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AboutModule 'about'= >

2023-05-10 = 12:49:52,219: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AuthenticateModule 'aut= henticate'>

2023-05-10 = 12:49:52,219: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <BrowserModule 'browser&= #39;>

2023-05-10 = 12:49:52,912: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:49:52,916: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:49:52,917: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <HelpModule 'help'&g= t;

2023-05-10 = 12:49:52,917: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <MiscModule 'misc'&g= t;

2023-05-10 = 12:49:54,010: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PreferencesModule 'pref= erences'>

2023-05-10 = 12:49:54,012: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PgAdminModule 'redirect= s'>

2023-05-10 = 12:49:54,012: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <SettingsModule 'setting= s'>

2023-05-10 = 12:49:54,015: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <ToolsModule 'tools'= >

pgAdmin 4 -= Application Initialisation

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Starting pg= Admin 4. Please navigate to http://127.0= .0.1:53161 in your browser.

=C2=A0* Serving Flask app 'pgad= min'

=C2=A0* Debug mode: off


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DRunning the test cases for 'PostgreSQL 15= ' =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Traceback (= most recent call last):

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/runtests.py", line 486, in execute_test

=C2=A0 =C2=A0 test_utils.create_par= ent_server_node(server_passed)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in= create_parent_server_node

=C2=A0 =C2=A0 srv_id =3D create_ser= ver(server_info)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in= create_server

=C2=A0 =C2=A0 server['type'= ] =3D get_server_type(server)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 1189, i= n get_server_type

=C2=A0 =C2=A0 if "EnterpriseDB= " in version_string:

TypeError: = a bytes-like object is required, not 'str'

a bytes-lik= e object is required, not 'str'

Exception i= n 6139408384 Thread-3 (execute_test)


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DCompleted the test cases for 'PostgreSQL = 15'=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Test Result= Summary

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Please chec= k output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log



~/git/pgadm= in4/web=C2=A0 % workon p= gadmin4-py311


~/git/pgadm= in4/web=C2=A0 % python r= egression/runtests.py --pkg feature_tests


2023-05-10 = 12:50:21,962: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:50:21,963: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Starting pgAdmin 4 v7.1...

2023-05-10 = 12:50:21,963: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 ########################################################

2023-05-10 = 12:50:21,963: DEBUG=C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Python syspath: ['/Users/dpage/git/pgadmin4/web/regressio= n', '/Users/dpage/git/pgadmin4/web', '/Users/dpage/git/pgad= min4/web/regression', '/Library/Frameworks/Python.framework/Version= s/3.11/lib/python311.zip', '/Library/Frameworks/Python.framework/Ve= rsions/3.11/lib/python3.11', '/Library/Frameworks/Python.framework/= Versions/3.11/lib/python3.11/lib-dynload', '/Users/dpage/.virtualen= vs/pgadmin4-py311/lib/python3.11/site-packages']

NOTE: Confi= guring authentication for SERVER mode.


2023-05-10 = 12:50:22,483: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AboutModule 'about'= >

2023-05-10 = 12:50:22,484: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <AuthenticateModule 'aut= henticate'>

2023-05-10 = 12:50:22,484: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <BrowserModule 'browser&= #39;>

2023-05-10 = 12:50:22,947: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:50:22,951: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <DashboardModule 'dashbo= ard'>

2023-05-10 = 12:50:22,951: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <HelpModule 'help'&g= t;

2023-05-10 = 12:50:22,951: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <MiscModule 'misc'&g= t;

2023-05-10 = 12:50:23,568: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PreferencesModule 'pref= erences'>

2023-05-10 = 12:50:23,569: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <PgAdminModule 'redirect= s'>

2023-05-10 = 12:50:23,570: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <SettingsModule 'setting= s'>

2023-05-10 = 12:50:23,571: INFO =C2=A0 pgadmin:=C2=A0 =C2=A0 =C2=A0 = =C2=A0 Registering blueprint module: <ToolsModule 'tools'= >

pgAdmin 4 -= Application Initialisation

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Starting pg= Admin 4. Please navigate to http://127.0= .0.1:30355 in your browser.

=C2=A0* Serving Flask app 'pgad= min'

=C2=A0* Debug mode: off


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DRunning the test cases for 'PostgreSQL 15= ' =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Traceback (= most recent call last):

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/runtests.py", line 486, in execute_test

=C2=A0 =C2=A0 test_utils.create_par= ent_server_node(server_passed)

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 691, in= create_parent_server_node

=C2=A0 =C2=A0 srv_id =3D create_ser= ver(server_info)

=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 ^^^^^^^^^^^^^^^^^^^^^^^^^^

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 634, in= create_server

=C2=A0 =C2=A0 server['type'= ] =3D get_server_type(server)

=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^^^^^^^^^^^^^^^^^^^^^^^

=C2=A0 File "/Users/dpage/git/= pgadmin4/web/regression/python_test_utils/test_utils.py", line 1189, i= n get_server_type

=C2=A0 =C2=A0 if "EnterpriseDB= " in version_string:

=C2=A0=C2=A0 =C2=A0 =C2=A0 ^^^^^^^^= ^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: = a bytes-like object is required, not 'str'

a bytes-lik= e object is required, not 'str'

Exception i= n 6212005888 Thread-3 (execute_test)


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3DCompleted the test cases for 'PostgreSQL = 15'=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Test Result= Summary

=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


Please chec= k output in file: /Users/dpage/git/pgadmin4/web/regression/regression.log


<= p style=3D"margin:0px;font-stretch:normal;font-size:12px;line-height:normal= ;font-family:Helvetica;font-size-adjust:none;font-kerning:auto;font-variant= -alternates:normal;font-variant-ligatures:normal;font-variant-numeric:norma= l;font-variant-east-asian:normal;font-feature-settings:normal">############=


--
=
--000000000000ddb7ff05fb55b9f4--