Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl: (7) Failed to connect to es1 port 9200: Host is unreachable #23

Open
chrisloftus opened this issue Dec 21, 2021 · 0 comments
Open

Comments

@chrisloftus
Copy link

chrisloftus commented Dec 21, 2021

Latest commit cd0dfb4 breaks the default install

      - name: Configure sysctl limits
        run: |
          sudo swapoff -a
          sudo sysctl -w vm.swappiness=1
          sudo sysctl -w fs.file-max=262144
          sudo sysctl -w vm.max_map_count=262144

      - name: Runs Elasticsearch
        uses: elastic/elastic-github-actions/elasticsearch@master
        with:
          stack-version: 6.2.2

Rolled back to previous commit works uses: elastic/elastic-github-actions/elasticsearch@24006c82ed2f0f1355fce96135f883acf1b1a889

cnizzardini added a commit to cnizzardini/audit-stash that referenced this issue May 20, 2023
lorenzo pushed a commit to lorenzo/audit-stash that referenced this issue Sep 11, 2023
* Resolves broken tests on local and adds gh actions pipeline

* additional cleanup

* remove sniffer config

* remove static analyzers for now

* updates pipeline to deal with cake4 requiring php 7.4

* cleanup and emit deprecation warning on deprecated method

* adds elastic search test into gh action pipeline with a custom integration test, uses mocks for testing elastic locally, some other cleanup

* tests pipeline without elastic to debug

* resolve timezone bug

* resolve timezone bug

* resolve timezone bug

* resolve timezone bug

* resolve timezone bug

* resolve timezone bug

* resolve timezone bug

* resolve timezone bug

* resolve timezone bug

* skip timezone bug and enable elastic again

* debugging this: elastic/elastic-github-actions#23

* bad copy pasta

* debug datetime issue

* oh well

* oh well 2

* adds #[\ReturnTypeWillChange] to suppress deprecation warnings 8.0/8.1

* cleanup

* docblock updates

* re-adds integration test and removes a deprecation warning in php 8.1

* testing pipeline

* fix test namespaces

* try getting elastc running in pipeline again using setup from cakephp/elastic

* try getting elastc running in pipeline again using setup from cakephp/elastic

* try getting elastc running in pipeline again using setup from cakephp/elastic

* fix names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant