Skip to content

Commit

Permalink
Node tests - transactions fix (valkey-io#2611)
Browse files Browse the repository at this point in the history
* node tests - delete WAIT test and update inactive to idle in versions past 7.2.0

Signed-off-by: Ubuntu <[email protected]>

* prettier

Signed-off-by: Ubuntu <[email protected]>

* fixes

Signed-off-by: Muhammad Awawdi <[email protected]>

* prettier

Signed-off-by: Muhammad Awawdi <[email protected]>

* apply WAIT for versions >=7.0.0

Signed-off-by: Muhammad Awawdi <[email protected]>

* prettier #2

Signed-off-by: Muhammad Awawdi <[email protected]>

* deleted test

Signed-off-by: Muhammad Awawdi <[email protected]>

---------

Signed-off-by: Ubuntu <[email protected]>
Signed-off-by: Muhammad Awawdi <[email protected]>
Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: Avi Fenesh <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent 187a726 commit 3a1c2b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions node/tests/TestUtilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1349,10 +1349,6 @@ export async function transactionTest(
responseData.push(["xgroupDestroy(key9, groupName1)", true]);
baseTransaction.xgroupDestroy(key9, groupName2);
responseData.push(["xgroupDestroy(key9, groupName2)", true]);

baseTransaction.wait(1, 200);
responseData.push(["wait(1, 200)", 1]);

baseTransaction.rename(key9, key10);
responseData.push(["rename(key9, key10)", "OK"]);
baseTransaction.exists([key10]);
Expand Down

0 comments on commit 3a1c2b6

Please sign in to comment.