Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
befa7576
Commit
befa7576
authored
Apr 01, 2021
by
Diego Molteni
Browse files
removed debug info
parent
c5b50ee3
Pipeline
#34308
passed with stages
in 5 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/utest/services/locker.ts
View file @
befa7576
...
...
@@ -124,8 +124,6 @@ export class TestLocker {
await
Locker
.
createWriteLock
(
this
.
datasetKey
,
'
Wx123
'
);
this
.
redisClient
.
get
(
this
.
datasetKey
,
(
err
,
response
)
=>
{
console
.
log
(
'
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
'
);
console
.
log
(
response
.
toString
());
Tx
.
checkTrue
(
'
Wx123
'
===
response
.
toString
(),
done
);
});
});
...
...
Write
Preview
Supports
Markdown
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