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
31230cad
Commit
31230cad
authored
11 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
add RetryTen annotation to hardlink maker tests.
SVN: 29712
parent
a5058a11
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
common/sourceTest/java/ch/systemsx/cisd/common/filesystem/AbstractHardlinkMakerTest.java
+4
-3
4 additions, 3 deletions
...msx/cisd/common/filesystem/AbstractHardlinkMakerTest.java
with
4 additions
and
3 deletions
common/sourceTest/java/ch/systemsx/cisd/common/filesystem/AbstractHardlinkMakerTest.java
+
4
−
3
View file @
31230cad
...
@@ -32,6 +32,7 @@ import org.testng.annotations.Test;
...
@@ -32,6 +32,7 @@ import org.testng.annotations.Test;
import
ch.systemsx.cisd.common.io.CollectionIO
;
import
ch.systemsx.cisd.common.io.CollectionIO
;
import
ch.systemsx.cisd.common.logging.LogInitializer
;
import
ch.systemsx.cisd.common.logging.LogInitializer
;
import
ch.systemsx.cisd.common.test.RetryTen
;
/**
/**
* The abstract superclass of tests for the various hardlink maker implementations.
* The abstract superclass of tests for the various hardlink maker implementations.
...
@@ -128,7 +129,7 @@ public abstract class AbstractHardlinkMakerTest
...
@@ -128,7 +129,7 @@ public abstract class AbstractHardlinkMakerTest
}
}
@Test
(
groups
=
@Test
(
groups
=
{
"requires_unix"
})
{
"requires_unix"
}
,
retryAnalyzer
=
RetryTen
.
class
)
public
void
testCopyWithHardLinks
()
throws
IOException
public
void
testCopyWithHardLinks
()
throws
IOException
{
{
File
inputDir
=
createDirectory
(
workingDirectory
,
"resource-to-copy"
);
File
inputDir
=
createDirectory
(
workingDirectory
,
"resource-to-copy"
);
...
@@ -150,7 +151,7 @@ public abstract class AbstractHardlinkMakerTest
...
@@ -150,7 +151,7 @@ public abstract class AbstractHardlinkMakerTest
}
}
@Test
(
groups
=
@Test
(
groups
=
{
"requires_unix"
})
{
"requires_unix"
}
,
retryAnalyzer
=
RetryTen
.
class
)
public
void
testCopyFile
()
throws
IOException
public
void
testCopyFile
()
throws
IOException
{
{
File
src
=
createFile
(
workingDirectory
,
"fileXXX"
);
File
src
=
createFile
(
workingDirectory
,
"fileXXX"
);
...
@@ -180,7 +181,7 @@ public abstract class AbstractHardlinkMakerTest
...
@@ -180,7 +181,7 @@ public abstract class AbstractHardlinkMakerTest
}
}
@Test
(
groups
=
@Test
(
groups
=
{
"requires_unix"
})
{
"requires_unix"
}
,
retryAnalyzer
=
RetryTen
.
class
)
public
void
testDeleteWhileCopying
()
throws
IOException
public
void
testDeleteWhileCopying
()
throws
IOException
{
{
TestBigStructureCreator
creator
=
TestBigStructureCreator
creator
=
...
...
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