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 1pH6rF-00088Q-8x for pgsql-jdbc@arkaria.postgresql.org; Sun, 15 Jan 2023 17:31:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pH6rD-0008Ov-EI for pgsql-jdbc@arkaria.postgresql.org; Sun, 15 Jan 2023 17:31:47 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH6rD-0008Om-70 for pgsql-jdbc@lists.postgresql.org; Sun, 15 Jan 2023 17:31:47 +0000 Received: from out-21.smtp.github.com ([192.30.252.204] helo=smtp.github.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH6rA-0004A2-IG for pgsql-jdbc@lists.postgresql.org; Sun, 15 Jan 2023 17:31:46 +0000 Received: from github.com (hubbernetes-node-dba4b96.ac4-iad.github.net [10.52.125.35]) by smtp.github.com (Postfix) with ESMTPA id 1566A520518 for ; Sun, 15 Jan 2023 09:31:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1673803903; bh=hl3Kg165MmtkMmd8w0AnmdA5dfilKXc2u/dKntLL6zY=; h=Date:From:To:Subject:From; b=thsNfynOQaIMTm1cjbSEwvnJN1rF/MXRxz8DuwQiWbKLyFyx9K+pYx3vF6k3CdkCh wSJERjr6XjkMP5nfEDPtPWF3+FKExUqQcWutQDiQbup1B9BUfe1n5RoAp3N0hyhh3v /niQ9QKEqY+OFrhaqXNh/swXxtZUkJSe2U741I3c= Date: Sun, 15 Jan 2023 09:31:43 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 548859: test: move BigDecimal.TEN.pow(131072) to a separat... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@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: 54885950dd478d5f76326cd8faaffac6270de321 https://github.com/pgjdbc/pgjdbc/commit/54885950dd478d5f76326cd8faaffac6270de321 Author: Vladimir Sitnikov Date: 2023-01-15 (Sun, 15 Jan 2023) Changed paths: A pgjdbc/src/test/java/org/postgresql/util/BigDecimalByteConverter2Test.java M pgjdbc/src/test/java/org/postgresql/util/BigDecimalByteConverterTest.java Log Message: ----------- test: move BigDecimal.TEN.pow(131072) to a separate test to avoid test with too long name