Skip to content

Commit a470512

Browse files
committed
chore: remove redundant test-flakiness job from GitHub Actions workflow
- Eliminated the test-flakiness job from the workflow as it is no longer necessary. - Updated the workflow to streamline the testing process and improve efficiency.
1 parent c52cab9 commit a470512

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,3 @@ jobs:
4545
with:
4646
version: "2023.1"
4747
install-go: false
48-
49-
test-flakiness:
50-
runs-on: ubuntu-latest
51-
steps:
52-
- name: Checkout
53-
uses: actions/checkout@v4
54-
55-
- name: Set up Go
56-
uses: actions/setup-go@v5
57-
with:
58-
go-version: 1.23.x
59-
60-
- name: Install Redis
61-
run: |-
62-
curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg
63-
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
64-
sudo apt-get update
65-
sudo apt-get install redis
66-
67-
- name: "Stop redis service"
68-
run: sudo service redis-server stop
69-
70-
- run: RUNS=10 make test_flakiness

internal/test_streams_xread_block_max_id.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func testStreamsXreadBlockMaxID(stageHarness *test_case_harness.TestCaseHarness)
8888
return err
8989
}
9090

91+
// Ensure the responses of XAdd and XRead are fixed in the fixture
9192
xReadTestCase.ResumeReadingResponse()
9293
<-xReadDone
9394

0 commit comments

Comments
 (0)