Skip to content

Releases: codecrafters-io/redis-tester

v180

14 May 01:04
0698609

Choose a tag to compare

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

14 May 01:04

Choose a tag to compare

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

03 May 13:09
2c3dd72

Choose a tag to compare

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

28 Oct 14:07
024884c

Choose a tag to compare

Changelog

  • 024884c Merge pull request #171 from codecrafters-io/add-logging
  • f3eef20 fix: add regex to replace hexdump lines
  • 748a0dd test: update fixtures
  • 8c71089 refactor: improve logging and hexdump output in test cases
  • c15e1ee feat: add functions required for logging out hexdumps

v176

25 Oct 11:14
d016ede

Choose a tag to compare

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

21 Oct 11:55
d016ede

Choose a tag to compare

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.

v174

19 Oct 19:22
0012bc1

Choose a tag to compare

Changelog

  • 0012bc1 Merge pull request #169 from codecrafters-io/fix-confusing-stage-1-messagse
  • 4fa8b00 Refactor error message in bind_test_case.go for clarity and user guidance.

v173

19 Sep 16:00
f405a3f

Choose a tag to compare

Changelog

  • f405a3f Merge pull request #167 from codecrafters-io/update-tester-utils-to-v0.2.38
  • 621f7ed update-tester-utils-to-v0.2.38

v172

19 Sep 16:00
f405a3f

Choose a tag to compare

Changelog

  • f405a3f Merge pull request #167 from codecrafters-io/update-tester-utils-to-v0.2.38
  • 621f7ed update-tester-utils-to-v0.2.38

v171

04 Sep 14:11
92a2fc2

Choose a tag to compare

Changelog

  • 92a2fc2 Merge pull request #165 from codecrafters-io/CC-1397
  • e90d891 test: add version check for rdb writer