[GH] (kvrocks): Workflow run "CI" failed!

2024-01-25 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user enjoy-binbin (triggered by enjoy-binbin).

Head commit for run:
16f8e96eab7be0c487668e033654f4addaa0f209 / Binbin 
Fix crash in zset store getkeys, fix zdiff/bzmpop range, add tests

These following cases will crash the server, the reason is that
the index of numkeys is wrong:
```
command getkeys zdiffstore dst 2 src1 src2
command getkeys zinterstore dst 2 src1 src2
command getkeys zunionstore dst 2 src1 src2
```

These following getkeys output is wrong:
```
> command getkeys zdiff 2 key1 key2
1) "key1"
2) "key2"
3) (nil)

> command getkeys bzmpop 0 2 key1 key2
1) "key1"
```

These are ok:
```
command getkeys zinter 2 key1 key2
command getkeys zunion 2 key1 key2
command getkeys sintercard 2 key1 key2
command getkeys zintercard 2 key1 key2
command getkeys zmpop 2 key1 key2
command getkeys lmpop 2 key1 key2
command getkeys blmpop 0 2 key1 key2
```

However, at present, there is still a problem with our zset store.
We do not support returning dst key, but let's do it later...
```
127.0.0.1:6379> command getkeys zinterstore dst 2 src1 src2
1) "dst"
2) "src1"
3) "src2"

127.0.0.1:> command getkeys zinterstore dst 2 src1 src2
1) "src1"
2) "src2"
```

Report URL: https://github.com/apache/kvrocks/actions/runs/7651909056

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "CI" is working again!

2024-01-25 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user jihuayu (triggered by jihuayu).

Head commit for run:
355111e295b6fd30688a6ee29643e852118cbdb9 / 纪华裕 
Update kvrocks.yaml

Report URL: https://github.com/apache/kvrocks/actions/runs/7651728690

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "CI" failed!

2024-01-25 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user caipengbo (triggered by caipengbo).

Head commit for run:
69682bb08bfba178c470f4fdacac57a1ead91385 / Myth 
tidy

Report URL: https://github.com/apache/kvrocks/actions/runs/7653844602

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "CI" is working again!

2024-01-25 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
044b6fde4d34894b5ff0ba3534419b9631a34753 / Binbin 
Fix crash in zset store getkeys, fix zdiff/bzmpop range, add tests (#2051)

These following cases will crash the server, the reason is that
the index of numkeys is wrong:
```
command getkeys zdiffstore dst 2 src1 src2
command getkeys zinterstore dst 2 src1 src2
command getkeys zunionstore dst 2 src1 src2
```

These following getkeys output is wrong:
```
> command getkeys zdiff 2 key1 key2
1) "key1"
2) "key2"
3) (nil)

> command getkeys bzmpop 0 2 key1 key2
1) "key1"
```

These are ok:
```
command getkeys zinter 2 key1 key2
command getkeys zunion 2 key1 key2
command getkeys sintercard 2 key1 key2
command getkeys zintercard 2 key1 key2
command getkeys zmpop 2 key1 key2
command getkeys lmpop 2 key1 key2
command getkeys blmpop 0 2 key1 key2
```

However, at present, there is still a problem with our zset store.
We do not support returning dst key, but let's do it later...
```
127.0.0.1:6379> command getkeys zinterstore dst 2 src1 src2
1) "dst"
2) "src1"
3) "src2"

127.0.0.1:> command getkeys zinterstore dst 2 src1 src2
1) "src1"
2) "src2"
```

Report URL: https://github.com/apache/kvrocks/actions/runs/7653661585

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "SonarCloud Analysis" failed!

2024-01-25 Thread GitBox


The GitHub Actions job "SonarCloud Analysis" on kvrocks.git has failed.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
8361174b652f83217c80d7ebcefbe4163d958624 / 纪华裕 
Fix sonar action can't get PR number (#2048)

Co-authored-by: hulk 

Report URL: https://github.com/apache/kvrocks/actions/runs/7655173486

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "SonarCloud Analysis" is working again!

2024-01-25 Thread GitBox


The GitHub Actions job "SonarCloud Analysis" on kvrocks.git has succeeded.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
8361174b652f83217c80d7ebcefbe4163d958624 / 纪华裕 
Fix sonar action can't get PR number (#2048)

Co-authored-by: hulk 

Report URL: https://github.com/apache/kvrocks/actions/runs/7655223149

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "SonarCloud Analysis" failed!

2024-01-25 Thread GitBox


The GitHub Actions job "SonarCloud Analysis" on kvrocks.git has failed.
Run started by GitHub user caicancai (triggered by caicancai).

Head commit for run:
cbede1b4523676fdd3446477f667023f63090682 / Twice 
Fix Sonar CI fail in unstable branch (#2052)

We should output empty instead of `null` as PR number for unstable branch.

Report URL: https://github.com/apache/kvrocks/actions/runs/7656470596

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "SonarCloud Analysis" is working again!

2024-01-25 Thread GitBox


The GitHub Actions job "SonarCloud Analysis" on kvrocks.git has succeeded.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
cbede1b4523676fdd3446477f667023f63090682 / Twice 
Fix Sonar CI fail in unstable branch (#2052)

We should output empty instead of `null` as PR number for unstable branch.

Report URL: https://github.com/apache/kvrocks/actions/runs/7656466335

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "SonarCloud Analysis" failed!

2024-01-25 Thread GitBox


The GitHub Actions job "SonarCloud Analysis" on kvrocks.git has failed.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
ba6f61e0d0194e54b9fa7d0bcf22e3f7322c5575 / Cancai Cai 
<77189278+caican...@users.noreply.github.com>
Add additional environment prerequisites (#2054)

Report URL: https://github.com/apache/kvrocks/actions/runs/7657036549

With regards,
GitHub Actions via GitBox



[GH] (kvrocks): Workflow run "SonarCloud Analysis" is working again!

2024-01-25 Thread GitBox


The GitHub Actions job "SonarCloud Analysis" on kvrocks.git has succeeded.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
ba6f61e0d0194e54b9fa7d0bcf22e3f7322c5575 / Cancai Cai 
<77189278+caican...@users.noreply.github.com>
Add additional environment prerequisites (#2054)

Report URL: https://github.com/apache/kvrocks/actions/runs/7657648547

With regards,
GitHub Actions via GitBox