Skip to content

Conversation

@dfandrich
Copy link
Contributor

  • use the correct fd after select
  • handle interrupted reads from IPC pipes
  • fix the log directory in test425

dfandrich added 3 commits May 19, 2023 14:32
These can be interrupted by signals, especially SIGINT to shut down, and
must be restarted so the IPC call arrives correctly. If the read just
returns an error instead, the IPC calling state will go out of sync and
a proper shutdown won't happen.

Ref: #10818
This must be %LOGDIR to let it work with parallel tests.

Ref: #10969
The code was using the wrong fd when determining which runner was ready
with a response.

Ref: #10818
Closes #11160
@github-actions github-actions bot added the tests label May 19, 2023
@curl curl deleted a comment from Sharlo3 May 20, 2023
@dfandrich dfandrich closed this in c95ca8d May 21, 2023
@dfandrich dfandrich deleted the dfandrich/pr11160 branch May 21, 2023 05:16
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
The code was using the wrong fd when determining which runner was ready
with a response.

Ref: curl#10818
Closes curl#11160
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant