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 1r3eSA-004vDl-6e for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Nov 2023 15:38:50 +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 1r3eS8-007Vq4-QO for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 16 Nov 2023 15:38:48 +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 1r3eS8-007Vpw-K0 for pgsql-jdbc-commits@lists.postgresql.org; Thu, 16 Nov 2023 15:38:48 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3eS5-006l1G-0V for pgsql-jdbc-commits@lists.postgresql.org; Thu, 16 Nov 2023 15:38:47 +0000 Received: from github.com (hubbernetes-node-0714622.va3-iad.github.net [10.48.209.53]) by smtp.github.com (Postfix) with ESMTPA id A94828C13C2 for ; Thu, 16 Nov 2023 07:38:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700149122; bh=a+nVNM/+C7zTg6U7NfSoAQ0OiGNOYVE3nsR+sgSbaQA=; h=Date:From:To:Subject:From; b=guXgoxm5/Tu1Upuaz7IiTdlRWT/80eghNAlZjXE5HMxFRj7/v4uMs2Lu9tbJX3ziq zVB8lQrPSLaz9cQPOnScSX0o9+zyYX04QMw9bBIPhfh5QDXV2iZVB5iXuObYdq70QW wfrYvcjx9wPhwzt5sf/6u6MB/w6/M7cD6Oej/BzI= Date: Thu, 16 Nov 2023 07:38:42 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] e4f47d: test: fix assertion in RefCursorFetchTestultFetchS... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@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/pgjdbc/pgjdbc Commit: e4f47d011489b1174ac4a2ed126cdfc24b180e66 https://github.com/pgjdbc/pgjdbc/commit/e4f47d011489b1174ac4a2ed126cdfc24b180e66 Author: Vladimir Sitnikov Date: 2023-11-16 (Thu, 16 Nov 2023) Changed paths: M pgjdbc/src/test/java/org/postgresql/test/jdbc2/RefCursorFetchTest.java Log Message: ----------- test: fix assertion in RefCursorFetchTestultFetchSize" rows Currently, refcursor uses FETCH ALL statement, and then it uses regular fetch commands, so it is able to fetch in batches, however it currently uses defaultFetchSize.