Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
d3fe793c
Commit
d3fe793c
authored
7 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-5897: fixing test because of change in the reporting
SVN: 39124
parent
f670600c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datastore_server/sourceTest/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest.java
+5
-5
5 additions, 5 deletions
...SetAndPathInfoDBConsistencyCheckProcessingPluginTest.java
with
5 additions
and
5 deletions
datastore_server/sourceTest/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest.java
+
5
−
5
View file @
d3fe793c
...
@@ -241,7 +241,7 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
...
@@ -241,7 +241,7 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
.
contains
(
TestCaseParameters
.
FailurePoint
.
FILE_LENGTH
))
.
contains
(
TestCaseParameters
.
FailurePoint
.
FILE_LENGTH
))
{
{
body
=
body
=
"Data sets checked:\n\nds-1\n\n"
"Data sets checked:\n\n
[
ds-1
]
\n\n"
+
"Differences found:\n\n"
+
"Differences found:\n\n"
+
"Data set ds-1:\n"
+
"Data set ds-1:\n"
+
"- 'data.txt' size in the file system = 1024 bytes but in the path info database = 2100 bytes.\n\n"
;
+
"- 'data.txt' size in the file system = 1024 bytes but in the path info database = 2100 bytes.\n\n"
;
...
@@ -249,7 +249,7 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
...
@@ -249,7 +249,7 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
.
contains
(
TestCaseParameters
.
FailurePoint
.
ROOT_NODE_EXISTS
))
.
contains
(
TestCaseParameters
.
FailurePoint
.
ROOT_NODE_EXISTS
))
{
{
body
=
body
=
"Data sets checked:\n\nds-1\n\n"
"Data sets checked:\n\n
[
ds-1
]
\n\n"
+
"Differences found:\n\n"
+
"Differences found:\n\n"
+
"Data set ds-1:\n"
+
"Data set ds-1:\n"
+
"- 'targets/unit-test-wd/ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest' "
+
"- 'targets/unit-test-wd/ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest' "
...
@@ -259,7 +259,7 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
...
@@ -259,7 +259,7 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
.
contains
(
TestCaseParameters
.
FailurePoint
.
ROOT_NODE_PATH
))
.
contains
(
TestCaseParameters
.
FailurePoint
.
ROOT_NODE_PATH
))
{
{
body
=
body
=
"Data sets checked:\n\nds-1\n\n"
"Data sets checked:\n\n
[
ds-1
]
\n\n"
+
"Differences found:\n\n"
+
"Differences found:\n\n"
+
"Data set ds-1:\n"
+
"Data set ds-1:\n"
+
"- 'different' is referenced in the path info database but does not exist on the file system\n"
+
"- 'different' is referenced in the path info database but does not exist on the file system\n"
...
@@ -268,13 +268,13 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
...
@@ -268,13 +268,13 @@ public class DataSetAndPathInfoDBConsistencyCheckProcessingPluginTest extends
.
contains
(
TestCaseParameters
.
FailurePoint
.
CHECKSUM
))
.
contains
(
TestCaseParameters
.
FailurePoint
.
CHECKSUM
))
{
{
body
=
body
=
"Data sets checked:\n\nds-1\n\n"
"Data sets checked:\n\n
[
ds-1
]
\n\n"
+
"Differences found:\n\n"
+
"Differences found:\n\n"
+
"Data set ds-1:\n"
+
"Data set ds-1:\n"
+
"- 'data.txt' CRC32 checksum in the file system = 002cc5cb but in the path info database = 000f58fc\n\n"
;
+
"- 'data.txt' CRC32 checksum in the file system = 002cc5cb but in the path info database = 000f58fc\n\n"
;
}
else
}
else
{
{
body
=
"Data sets checked:\n\nds-1\n\nDifferences found:\n\nNone"
;
body
=
"Data sets checked:\n\n
[
ds-1
]
\n\nDifferences found:\n\nNone"
;
}
}
oneOf
(
mailClient
).
sendEmailMessage
(
subject
,
body
,
null
,
null
,
oneOf
(
mailClient
).
sendEmailMessage
(
subject
,
body
,
null
,
null
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment