Skip to content

TST: always publish Azure tests#13217

Merged
charris merged 1 commit intonumpy:masterfrom
tylerjereddy:azure_tests_always_pub
Mar 30, 2019
Merged

TST: always publish Azure tests#13217
charris merged 1 commit intonumpy:masterfrom
tylerjereddy:azure_tests_always_pub

Conversation

@tylerjereddy
Copy link
Copy Markdown
Contributor

Fixes #13210

See associated docs for Publish Test Results and task control options.

The key is likely setting continueOnError: true, as docs suggest it should default to false--preventing the upload if tests fail. failTaskOnFailedTests: false should be the default, but let's be explicit on that too.

* add Azure configuration directives
to ensure that CI test results are
always published, even in the case
where there are test failures
@charris
Copy link
Copy Markdown
Member

charris commented Mar 30, 2019

Unfortunately, there is no error that allows seeing the result :) Let's give it a shot and see what happens.

Thanks Tyler.

@charris
Copy link
Copy Markdown
Member

charris commented Apr 2, 2019

This seems to result in Azure not reporting failure when a test fails.

@tylerjereddy
Copy link
Copy Markdown
Contributor Author

Could maybe switch failTaskOnFailedTests to true -- not sure if that will first publish the test results and then fail or just fail outright before executing. Worth a try to make Eric happy maybe.

@tylerjereddy
Copy link
Copy Markdown
Contributor Author

That looks right based on their doc examples I think; that was always the default, it was the other flag that no longer hard fails on test failure.

@tylerjereddy tylerjereddy deleted the azure_tests_always_pub branch April 5, 2019 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants