Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

start services with docker-compose #77

Merged
merged 23 commits into from
Jun 5, 2018

Conversation

graphaelli
Copy link
Member

Adds scripts/compose.py, a utility for generating a docker-compose.yml useful for development and integration environments, and use it for integration tests under CI.

replaces #75

@graphaelli
Copy link
Member Author

Version tests pass on my machine but not on jenkins due to the max path length (BINPRM_BUF_SIZE of 127) being exceeded under jenkins - /var/lib/jenkins/workspace/elastic+apm-integration-testing+master+multijob-python-agent-versions/APM_SERVER/master/PYTHON_AGENT/github/bin/python. We'll have to figure that out before merging this.


- test-server
- test-kibana
- test-agent-{go,node,python,ruby,...}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this still doesn't work for me, i only made work it once and never again :(

the issue is always a timeout on querying ES

retry.py                   200 DEBUG    Converted retries value: False -> Retry(total=False, connect=None, read=None, redirect=0, status=None)
connectionpool.py          396 DEBUG    http://localhost:9200 "GET /apm-*/_count HTTP/1.1" 200 71
base.py                     83 INFO     GET http://localhost:9200/apm-*/_count [status:200 request:0.003s]
base.py                     85 DEBUG    > {"query": {"bool": {"must": [{"term": {"processor.event": {"value": "transaction"}}}]}}}
base.py                     86 DEBUG    < {"count":0,"_shards":{"total":0,"successful":0,"skipped":0,"failed":0}}

will have to spend some time tracking it down but would appreciate some help to see what i'm doing wrong

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's an issue with the current snapshots - let's rerun when something newer than jun-1 is available.

@graphaelli
Copy link
Member Author

failing on ci until container image with elastic/apm-server#986 is built

@graphaelli graphaelli force-pushed the grand-unification branch 2 times, most recently from dd6f36c to 1791306 Compare June 3, 2018 10:11
@graphaelli graphaelli force-pushed the grand-unification branch 2 times, most recently from 4dd1896 to a566ef2 Compare June 5, 2018 15:51
@graphaelli graphaelli merged commit 327d392 into elastic:master Jun 5, 2018
@graphaelli graphaelli deleted the grand-unification branch June 5, 2018 16:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants