Skip to content

Commit

Permalink
removing commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Zhang <[email protected]>
  • Loading branch information
TJ Zhang committed Sep 12, 2024
1 parent 5700cc8 commit 06619af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions java/integTest/src/test/java/glide/cluster/CommandTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -3299,12 +3299,6 @@ public void scriptKill_unkillable() {
String key = UUID.randomUUID().toString();
RequestRoutingConfiguration.Route route =
new RequestRoutingConfiguration.SlotKeyRoute(key, PRIMARY);
// String code =
// "redis.call('SET', KEYS[1], 'value')\n"
// + " local start = redis.call('time')[1]\n"
// + " while redis.call('time')[1] - start < 5 do\n"
// + " redis.call('SET', KEYS[1], 'value')\n"
// + " end\n";
String code = createLongRunningLuaScript(5, false);
Script script = new Script(code, false);

Expand Down

0 comments on commit 06619af

Please sign in to comment.