File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ -z "$NO_COMMON_TESTS" ]; then
2424 pytest $PYTEST_CONFIG mars/remote mars/storage mars/lib mars/metrics
2525 mv .coverage build/.coverage.tileable.file
2626
27- pytest $PYTEST_CONFIG --forked --ignore mars/tensor --ignore mars/dataframe \
27+ pytest $PYTEST_CONFIG -v -p no:logging -s - -forked --ignore mars/tensor --ignore mars/dataframe \
2828 --ignore mars/learn --ignore mars/remote mars
2929 mv .coverage build/.coverage.main.file
3030 coverage combine build/ && coverage report
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ import logging
16+
1517from .ray import RayClusterBackend , new_cluster_in_ray , new_ray_session
18+
19+ logging .basicConfig (level = logging .DEBUG )
You can’t perform that action at this time.
0 commit comments