bed1be611e075a1e676c0bc66e26824e728108b2,python/ray/tests/test_dynres.py,,test_dynamic_res_creation,#Any#,12

Before Change


    cluster_res = ray.cluster_resources()

    assert available_res[res_name] == res_capacity
    assert cluster_res[res_name] == res_capacity


def test_dynamic_res_deletion(shutdown_only):
    // This test deletes a resource locally (without specifying the client_id)

After Change


        return (available_res.get(res_name, None) == res_capacity
                and cluster_res.get(res_name, None) == res_capacity)

    wait_for_condition(check_resources)


def test_dynamic_res_deletion(shutdown_only):
    // This test deletes a resource locally (without specifying the client_id)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 17

Non-data size: 3

Instances


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_creation


Project Name: ray-project/ray
Commit Name: 580b017b431ef71ab56164464afcf7d042785a90
Time: 2020-03-02
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/tests/test_reference_counting.py
Class Name:
Method Name: test_global_gc_when_full


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_deletion_scheduler_consistency


Project Name: ray-project/ray
Commit Name: 8223a33bff9b8d0e736571c9808b27dc2e2a74f5
Time: 2020-11-30
Author: rkooo567@gmail.com
File Name: python/ray/tests/test_tempfile.py
Class Name:
Method Name: test_raylet_tempfiles


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_concurrent_res_decrement


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_concurrent_res_delete


Project Name: ray-project/ray
Commit Name: db0d6e8efae1b5f68aaff3706e87e6e19db45332
Time: 2020-07-26
Author: robertnishihara@gmail.com
File Name: python/ray/tests/test_metrics.py
Class Name:
Method Name: test_memory_dashboard


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_infeasible_rescheduling


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_updation_clientid


Project Name: ray-project/ray
Commit Name: 580b017b431ef71ab56164464afcf7d042785a90
Time: 2020-03-02
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/tests/test_reference_counting.py
Class Name:
Method Name: test_global_gc


Project Name: ray-project/ray
Commit Name: 93006c2ba52e059e6fda52694762ad3cbcdef461
Time: 2021-01-10
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/tests/test_queue.py
Class Name:
Method Name: test_custom_resources


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_concurrent_res_increment


Project Name: ray-project/ray
Commit Name: a76434ccde61bef853cb7655b22a5d67739a4913
Time: 2020-05-20
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_deletion


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_creation_clientid


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_deletion_clientid


Project Name: ray-project/ray
Commit Name: bed1be611e075a1e676c0bc66e26824e728108b2
Time: 2020-07-09
Author: chenh1024@gmail.com
File Name: python/ray/tests/test_dynres.py
Class Name:
Method Name: test_dynamic_res_creation_clientid_multiple


Project Name: ray-project/ray
Commit Name: 43932f5330ec5a7e2ab55d64a7d3a91f47acdf65
Time: 2021-04-05
Author: ed.nmi.oakes@gmail.com
File Name: python/ray/serve/tests/test_failure.py
Class Name:
Method Name: test_http_proxy_failure