| commit | df0c674f4e50efe8d343ba1ca942c942a6bfb96f | [log] [tgz] |
|---|---|---|
| author | Jiayu Liu <jiayu.liu@airbnb.com> | Thu Apr 27 14:53:12 2023 +0800 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Oct 12 22:38:37 2023 +0200 |
| tree | 7121a42e6304bf429f30df69a30d0942c083b0fe | |
| parent | ca7664462733ffe2a3e4f50b03231c382b209095 [diff] |
fix domain socket
diff --git a/test/crossrunner/util.py b/test/crossrunner/util.py index 8511f58..c214df8 100644 --- a/test/crossrunner/util.py +++ b/test/crossrunner/util.py
@@ -21,7 +21,7 @@ def domain_socket_path(port): - return '/tmp/v0.16/ThriftTest.thrift.%d' % port + return '/tmp/ThriftTest.thrift.%d' % port def merge_dict(base, update):