Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
dcache-cta
Commits
9d8b56e5
Commit
9d8b56e5
authored
Dec 20, 2021
by
Tigran Mkrtchyan
☕
Browse files
test: fix regression by
35a7056c
parent
35a7056c
Pipeline
#15164
passed with stages
in 3 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/dcache/nearline/cta/xrootd/DataServerHandlerTest.java
View file @
9d8b56e5
...
...
@@ -483,7 +483,7 @@ public class DataServerHandlerTest {
when
(
request
.
getReplicaUri
()).
thenReturn
(
f
.
toURI
());
requests
.
put
(
"0000C9B4E3768770452E8B1B8E0232584872"
,
new
PendingRequest
(
Instant
.
now
(),
request
));
requests
.
put
(
"0000C9B4E3768770452E8B1B8E0232584872"
,
new
PendingRequest
(
request
));
waitForComplete
=
new
CompletableFuture
<>();
...
...
@@ -525,7 +525,7 @@ public class DataServerHandlerTest {
when
(
request
.
getReplicaUri
()).
thenReturn
(
f
.
toURI
());
requests
.
put
(
"0000C9B4E3768770452E8B1B8E0232584872"
,
new
PendingRequest
(
Instant
.
now
(),
request
));
requests
.
put
(
"0000C9B4E3768770452E8B1B8E0232584872"
,
new
PendingRequest
(
request
));
return
request
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment