GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Rewire appengineFunctionalTest for faster skipping. #162

Closed MGronber closed 9 years ago

MGronber commented 9 years ago

TESTED:

loosebazooka commented 9 years ago

I've got an alternate implementation #164 , mind taking a look to see if it makes sense?

MGronber commented 9 years ago

Added comment to the alternate. It's close but because our project contains several subprojects each using the AppEngine Plugin it fails on the second subproject when it tries to modify an already executed task.

MGronber commented 9 years ago

Alternate LGTM. I'll close this as soon as the alternate is merged. Thanks.

loosebazooka commented 9 years ago

alternative merged