fix: replace fee collector account in Postman tests to prevent CI timeouts #4557
+4
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes the chart install workflow failures in CI by updating the test account used in Postman tests from the fee collector account (0.0.98 /
0x0000000000000000000000000000000000000062) to account 0.0.2 (0x0000000000000000000000000000000000000002).The root cause was that the fee collector account has billions of transactions in its history, causing the testnet mirror node to time out (503 Service Unavailable after ~20 seconds) when trying to fetch account information. This resulted in consistent failures during the
ct installstep of the chart installation workflow.This is an immediate workaround that unblocks CI with no code changes to the relay itself.
Related issue(s)
Fixes #4545
Checklist