Skip to content

Commit

Permalink
Enable tracing for Ice/idleTimeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 21, 2025
1 parent 1217034 commit 910ec57
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/tests/Ice/idleTimeout.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright (c) ZeroC, Inc.

# Enable some tracing to allow investigating test failures
from Util import ClientServerTestCase, TestSuite


traceProps = {"Ice.Trace.Network": 2, "Ice.Trace.Protocol": 1}

TestSuite(__name__, [ClientServerTestCase(traceProps=traceProps)], options={"compress": [False], "serialize": [False]})

0 comments on commit 910ec57

Please sign in to comment.