dice icon indicating copy to clipboard operation
dice copied to clipboard

Websocket integration tests - SET and GET

Open psrvere opened this issue 1 year ago • 1 comments

This PR is a preparatory step in adding integration tests for websocket --> #557. We want to use all async server integration tests as it is for websocket with minor changes.

This PR

  • changes websocket FireCommand function to be compatible with async server integration tests
  • adds tests for GET command

psrvere avatar Sep 30 '24 08:09 psrvere

@pratikpandey21 @lucifercr07 - Please review.

psrvere avatar Sep 30 '24 09:09 psrvere

@pratikpandey21 - the only change I made was related to types in assert statement. These types are dependent on the parsing logic which will evolve as we ass more tests to it.

psrvere avatar Oct 01 '24 06:10 psrvere