Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 90a003b

Browse files
committed
Merge pull request #92 from GoogleCloudPlatform/test_against_bleeding_edge
test against vm image at HEAD vs production
2 parents 4248d7d + 32e53af commit 90a003b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

appengine-vmruntime/vmruntime/tests/wsgi_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def sort_os_environ_keys(request): # pylint: disable=unused-argument
155155

156156
@wrappers.Request.application
157157
def set_callback(request):
158-
def my_callback():
158+
def my_callback(unused_req_id=None):
159159
global callback_called
160160
callback_called = True
161161

tests/e2e/app/app.yaml.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ manual_scaling:
1010

1111
env_variables:
1212
CLOUD_STORAGE_BUCKET: $CLOUD_STORAGE_BUCKET
13+
14+
beta_settings:
15+
image: nextcanary

0 commit comments

Comments
 (0)