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 1pTp1Y-00014Q-CG for pgsql-jdbc-commits@arkaria.postgresql.org; Sun, 19 Feb 2023 19:07:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pTp1X-00017u-80 for pgsql-jdbc-commits@arkaria.postgresql.org; Sun, 19 Feb 2023 19:06:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pTod2-0002sv-Uj for pgsql-jdbc-commits@lists.postgresql.org; Sun, 19 Feb 2023 18:41:40 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pTocw-0004UM-F2 for pgsql-jdbc-commits@lists.postgresql.org; Sun, 19 Feb 2023 18:41:39 +0000 Received: from github.com (hubbernetes-node-60636a9.ash1-iad.github.net [10.56.128.25]) by smtp.github.com (Postfix) with ESMTPA id 44D439005E3; Sun, 19 Feb 2023 10:41:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676832093; bh=NDkGj3OUv0o8zqDfnqDq/mFG8Qr0nRwsSS1bNxio9q0=; h=Date:From:To:Subject:From; b=zgv/8VeLPE78OwkM+aTZh8yAzAL47vAxP+Lwsg4C1pF1xsYPHyPdbN0L7ps4otNk8 9gBcB7ozRBj/laFHibjv1wNioyDiQoxuOZZPqIDQ+84cuqXHGyo0TLJ8gU9WvAHGpI rcY51s0QLijl3gNqeowoCzB/qbFsgxn8U0/3q9JY= Date: Sun, 19 Feb 2023 10:41:33 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 6db2da: chore: pass "same hashcode" to test task only (#2822) 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,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: 6db2da72aa1f95f9b2de9ead63a218ca54951518 https://github.com/pgjdbc/pgjdbc/commit/6db2da72aa1f95f9b2de9ead63a218ca54951518 Author: Vladimir Sitnikov Date: 2023-02-19 (Sun, 19 Feb 2023) Changed paths: M .github/workflows/main.yml M .github/workflows/matrix.js M build-logic/jvm/src/main/kotlin/build-logic.test-base.gradle.kts Log Message: ----------- chore: pass "same hashcode" to test task only (#2822) javac and kotlinc have issues with hashcode collision, so it becomes impractical to test with that setting. Javac produces compilation failure, while Kotilnc 1.8.10 becomes slow