pulumi / pulumi-splunk

Apache License 2.0
4 stars 1 forks source link

Workflow failure: master #387

Closed pulumi-bot closed 3 months ago

pulumi-bot commented 3 months ago

Workflow Failure

master has failed. See the list of failures below:

guineveresaenger commented 3 months ago

Summary of progress in root causing this failure so far:

  1. In /testing/ there's a docker-compose.yml that sets up a Splunk host running on localhost:8089. This is a way to run a light-weight, free-of-charge installation of Splunk.
  2. We set up this container in CI to run the admin-saml-groups test.
  3. Ever since https://github.com/pulumi/pulumi-splunk/pull/386 merged, the Node test has been failing with connection reset by peer. The Python tests succeeds.
  4. A local repro of the docker-container with the example program succeeds for Node.
guineveresaenger commented 3 months ago

update: a revert of #391 https://github.com/pulumi/pulumi-splunk/actions/runs/9619236488/job/26535671789 was canceled (GitHub failure?) but before that, it passed the Node test.

conclusion: something about the Docker setup is different.

guineveresaenger commented 3 months ago

update: this seems to have been a flake in GHA? Reverting the revert in https://github.com/pulumi/pulumi-splunk/actions/runs/9620367680 is passing, with no modifications.

guineveresaenger commented 3 months ago

This is magically no longer happening after several days of persistent failures. Closing this for now.