[fed] Fixes for the encrypted GRPC backend. (#10503)
This commit is contained in:
@@ -34,6 +34,8 @@ class LintersPaths:
|
||||
"tests/python/test_with_pandas.py",
|
||||
"tests/python-gpu/",
|
||||
"tests/python-sycl/",
|
||||
"tests/test_distributed/test_federated/",
|
||||
"tests/test_distributed/test_gpu_federated/",
|
||||
"tests/test_distributed/test_with_dask/",
|
||||
"tests/test_distributed/test_gpu_with_dask/",
|
||||
"tests/test_distributed/test_with_spark/",
|
||||
@@ -94,6 +96,8 @@ class LintersPaths:
|
||||
"tests/python-gpu/load_pickle.py",
|
||||
"tests/python-gpu/test_gpu_training_continuation.py",
|
||||
"tests/python/test_model_io.py",
|
||||
"tests/test_distributed/test_federated/",
|
||||
"tests/test_distributed/test_gpu_federated/",
|
||||
"tests/test_distributed/test_with_spark/test_data.py",
|
||||
"tests/test_distributed/test_gpu_with_spark/test_data.py",
|
||||
"tests/test_distributed/test_gpu_with_dask/test_gpu_with_dask.py",
|
||||
|
||||
@@ -70,6 +70,7 @@ case "$suite" in
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/python-gpu
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/test_distributed/test_gpu_with_dask
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/test_distributed/test_gpu_with_spark
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/test_distributed/test_gpu_federated
|
||||
unset_pyspark_envs
|
||||
uninstall_xgboost
|
||||
set +x
|
||||
@@ -84,6 +85,7 @@ case "$suite" in
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 ${args} tests/python
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 ${args} tests/test_distributed/test_with_dask
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 ${args} tests/test_distributed/test_with_spark
|
||||
pytest -v -s -rxXs --fulltrace --durations=0 ${args} tests/test_distributed/test_federated
|
||||
unset_pyspark_envs
|
||||
uninstall_xgboost
|
||||
set +x
|
||||
|
||||
Reference in New Issue
Block a user