What is the problem?
Ray version and other system information (Python version, TensorFlow version, OS): 0.9dev
The driver logs to a python-core-driver-* file correctly during the first ray.init(), but then a subsequent ray.shutdown() and ray.init() does not produce a second file in the session logs. This is probably only relevant for pytests that run multiple ray sessions in the same process.
Reproduction (REQUIRED)
Any checked in pytest. For example, pytest python/ray/tests/test_basic.py.
What is the problem?
Ray version and other system information (Python version, TensorFlow version, OS): 0.9dev
The driver logs to a
python-core-driver-*file correctly during the firstray.init(), but then a subsequentray.shutdown()andray.init()does not produce a second file in the session logs. This is probably only relevant for pytests that run multiple ray sessions in the same process.Reproduction (REQUIRED)
Any checked in pytest. For example,
pytest python/ray/tests/test_basic.py.