f500292d41528c636a14b17831bfeac503e903a0,python/ray/tests/test_metrics.py,,,#,398

Before Change


// functions. We use it because memory table is updated every one second,
// and we need to have a way to verify if the test is running with a fresh
// new memory table.
prev_memory_table = MemoryTable([]).__dict__()["group"]


def test_memory_dashboard(shutdown_only):
    Test Memory table.

After Change


            test_prometheus_endpoint, (requests.exceptions.ConnectionError, ))


if __name__ == "__main__":
    import sys
    import pytest
    sys.exit(pytest.main(["-v", __file__]))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 8

Instances


Project Name: ray-project/ray
Commit Name: f500292d41528c636a14b17831bfeac503e903a0
Time: 2020-10-19
Author: maxfitton@anyscale.com
File Name: python/ray/tests/test_metrics.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: be647b69abd7450df6ca2a34a4de25c27d46c0b3
Time: 2020-06-30
Author: xmo@berkeley.edu
File Name: python/ray/serve/benchmarks/noop_latency.py
Class Name:
Method Name:


Project Name: ray-project/ray
Commit Name: caf3b04b27c0654af3594f0f5ad956f368229c8f
Time: 2020-10-23
Author: maxfitton@anyscale.com
File Name: python/ray/tests/test_metrics.py
Class Name:
Method Name: