예제 #1
0
def test_2_shards_2_clients(dockerpy):
    # give travis time to start all the containers
    time.sleep(30)

    wait_for_e2e_ingest_to_complete()
    save_values_for_graphs(stats_db, INGEST_THREADS, 2)
    create_graphs(stats_db, INGEST_THREADS)
def test_4_shards(dockerpy_4_shards):
    wait_for_e2e_ingest_to_complete()
    save_values_for_graphs(stats_db, INGEST_THREADS, 4)
    create_graphs(stats_db, INGEST_THREADS)
def test_1_shard(dockerpy_1_shard):
    wait_for_e2e_ingest_to_complete()
    save_values_for_graphs(stats_db, INGEST_THREADS, 1)