pat icon indicating copy to clipboard operation
pat copied to clipboard

Test (gcf:push) not working

Open potatoronin opened this issue 5 years ago • 0 comments

made sure, "gcf" link to "cf" exist. logged in.

$ gcf apps
Getting apps in org alexander**** / space cf-pat-1 as alexander***...
OK

No apps found

Tried to run

/base/pat64_linux/pat -concurrency=1 -iterations=1 -workload=gcf:push

The result:

Commands Issued:

gcf:push:
	Count:                 1
	Average:               101.80123ms
	Last time:             101.80123ms
	Worst time:            101.80123ms
	Total time:            101.80123ms
	Per second throughput: 9.823064023882619
┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄

Total errors: 1
Last error: Expected to see 'App started'.

Full output:

NAME:
   push - Push a new app or sync changes to an existing app

USAGE:
   gcf push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]
   [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK]

So CLI tool is printing Usage, Test is failed because Expected to see 'App started'. no additional debug information in the output.

potatoronin avatar Aug 13 '19 09:08 potatoronin