worried-city-86458
05/01/2021, 7:26 PMmake ensure
then make only_build
but then make
fails to run all the tests...
480 passing (4m)
1 failing
1) LocalWorkspace nested_config:
CommandError: code: 255
stdout:
stderr: error: could not create stack: [404] Not Found: Organization 'pulumi-test' not found
err?:
at Object.createCommandError (bin/automation/errors.js:71:17)
at ChildProcess.<anonymous> (bin/automation/cmd.js:63:40)
at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
Makefile:45: recipe for target 'istanbul_tests' failed
make[1]: *** [istanbul_tests] Error 1
make[1]: Leaving directory '/workspaces/pulumi/sdk/nodejs'
build/common.mk:206: recipe for target 'sdk/nodejs_default' failed
make: *** [sdk/nodejs_default] Error 2
PULUMI_TEST_ORG
env var used by some sdks.
I presume setting this to my own org is necessary for all the tests to pass?
I also see this env var is not used by the nodejs sdk...broad-dog-22463
05/01/2021, 7:59 PM