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 1qgIJ3-00F4RK-06 for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Sep 2023 05:20:53 +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 1qgIJ1-00Eam7-Jp for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Sep 2023 05:20:51 +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 1qgIJ1-00Eali-AL for pgadmin-hackers@lists.postgresql.org; Wed, 13 Sep 2023 05:20:51 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qgIIt-004HE5-8U for pgadmin-hackers@lists.postgresql.org; Wed, 13 Sep 2023 05:20:49 +0000 Received: from github.com (hubbernetes-node-17dc275.ac4-iad.github.net [10.52.141.19]) by smtp.github.com (Postfix) with ESMTPA id 2B47E70101E for ; Tue, 12 Sep 2023 22:20:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1694582442; bh=h8up4xN61z36gr3dsVa7SEiSy1Xff90B68mEvpBB/aE=; h=Date:From:To:Subject:From; b=GIZmd16P9nwIahbaOjU5hXt+woocDZd/UPzWizYUT5rVxtIHcxA9zZMWrO2UsaPTE 2yWONhc5pSRV07nmaZjfyPFMkb9YNDU5CbFfIqQ5B988f71WAbkHLdMpmIrMLB3atW j6nH6BbzXWvJZFAsb5ttBfoMFk3a2pk0q9kbbDZ4= Date: Tue, 12 Sep 2023 22:20:42 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 8c91d4: Fixed RESQL test case failure for EPAS 15. #6400 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: 8c91d40932742c9c5ad5ada6f1c7a315f32e8f1d https://github.com/pgadmin-org/pgadmin4/commit/8c91d40932742c9c5ad5ada6f1c7a315f32e8f1d Author: Pravesh Sharma Date: 2023-09-13 (Wed, 13 Sep 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/ppas/15_plus/test_mview.json M web/pgadmin/browser/server_groups/servers/databases/schemas/views/tests/ppas/16_plus/test_mview.json Log Message: ----------- Fixed RESQL test case failure for EPAS 15. #6400