Skip to content

Conversation

@ndr-ds
Copy link
Contributor

@ndr-ds ndr-ds commented Aug 25, 2025

Motivation

Right now we have a lot of stuff in CI that gets started as a bg process. However, the issue is that if these things start taking slightly longer to start up for some reason, it'll make the test fail, because the test will try to submig requests to something that isn't ready yet.

Proposal

Explicitly wait for things to be actually up before proceeding.

Test Plan

CI

Release Plan

  • Nothing to do / These changes follow the usual release cycle.

Copy link
Contributor Author

ndr-ds commented Aug 25, 2025

@ndr-ds ndr-ds force-pushed the 08-25-properly_wait_for_things_that_are_spawned_as_bg_processes branch 12 times, most recently from be834c0 to fc6eb89 Compare August 26, 2025 02:58
@ndr-ds ndr-ds marked this pull request as ready for review August 26, 2025 03:26
@ndr-ds ndr-ds force-pushed the 08-25-properly_wait_for_things_that_are_spawned_as_bg_processes branch from fc6eb89 to e138c97 Compare August 26, 2025 03:45
Copy link
Contributor

@deuszx deuszx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice <3

Gonna merge it right away

@deuszx deuszx added this pull request to the merge queue Aug 26, 2025
Merged via the queue into main with commit 608d9c2 Aug 26, 2025
29 checks passed
@deuszx deuszx deleted the 08-25-properly_wait_for_things_that_are_spawned_as_bg_processes branch August 26, 2025 09:05
ma2bd pushed a commit to ma2bd/linera-protocol that referenced this pull request Sep 23, 2025
…4408)

## Motivation

Right now we have a lot of stuff in CI that gets started as a bg
process. However, the issue is that if these things start taking
slightly longer to start up for some reason, it'll make the test fail,
because the test will try to submig requests to something that isn't
ready yet.

## Proposal

Explicitly wait for things to be actually up before proceeding.

## Test Plan

CI

## Release Plan

- Nothing to do / These changes follow the usual release cycle.
ma2bd added a commit that referenced this pull request Sep 23, 2025
## Motivation

Solve the issue of the forgetful faucet

## Proposal

backport #4408 and #4631

## Test Plan

CI

---------

Co-authored-by: Andre da Silva <[email protected]>
Co-authored-by: Andreas Fackler <[email protected]>
ma2bd added a commit that referenced this pull request Sep 23, 2025
## Motivation

Solve the issue of the forgetful faucet

## Proposal

backport #4408 and #4631

## Test Plan

CI

---------

Co-authored-by: Andre da Silva <[email protected]>
Co-authored-by: Andreas Fackler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants