上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: open -n /Applications/Wireshark.app 呃 今天遇到个问题,只在macos_nfsv4上发生, smb 和 nfsv3都pass 我debug的方法是: 在testcase处,打断点,然后一步步调用; 在testcase处,打log / print --> 在底层调用 阅读全文
posted @ 2020-06-28 23:15 vivi~ 阅读(3077) 评论(1) 推荐(0)
摘要: 当大量数据时,尽量用tuple print 80*'-' print sys.getsizeof(objiect) print dir(sys) print help(sys.getsizeof) tuple 的快速写法: test1 = 1, test2 = 1 test3 = 1,2,3 a = 阅读全文
posted @ 2020-06-26 21:35 vivi~ 阅读(148) 评论(0) 推荐(0)
摘要: 问题描述: 在MacOS上,支持 smb & nfs; 有个testcase 与 hardlink相关, hardlink只存在nfs上。 更不可详细描述的细节, 类似于如下: global parameter = smb def set_up(self): global parameter par 阅读全文
posted @ 2020-06-25 22:53 vivi~ 阅读(515) 评论(0) 推荐(0)
摘要: 问题: 3个client, 3个不同的time 先从windows来看: 1. net time win16: Could not locate a time-server. win19: PS U:\Multiprotocols-Stress-Tool> net time Current time 阅读全文
posted @ 2020-06-18 20:10 vivi~ 阅读(202) 评论(0) 推荐(0)
摘要: MacOS 测试,用到了好多virtual clients,但只有第一台正常,其他的一直报错。 后来定位到是 hostname取得不合法,加了下划线,然而 reqest还是被server接收了,但是只在server内部报了错误, 最后在client端显示的什么来着不记得了,其他同事定位到的。。 果断 阅读全文
posted @ 2020-06-12 15:42 vivi~ 阅读(695) 评论(0) 推荐(0)
摘要: 在wireshark 上右键点击 列表栏, 选择 Column Preferences > Appearance > Columns 目前加了三列,很方便有效。 stream: tcp.stream hash: nfs.fh.hash File Id: smb2.fid 阅读全文
posted @ 2020-05-26 21:52 vivi~ 阅读(154) 评论(0) 推荐(0)
摘要: NT Status: STATUS_LOCK_NOT_GRANTED (0xc0000055) No such file or directory. The file or directory name specified does not exist. smb2.nt_status == 0xc0 阅读全文
posted @ 2020-05-26 21:46 vivi~ 阅读(240) 评论(0) 推荐(0)
摘要: nfsv4 && nfsv3 on macos NFS3ERR_NOENT | NFS4ERR_NOENT 发生在 想lookup时,发现文件已经被remove了 No such file or directory. The file or directory name specified does 阅读全文
posted @ 2020-05-26 21:17 vivi~ 阅读(992) 评论(0) 推荐(0)
摘要: Status: NFS4ERR_STALE (70) file no longer exists 发生在想lock 时 ,文件已经被别的进程lock住,过了一段时间后再去open_reclaim时,该文件 已经被remove掉了,反应在上层:[Errno 5] Input/output error 阅读全文
posted @ 2020-05-23 17:01 vivi~ 阅读(1361) 评论(0) 推荐(0)
摘要: 以为是网络问题,特意断了公司网络,换手机热点,依然不行。。 结果 加如下配置即可 "downloader_precedence": { "linux": [ "curl", "urllib", "wget" ], "osx": [ "curl", "urllib" ], "windows": [ " 阅读全文
posted @ 2020-05-21 16:46 vivi~ 阅读(254) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页