Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rWrMm-007YL8-UP for pgadmin-hackers@arkaria.postgresql.org; Mon, 05 Feb 2024 05:18:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rWrMl-00B44I-IU for pgadmin-hackers@arkaria.postgresql.org; Mon, 05 Feb 2024 05:17:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rWrMl-00B44A-9g for pgadmin-hackers@lists.postgresql.org; Mon, 05 Feb 2024 05:17:59 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rWrMi-0058bz-Ip for pgadmin-hackers@lists.postgresql.org; Mon, 05 Feb 2024 05:17:57 +0000 Received: from github.com (hubbernetes-node-dc10950.ac4-iad.github.net [10.52.153.32]) by smtp.github.com (Postfix) with ESMTPA id 5E1EE6410C5 for ; Sun, 4 Feb 2024 21:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1707110275; bh=QLd7Ms6Br/vQGdww0Y5ccvE2Wn+wA13vNzQg0TokvFI=; h=Date:From:To:Subject:From; b=JygW/6nYYNVjP0JKIMNGcKkrWonlrY5irPTUtyqwKsn1OoA3M7540MZJHq6/DfyYG dN8fwkey1BR4FQT2L5NwUsgCLqqo96+eN4LwtscZv/8XfChw8hrq+eJksH9TgN64Yh EaKYYkGdOvWOUPzTU2cis5mo9cpPiReF3Ssy5wPw= Date: Sun, 04 Feb 2024 21:17:55 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 946229: Fixed API tests failed due to #7113 changes. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 9462296d3363d2e18f8881a15b69ba6f71baf1d3 https://github.com/pgadmin-org/pgadmin4/commit/9462296d3363d2e18f8881a15b69ba6f71baf1d3 Author: Yogesh Mahajan Date: 2024-02-05 (Mon, 05 Feb 2024) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_table_columns/sql/default/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/tests/pg/12_plus/alter_column_char.msql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/tests/pg/12_plus/alter_column_char.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/columns/sql/14_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/columns/sql/16_plus/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/columns/sql/default/update.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/pg/12_plus/alter_table_change_col_data_type_msql.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/tests/ppas/12_plus/alter_table_change_col_data_type_msql.sql Log Message: ----------- Fixed API tests failed due to #7113 changes.