I can `make ensure` then `make only_build` but the...
# contribute
w
I can
make ensure
then
make only_build
but then
make
fails to run all the tests
Specifically, the nodejs tests are failing with:
Copy code
...

  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
I see there is a
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...
b
Hey @worried-city-86458 - yes these integration tests may need to be moved to the tests folder to make sure that things are smoother here Thank you for opening that issue - we can act upon that Sorry for the issue here
👍 1