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

add run_id to es docs #229

Merged
merged 6 commits into from
Nov 17, 2020
Merged

Conversation

whitleykeith
Copy link

@whitleykeith whitleykeith commented Nov 11, 2020

Adds an optional field run_id to the es docs inserted by snafu

example ES doc:

{
    "_index": "snafu-vegeta-results",
    "_op_type": "create",
    "_source": {
        "workload": "vegeta",
        "uuid": "test-uuid",
        "user": "snafu",
        "cluster_name": "mycluster",
        "iteration": 1,
        "duration": 30078961,
        "workers": 1,
        "keepalive": false,
        "targets": "targets.yaml",
        "hostname": "ip-172-31-43-12.us-west-2.compute.internal",
        "rps": 13,
        "throughput": 13,
        "status_codes": {
            "200": 1
        },
        "requests": 404,
        "p99_latency": 208233,
        "p95_latency": 105046,
        "max_latency": 835515,
        "min_latency": 48091,
        "req_latency": 74608,
        "timestamp": "2020-11-11 19:43:24.530419+00:00",
        "bytes_in": 48944,
        "bytes_out": 0
    },
    "_id": "f8db194dde577df56a495ecaccc049a8a2b3e998225bb357896cee74e43be463",
    "run_id": "test-me"
}

Copy link
Member

@jtaleric jtaleric left a comment

Choose a reason for hiding this comment

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

LGTM do you have an example?

@jtaleric jtaleric added the ok to test Kick off our CI framework label Nov 11, 2020
@jtaleric
Copy link
Member

/rerun all

@comet-perf-ci
Copy link
Collaborator

Results for SNAFU CI Test

Test Result Runtime
snafu/run_snafu.py FAIL 00:00:00

@jtaleric
Copy link
Member

/rerun all

@comet-perf-ci
Copy link
Collaborator

Results for SNAFU CI Test

Test Result Runtime
snafu/run_snafu.py FAIL 00:00:00

@whitleykeith
Copy link
Author

whitleykeith commented Nov 11, 2020

LGTM do you have an example?

I do now :)

@comet-perf-ci
Copy link
Collaborator

Results for SNAFU CI Test

Test Result Runtime
snafu/fio_wrapper FAIL 00:03:23
snafu/ycsb_wrapper FAIL 00:05:00
snafu/pgbench_wrapper FAIL 00:03:14
snafu/uperf_wrapper FAIL 00:03:10
snafu/iperf PASS 00:01:06
snafu/sysbench PASS 00:01:41
snafu/stressng_wrapper FAIL 00:03:05
snafu/vegeta_wrapper FAIL 00:03:35
snafu/scale_openshift_wrapper FAIL 00:02:54
snafu/upgrade_openshift_wrapper PASS 00:00:00
snafu/hammerdb FAIL 00:03:28
snafu/fs_drift_wrapper FAIL 00:03:24
snafu/smallfile_wrapper FAIL 00:02:44

@rsevilla87
Copy link
Member

/rerun all

@comet-perf-ci
Copy link
Collaborator

Results for SNAFU CI Test

Test Result Runtime
snafu/fio_wrapper PASS 00:20:57
snafu/ycsb_wrapper PASS 00:07:05
snafu/pgbench_wrapper PASS 00:04:54
snafu/uperf_wrapper PASS 00:20:16
snafu/iperf PASS 00:06:28
snafu/sysbench PASS 00:02:09
snafu/stressng_wrapper PASS 00:04:13
snafu/vegeta_wrapper PASS 00:06:27
snafu/scale_openshift_wrapper PASS 00:11:53
snafu/upgrade_openshift_wrapper PASS 00:00:00
snafu/hammerdb PASS 00:06:22
snafu/fs_drift_wrapper PASS 00:06:15
snafu/smallfile_wrapper PASS 00:06:46

@comet-perf-ci
Copy link
Collaborator

Results for SNAFU CI Test

Test Result Runtime
snafu/fio_wrapper PASS 00:20:46
snafu/ycsb_wrapper PASS 00:06:51
snafu/pgbench_wrapper PASS 00:04:37
snafu/uperf_wrapper PASS 00:20:39
snafu/iperf PASS 00:07:36
snafu/sysbench PASS 00:02:12
snafu/stressng_wrapper PASS 00:04:15
snafu/vegeta_wrapper PASS 00:06:17
snafu/scale_openshift_wrapper PASS 00:12:01
snafu/upgrade_openshift_wrapper PASS 00:00:00
snafu/hammerdb PASS 00:06:39
snafu/fs_drift_wrapper PASS 00:06:38
snafu/smallfile_wrapper PASS 00:06:44

Copy link
Member

@rsevilla87 rsevilla87 left a comment

Choose a reason for hiding this comment

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

LGTM!

@jtaleric
Copy link
Member

Waiting for CI... tick-tock.

Copy link
Member

@chaitanyaenr chaitanyaenr left a comment

Choose a reason for hiding this comment

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

LGTM

@jtaleric
Copy link
Member

/rerun all

1 similar comment
@dry923
Copy link
Member

dry923 commented Nov 16, 2020

/rerun all

@comet-perf-ci
Copy link
Collaborator

Results for SNAFU CI Test

Test Result Runtime
snafu/fio_wrapper PASS 00:21:32
snafu/ycsb_wrapper PASS 00:07:20
snafu/pgbench_wrapper PASS 00:05:12
snafu/uperf_wrapper PASS 00:27:53
snafu/iperf PASS 00:06:34
snafu/sysbench PASS 00:02:16
snafu/stressng_wrapper PASS 00:04:34
snafu/vegeta_wrapper PASS 00:06:11
snafu/scale_openshift_wrapper PASS 00:11:29
snafu/upgrade_openshift_wrapper PASS 00:00:00
snafu/hammerdb PASS 00:07:00
snafu/fs_drift_wrapper PASS 00:07:10
snafu/smallfile_wrapper PASS 00:07:03

@chaitanyaenr chaitanyaenr merged commit 3fcb1fd into cloud-bulldozer:master Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok to test Kick off our CI framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants