Shaowen Yin

Results 84 issues of Shaowen Yin

I have a Thread work as a producer, it put things into a Queue every second. Meanwhile, I want to have a coroutine run in main thread which works as...

question

``` (setq alert-default-style 'osx-notifier) (alert "haha") (alert "棒") (alert "😄") ``` The second expression works as expected, however, the third and fourth will fail. ----------- It seems that we do...

by @cyliuu

- [ ] `bugfix` Restart failed, "Address already in use" - [ ] `refactor` code structure

### 音乐播放有什么操作 以前的磁带、复读机:快退,暂停/播放,停止,快进 MP3:复读机的所有功能,曲库管理,选择某一首播放,上一首,下一首; ```python > resume > pause > stop > play 晴天 > seek 2:34 ```

_I think this is a question instead of a bug._ **Background** I want to implement nowplaying for a PyQt5 application on macOS. The code in [gist][gist] also works well. However,...

## Bug Report **What did you do?** Run bank2 testcase with nemesis. **What did you expect to see?** The case should only fail when there is an inconsistency. **What did...

Toggle feature async-commit and gc-in-compaction-filter during test run. cc @hicqu

### 概述 * _用例运行_ 问题比较多,挺影响效率的 * _用例实现_ 方面问题虽然有,但相对是可控的 ### 用例运行 - [x] A 想让一个用例运行 **长期** 在不同配置/分支的 TiDB 集群上、目前需要写上百行的 yaml 文件 * 举个例子 * https://github.com/pingcap/tipocket/pull/320 这个 PR 其实只是想修改 TiDB 集群配置,让 bank2...

type/enhancement

当前,scaling nemesis 会随意的 scale 集群的任意节点。 https://github.com/pingcap/tipocket/blob/fbafe824000a607eb9666fd1ed2c0f509e6905f8/pkg/nemesis/scaling.go#L61-L94 但在 resolve-lock 这个测试用例中,我们想只 scale tikv,并且保证 tikv 的 replicas 总是不少于 n(3) 个。 希望 tipocket 能提供另外一种 nemesis 以符合上述需求。