Skip to content

Commit 3a1c2b6

Browse files
mo-amznUbuntuavifenesh
authored
Node tests - transactions fix (valkey-io#2611)
* 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]>
1 parent 187a726 commit 3a1c2b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

node/tests/TestUtilities.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,10 +1349,6 @@ export async function transactionTest(
13491349
responseData.push(["xgroupDestroy(key9, groupName1)", true]);
13501350
baseTransaction.xgroupDestroy(key9, groupName2);
13511351
responseData.push(["xgroupDestroy(key9, groupName2)", true]);
1352-
1353-
baseTransaction.wait(1, 200);
1354-
responseData.push(["wait(1, 200)", 1]);
1355-
13561352
baseTransaction.rename(key9, key10);
13571353
responseData.push(["rename(key9, key10)", "OK"]);
13581354
baseTransaction.exists([key10]);

0 commit comments

Comments
 (0)