-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functions.ExampleSystemTest: helloHttp_shouldRunWithFunctionsFramework failed #2928
Comments
commit: d02178b Test outputexpected: Hello world! but was an empty string at functions.ExampleSystemTest.helloHttp_shouldRunWithFunctionsFramework(ExampleSystemTest.java:47) |
commit: ff7ed6b Test outputexpected: Hello world! but was an empty string at functions.ExampleSystemTest.helloHttp_shouldRunWithFunctionsFramework(ExampleSystemTest.java:47) |
commit: 69dee00 Test outputexpected: Hello world! but was an empty string at functions.ExampleSystemTest.helloHttp_shouldRunWithFunctionsFramework(ExampleSystemTest.java:47) |
commit: 0870bb8 Test outputexpected: Hello world! but was an empty string at functions.ExampleSystemTest.helloHttp_shouldRunWithFunctionsFramework(ExampleSystemTest.java:47) |
commit: a18f774 Test outputexpected: Hello world! but was an empty string at functions.ExampleSystemTest.helloHttp_shouldRunWithFunctionsFramework(ExampleSystemTest.java:47) |
commit: f5fcf50 Test outputexpected: Hello world! but was an empty string at functions.ExampleSystemTest.helloHttp_shouldRunWithFunctionsFramework(ExampleSystemTest.java:47) |
This is an issue with our testing project configuration, not the sample itself. (@lesv @kurtisvg @averikitsch see my email internally.) |
I followed Ace's instructions and deployed a function and updated the |
Looks like this issue is flaky. 😟 I'm going to leave this open and stop commenting. A human should fix and close this. commit: 7435c04 Test outputexpected: Hello world! but was an empty string at functions.ExampleSystemTest.helloHttp_shouldRunWithFunctionsFramework(ExampleSystemTest.java:47) |
Fixes #2928 > It's a good idea to open an issue first for discussion. - [x] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/SAMPLE_FORMAT.md) - [x] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included in PR - [ ] API's need to be enabled to test (tell us) - [ ] Environment Variables need to be set (ask us to set them) - [ ] Tests pass (`mvn -P lint clean verify`) * (Note- `Checkstyle` passing is required; `Spotbugs`, `ErrorProne`, `PMD`, etc. `ERROR`'s are advisory only) - [x] Please **merge** this PR for me once it is approved.
This test failed!
To configure my behavior, see the Build Cop Bot documentation.
If I'm commenting on this issue too often, add the
buildcop: quiet
label andI will stop commenting.
commit: 94061b1
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: