0d93e927208349eeab5c0c0cbb56646fff432e2c,python/ray/serve/tests/test_api.py,,test_batching_exception,#Any#,220
Before Change
// set the max batch size
serve.create_backend(
"exception:v1", NoListReturned, config={"max_batch_size": 5} )
serve.create_endpoint(
"exception-test", backend="exception:v1", route="/noListReturned")
After Change
// set the max batch size
serve.create_backend(
"exception:v1", NoListReturned, config=BackendConfig(max_batch_size=5) )
serve.create_endpoint(
"exception-test", backend="exception:v1", route="/noListReturned")
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 2
Instances Project Name: ray-project/ray
Commit Name: 0d93e927208349eeab5c0c0cbb56646fff432e2c
Time: 2020-09-03
Author: architkulkarni@users.noreply.github.com
File Name: python/ray/serve/tests/test_api.py
Class Name:
Method Name: test_batching_exception
Project Name: ray-project/ray
Commit Name: 0d93e927208349eeab5c0c0cbb56646fff432e2c
Time: 2020-09-03
Author: architkulkarni@users.noreply.github.com
File Name: python/ray/serve/tests/test_api.py
Class Name:
Method Name: test_updating_config
Project Name: ray-project/ray
Commit Name: 0d93e927208349eeab5c0c0cbb56646fff432e2c
Time: 2020-09-03
Author: architkulkarni@users.noreply.github.com
File Name: python/ray/serve/tests/test_api.py
Class Name:
Method Name: test_list_backends
Project Name: ray-project/ray
Commit Name: 0d93e927208349eeab5c0c0cbb56646fff432e2c
Time: 2020-09-03
Author: architkulkarni@users.noreply.github.com
File Name: python/ray/serve/tests/test_api.py
Class Name:
Method Name: test_batching
Project Name: ray-project/ray
Commit Name: 0d93e927208349eeab5c0c0cbb56646fff432e2c
Time: 2020-09-03
Author: architkulkarni@users.noreply.github.com
File Name: python/ray/serve/tests/test_api.py
Class Name:
Method Name: test_scaling_replicas
Project Name: ray-project/ray
Commit Name: 0d93e927208349eeab5c0c0cbb56646fff432e2c
Time: 2020-09-03
Author: architkulkarni@users.noreply.github.com
File Name: python/ray/serve/tests/test_api.py
Class Name:
Method Name: test_parallel_start