Skip to content

Commit 55a29f6

Browse files
committed
ADD DEBUG
1 parent 8521bfa commit 55a29f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/run-tests.sh

+1-1
Original file line numberDiff line numberDiff 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

mars/deploy/oscar/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import logging
16+
1517
from .ray import RayClusterBackend, new_cluster_in_ray, new_ray_session
18+
19+
logging.basicConfig(level=logging.DEBUG)

0 commit comments

Comments
 (0)