tison

Results 182 issues of tison

This is the first step mentioned in [ZOOKEEPER-102](https://issues.apache.org/jira/browse/ZOOKEEPER-102) and we should not play with ByteBuffer among the request handling code path.

Report: https://github.com/apache/incubator-kvrocks/runs/7060886256?check_suite_focus=true

help wanted

See also: * https://issues.apache.org/jira/browse/CURATOR-644 * https://issues.apache.org/jira/browse/CURATOR-645 ## Livelock in details Here we have two race conditions to cause livelock: Case 1. Suppose there are two participants, p0 and p1: T0....

This follows [how semantic-pull-requests probot app recommends its GitHub Actions alternative](https://github.com/zeke/semantic-pull-requests/blob/021ebc531acdbd9fa882acb9371ecf480a65d17b/README.md). The core logic of `tisonkun/actions-dco` is a fork of this repo and already verified on multiple repos: * [nmstate/nmpolicy](https://github.com/nmstate/nmpolicy/blob/b863b90dbc4f2b2704524519a8f1bbf1b6653329/.github/workflows/check.yaml#L74-L77)...

## Bug Report **Current Behavior** A clear and concise description of the behavior. ```ts import { Probot } from 'probot'; function agent(app: Probot) { app.onAny(async (context) => { context.log.info({ event:...

Signed-off-by: tison This closes #63 .

TestMain can be used for setup and teardown logic. However, VerifyTestMain calls `os.Exit` which disables to register teardown function by `defer`. cc @prashantv

* [x] #56 * [x] #55 * [x] #86 * [x] #87 * [x] #88 * [x] #89 * [x] #58 * [x] #59 * [x] #80 * [x] #90...

We don't have a file for it yet. May we create one on writing. cc @yudongusa

Reference * https://github.com/pingcap/tidb/pull/27640#issuecomment-907978311