RFR: 1839: SKARA-1480 broke BridgeBotTests

Zhao Song zsong at openjdk.org
Mon Mar 13 20:57:32 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 change looks good to me. But I don't know the meaning of 'user mapping' in the tests. Could you please explain it to me?

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

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


More information about the skara-dev mailing list