Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mback2k
Copy link
Member

@mback2k mback2k commented Sep 1, 2020

Please do not merge this. This PR is just a placeholder to perform debugging of the Windows CI flakiness on Azure DevOps.

This PR will be force-pushed and turn apart multiple times...

@mback2k mback2k added tests CI Continuous Integration labels Sep 1, 2020
@mback2k mback2k self-assigned this Sep 1, 2020
@mback2k mback2k force-pushed the azure-ci-debug-flaky branch 2 times, most recently from 141c7e3 to d86d6b9 Compare September 7, 2020 05:45
@mback2k
Copy link
Member Author

mback2k commented Sep 12, 2020

Waiting for the issue described in PR #5954 to be fixed before going further with this.

@mback2k mback2k force-pushed the azure-ci-debug-flaky branch from d86d6b9 to 10da11e Compare September 16, 2020 20:15
@mback2k mback2k removed the on-hold label Sep 16, 2020
@mback2k
Copy link
Member Author

mback2k commented Sep 18, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mback2k
Copy link
Member Author

mback2k commented Sep 18, 2020

Interesting... I am unable to make the Azure DevOps builds fail in this PR. Let's try again.

@mback2k
Copy link
Member Author

mback2k commented Sep 18, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mback2k mback2k force-pushed the azure-ci-debug-flaky branch 2 times, most recently from d535228 to e5f4e4c Compare September 26, 2020 20:58
@mback2k
Copy link
Member Author

mback2k commented Sep 27, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

First: remove all other CI to avoud using their resources.
@mback2k mback2k force-pushed the azure-ci-debug-flaky branch 2 times, most recently from 46cfd26 to a273282 Compare October 4, 2020 19:45
Second: patch ltmain.sh to use job group for child process

Make sure child processes are killed if lt-wrapper is killed.
@mback2k mback2k force-pushed the azure-ci-debug-flaky branch from a273282 to 16a5236 Compare October 4, 2020 20:01
@mback2k
Copy link
Member Author

mback2k commented Oct 5, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

mback2k added a commit to mback2k/curl that referenced this pull request Oct 7, 2020
Install curl binaries into MinGW bin folder and use that
for the tests in order to avoid libtool wrapper binaries.

The libtool wrapper binaries (not scripts) on Windows seem
to be the root cause of the following issues:

1. Process output can be lost in the wrapper process chain.
2. Killing the wrapper process does not kill the real one.

Derived from curl#5904
mback2k added a commit to mback2k/curl that referenced this pull request Oct 15, 2020
Install curl binaries into MinGW bin folder and use that
for the tests in order to avoid libtool wrapper binaries.

The libtool wrapper binaries (not scripts) on Windows seem
to be one of the root causes for the following issues:

1. Process output can be lost in the wrapper process chain.
2. Killing the wrapper process does not kill the real one.

Derived from curl#5904
Closes curl#6049
mback2k added a commit that referenced this pull request Oct 16, 2020
Install curl binaries into MinGW bin folder and use that
for the tests in order to avoid libtool wrapper binaries.

The libtool wrapper binaries (not scripts) on Windows seem
to be one of the possible causes for the following issues:

1. Process output can be lost in the wrapper process chain.
2. Killing the wrapper process does not kill the actual one.

Derived from #5904
Closes #6049
@mback2k
Copy link
Member Author

mback2k commented Oct 20, 2020

Not using this PR anymore, closing..

@mback2k mback2k closed this Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration tests

Development

Successfully merging this pull request may close these issues.

1 participant