Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
af2f4b23
Unverified
Commit
af2f4b23
authored
Apr 13, 2020
by
Steven Allen
Committed by
GitHub
Apr 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7148 from ipfs/chore/disable_gc-race_test
Temporarily disable gc-race test
parents
5ecf44a8
cb5863c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
test/sharness/t0054-dag-car-import-export.sh
test/sharness/t0054-dag-car-import-export.sh
+7
-4
No files found.
test/sharness/t0054-dag-car-import-export.sh
View file @
af2f4b23
...
@@ -29,11 +29,14 @@ reset_blockstore() {
...
@@ -29,11 +29,14 @@ reset_blockstore() {
do_import
()
{
do_import
()
{
node
=
$1
;
shift
node
=
$1
;
shift
touch
spin.gc
# for tests below expecting this to be non -z
timeout
-s
QUIT 15 bash
-c
"while [[ -e spin.gc ]]; do ipfsi
$node
repo gc &>>gc_out; done"
&
gc1_pid
=
$!
echo
"FIXME: BELOW TEST DISABLED FOR THE TIME BEING"
>
gc_out
timeout
-s
QUIT 15 bash
-c
"while [[ -e spin.gc ]]; do ipfsi
$node
repo gc &>>gc_out; done"
&
gc2_pid
=
$!
timeout
-s
QUIT 10 bash
-c
"ipfsi
$node
dag import
$*
2>&1"
#touch spin.gc
#timeout -s QUIT 30 bash -c "while [[ -e spin.gc ]]; do ipfsi $node repo gc &>>gc_out; done" & gc1_pid=$!
#timeout -s QUIT 25 bash -c "while [[ -e spin.gc ]]; do ipfsi $node repo gc &>>gc_out; done" & gc2_pid=$!
timeout
-s
QUIT 20 bash
-c
"ipfsi
$node
dag import
$*
2>&1"
rm
-f
spin.gc
||
true
rm
-f
spin.gc
||
true
}
}
...
...
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