Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Dec 17, 2018
1 parent 480617c commit 4ec3475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -49,5 +49,3 @@ after_success:
after_failure:
- docker images
- docker ps -a
- docker logs xqa-ingest
- docker logs xqa-ingest-broker
4 changes: 4 additions & 0 deletions test/xqa/test_perf.py
@@ -1,3 +1,4 @@
import time
from os import path

import pytest
Expand Down Expand Up @@ -61,6 +62,9 @@ def dockerpy():


def test_2_shards_2_clients(dockerpy):
# give travis time to start all the containers
time.sleep(60)

wait_for_e2e_ingest_to_complete()
save_values_for_graphs(stats_db, INGEST_THREADS, 2)
create_graphs(stats_db, INGEST_THREADS)

0 comments on commit 4ec3475

Please sign in to comment.