Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
42 stars 42 forks source link

Fix Ci false positive #120

Closed TsuyoshiUshio closed 4 years ago

TsuyoshiUshio commented 4 years ago

At my last PR, we found that false-positives happens on the CI even if test fails, it still success. This PR is fix for it.

This PR should fail. Since I don't fix the Kafka Trigger issue on test. Once Kafka Trigger one is merged, we can test if it pass or not.

This PR successfully detect the test. The root cause was, the ps file forget to add cheking the last status on test batch script.