ray/rllib/tests
jon-chuang e6a458a31e
[CI] Create zip of ray session_latest/logs dir on test failure and upload to buildkite via /artifact-mount (#23783)
Creates a zip of session_latest dir with test name and timestamp upon python test failure. Writes to dir specified by env var `RAY_TEST_FAILURE_LOGS_DIR`. Noop if env var does not exist.

Downstream consumer (e.g. CI) can upload all created artifacts in this dir. Thereby, PR submitters can more easily debug their CI failures, especially if they can't repro locally.

Limitations:
- a conftest.py file importing the main ray conftest.py needs to be present in same dir as test. This presents a challenge for e.g. dashboard tests which are highly scattered
2022-04-22 09:48:53 +01:00
..
data [RLlib] CQL BC loss fixes; PPO/PG/A2|3C action normalization fixes (#16531) 2021-06-30 12:32:11 +02:00
git_bisect [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
conftest.py [CI] Create zip of ray session_latest/logs dir on test failure and upload to buildkite via /artifact-mount (#23783) 2022-04-22 09:48:53 +01:00
mock_worker.py [RLlib] Filter.clear_buffer() deprecated (use Filter.reset_buffer() instead). (#22246) 2022-02-10 02:58:43 +01:00
run_regression_tests.py [RLlib] Removed deprecated code with error=True (#23916) 2022-04-15 13:51:12 +02:00
test_catalog.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_checkpoint_restore.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_dependency_tf.py [RLlib] Change type to tensortype for cql policies. (#23438) 2022-03-24 12:32:29 +01:00
test_dependency_torch.py [RLlib] Change type to tensortype for cql policies. (#23438) 2022-03-24 12:32:29 +01:00
test_dnc.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_eager_support.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_env_with_subprocess.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_exec_api.py [RLlib] A2C training_iteration method implementation (_disable_execution_plan_api=True) (#23735) 2022-04-15 18:36:13 +02:00
test_execution.py [RLlib] Neural-MMO keep_per_episode_custom_metrics patch (toward making Neuro-MMO RLlib's default massive-multi-agent learning test environment). (#22042) 2022-02-02 17:28:42 +01:00
test_export.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_external_env.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_external_multi_agent_env.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_filters.py [RLlib] Filter.clear_buffer() deprecated (use Filter.reset_buffer() instead). (#22246) 2022-02-10 02:58:43 +01:00
test_gpus.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_io.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_local.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_lstm.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_model_imports.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_multi_agent_env.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_multi_agent_pendulum.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_nested_action_spaces.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_nested_observation_spaces.py [RLlib] Put env-checker on critical path. (#22191) 2022-02-17 14:06:14 +01:00
test_nn_framework_import_errors.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_perf.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_pettingzoo_env.py [RLlib] Update pettingzoo==1.15.0 supersuit==3.3.3 (#22519) 2022-03-01 11:23:27 +01:00
test_placement_groups.py [tune] fix //rllib:tests/test_placement_groups (#22256) 2022-02-09 14:42:31 -08:00
test_ray_client.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_reproducibility.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_rllib_train_and_evaluate.py [Lint] Cleanup incorrectly formatted strings (Part 1: RLLib). (#23128) 2022-03-15 17:34:21 +01:00
test_supported_multi_agent.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_supported_spaces.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
test_timesteps.py [RLlib] Memory leak finding toolset using tracemalloc + CI memory leak tests. (#15412) 2022-04-12 07:50:09 +02:00
test_vector_env.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00