Http Integration Tests: Create tests to support HTTP(4)
This issue involves creating the below test cases for HTTP as well:
Source: integration_tests/commands/async/
- echo_test.go
- exists_test.go
- expire_test.go
- expireat_test.go
- expiretime_test.go
Steps:
- Create the corresponding tests for these commands in integration_tests/commands/http.
- Use set_test.go as a reference, and how to alter the input and output to match JSON structures from RESP.
- Run the tests and fix issues with command parsing in HTTP.
If you need to do anything custom to support HTTP, let @pratikpandey21 @lucifercr07 know.
Can i take this up?
@harsh082ip assigned, thanks for contributing.
#752
Hii @pratikpandey21 @lucifercr07 , can u please review this PR, I have completed 2/5 test cases for HTTP (i.e. for EXISTS and ECHO), I've also attached screenshots of test cases output as well And I will create PR for remaining test cases soon Please let me know if any changes are required
Regards,
#752
Hii, Can anyone please review my PR, I'm facing an error there regarding some checks
Regards,
Closing, merged as part of #752
Hii @lucifercr07 ,
Thank you for reviewing and merging the PR, but these two test cases are pending (i.e. expireat_test.go & expiretime_test.go)
I will create a PR for these by tomorrow
Regards