-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
See GoogleCloudPlatform/functions-framework-python#71
root@fc8d42dcb80d:/app# ./client -cmd "functions-framework --target=hello --signature-type=cloudevent --source=conformance_tests/cloud_event_test.py" -type=cloudevent
2020/07/15 23:16:57 Validating "functions-framework --target=hello --signature-type=cloudevent --source=conformance_tests/cloud_event_test.py" for cloudevent...
2020/07/15 23:16:57 Framework server started.
2020/07/15 23:16:58 CloudEvent validation started...
2020/07/15 23:16:58 Framework server shut down. Wrote logs to serverlog_stdout.txt and serverlog_stderr.txt.
2020/07/15 23:16:58 Validation failure: unexpected output for "firebase-auth": unmarshalling cloud event "firebase-auth": invalid CloudEvents value: map[string]interface {}{}: Cannot set extension with key extensions
And
root@fc8d42dcb80d:/app# cat serverlog_stderr.txt
[2020-07-15 23:16:58 +0000] [25] [INFO] Starting gunicorn 20.0.4
[2020-07-15 23:16:58 +0000] [25] [INFO] Listening at: http://0.0.0.0:8080 (25)
[2020-07-15 23:16:58 +0000] [25] [INFO] Using worker: threads
[2020-07-15 23:16:58 +0000] [28] [INFO] Booting worker with pid: 28
[2020-07-15 23:16:58 +0000] [28] [INFO] Parent changed, shutting down: <Worker 28>
[2020-07-15 23:16:58 +0000] [28] [INFO] Worker exiting (pid: 28)
Nothing in the stdout file