Releases: codecrafters-io/redis-tester
Releases · codecrafters-io/redis-tester
v180
Changelog
- 0698609 Merge pull request #177 from codecrafters-io/andy/fix
- a470512 chore: remove redundant test-flakiness job from GitHub Actions workflow
- c52cab9 refactor: ensure proper mutex handling in SendCommandTestCase
- 9eb30e4 refactor: replace SendCommandWithSyncTestCase with direct XReadTestCase usage in testStreamsXreadBlockMaxID
- 348964e refactor: rename AwaitChan to WaitChan for consistency in test cases
- 066faa8 feat: introduce SendCommandWithSyncTestCase for enhanced command execution in tests
- c8df7d0 chore: update test fixtures for Redis replication and stream handling
- f3adba6 chore: update GitHub Actions workflow to install and manage Redis service
- fbe04c3 feat: add test_flakiness target and AwaitCommandTestCase for improved testing reliability
v179
Changelog
- a470512 chore: remove redundant test-flakiness job from GitHub Actions workflow
- c52cab9 refactor: ensure proper mutex handling in SendCommandTestCase
- 9eb30e4 refactor: replace SendCommandWithSyncTestCase with direct XReadTestCase usage in testStreamsXreadBlockMaxID
- 348964e refactor: rename AwaitChan to WaitChan for consistency in test cases
- 066faa8 feat: introduce SendCommandWithSyncTestCase for enhanced command execution in tests
- c8df7d0 chore: update test fixtures for Redis replication and stream handling
- f3adba6 chore: update GitHub Actions workflow to install and manage Redis service
- fbe04c3 feat: add test_flakiness target and AwaitCommandTestCase for improved testing reliability
v178
Changelog
- 2c3dd72 Merge pull request #175 from codecrafters-io/andy/fix
- 9b8419a refactor: enhance XReadResponseAssertion with ToSerializable method for improved serialization of response values
- ff642ea refactor: introduce NewXReadResponseAssertion constructor for improved response assertion in testStreamsXreadBlockMaxID
- 9576977 refactor: replace StreamAssertion with XReadResponseAssertion for improved response validation in testStreamsXreadBlockMaxID
- 1984438 test: update fixtures
- 9009b4c refactor: streamline testStreamsXreadBlockMaxID function and introduce StreamAssertion for response validation
v177
v176
Changelog
- d016ede Merge pull request #168 from codecrafters-io/reused-conn-logs
- a5ce597 test: update fixtures
- 0adf190 test: update fixtures
- 6894185 refactor: update RespConnection struct to track total sent bytes The SendCommand method has been updated to check the TotalSentBytes field instead of the SentBytes field to determine if a command is being sent for the first time or not.
v175
Changelog
- d016ede Merge pull request #168 from codecrafters-io/reused-conn-logs
- a5ce597 test: update fixtures
- 0adf190 test: update fixtures
- 6894185 refactor: update RespConnection struct to track total sent bytes The SendCommand method has been updated to check the TotalSentBytes field instead of the SentBytes field to determine if a command is being sent for the first time or not.