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 1qpkS3-006oOg-Dy for pgadmin-hackers@arkaria.postgresql.org; Mon, 09 Oct 2023 07:13:15 +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 1qpkS1-00BB13-1a for pgadmin-hackers@arkaria.postgresql.org; Mon, 09 Oct 2023 07:13:13 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qpkS0-00BB0v-OK for pgadmin-hackers@lists.postgresql.org; Mon, 09 Oct 2023 07:13:13 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qpkRz-0012m9-Rp for pgadmin-hackers@lists.postgresql.org; Mon, 09 Oct 2023 07:13:13 +0000 Received: from github.com (hubbernetes-node-073cf30.ac4-iad.github.net [10.52.222.52]) by smtp.github.com (Postfix) with ESMTPA id 1BA141E0242 for ; Mon, 9 Oct 2023 00:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696835590; bh=KTGhX2xvfZIME5zfCzOMOpq4k/5loptF1hKVUhtXRgo=; h=Date:From:To:Subject:From; b=V3XKJJrl16ZfptSfs86UFdMjpSm7vjXo2MmBKmpVg0y13/aU/mtU+2ZtgYErMtdUH Ni4PQgAhIRli2hylTdqtX18LF+7lV9Sy2D2tltitZPrjb7sQEmuqpeLIK4FK0dt+B8 J2vIveRkG8Dt9b+N+hyIAbjwF+K0ownXllKR91vo= Date: Mon, 09 Oct 2023 00:13:10 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5981f4: In GUI tests, do not try to set the binary path in... 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: 5981f4bd13ac1849e513299500548b52c97ed409 https://github.com/pgadmin-org/pgadmin4/commit/5981f4bd13ac1849e513299500548b52c97ed409 Author: Aditya Toshniwal Date: 2023-10-09 (Mon, 09 Oct 2023) Changed paths: M web/regression/feature_tests/pg_utilities_backup_restore_test.py Log Message: ----------- In GUI tests, do not try to set the binary path in preferences if it is blank