Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGaox committed Jan 30, 2024
1 parent f1da945 commit d199720
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public void testNonLockOwnerUnlockNoPriorityLockFail() {
fakeRecord.setSimpleField(LockInfo.LockInfoAttribute.OWNER.name(), fakeUserID);
fakeRecord
.setSimpleField(LockInfo.LockInfoAttribute.TIMEOUT.name(), String.valueOf(Long.MAX_VALUE));
fakeRecord.setIntField(LockInfo.LockInfoAttribute.PRIORITY.name(), 0);
_gZkClient.create(_lockPath, fakeRecord, CreateMode.PERSISTENT);

ZKDistributedNonblockingLock.Builder lockBuilder = new ZKDistributedNonblockingLock.Builder();
Expand Down

0 comments on commit d199720

Please sign in to comment.