Integrated: 1839: SKARA-1480 broke BridgeBotTests

Erik Joelsson erikj at openjdk.org
Mon Mar 13 22:00:33 UTC 2023


On Mon, 13 Mar 2023 20:33:24 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> When changing all 'openjdk.java.net' references to 'openjdk.org', the BridgeBotTests broke, because we now have a different user mapping in those tests, which results in different Git hashes.
> 
> These tests have an assumeTrue condition in the @BeforeClass setup, which will skip if the HG server isn't available. The URL to hg.openjdk.org uses 'http', which hasn't worked since the migration to the new URL, but some time during the last few days, it started responding to 'http', which caused the tests to start running again, and subsequently fail.
> 
> This patch updates the Git hash to the new one being produced with the new user mapping, and changes the protocol to https for hg.openjdk.org, since that is the preferred one.

This pull request has now been integrated.

Changeset: 68ef9dd1
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/68ef9dd10ad1c06c0f45349e5ed89878614cf38b
Stats:     14 lines in 1 file changed: 3 ins; 0 del; 11 mod

1839: SKARA-1480 broke BridgeBotTests

Reviewed-by: kcr

-------------

PR: https://git.openjdk.org/skara/pull/1481


More information about the skara-dev mailing list