Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
d1517dba
Commit
d1517dba
authored
Oct 16, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
6e766565
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.nxdtest
.nxdtest
+2
-2
wcfs/gogccrash
wcfs/gogccrash
+2
-2
No files found.
.nxdtest
View file @
d1517dba
# setup to run tests on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status
storv = ['fs', 'zeo', 'neo'] # storage backends to test against
#storv = ['fs', 'zeo'] # XXX reenable zeo and
neo
#
storv = ['fs', 'zeo', 'neo'] # storage backends to test against
storv = ['fs', 'zeo'] # XXX reenable
neo
# some bugs are only likely to trigger when there is only 1 or 2 main OS thread(s) in wcfs
# GOMAXPROCS='' means use `nproc`
...
...
wcfs/gogccrash
View file @
d1517dba
...
...
@@ -7,8 +7,8 @@ ulimit -c unlimited
#export DBTail_SEED=1602769537289632682
for
i
in
`
seq
100
`
;
do
echo
-e
"
\n
>>> #
$i
"
go
test
-v
-race
||
break
#
echo -e "\n>>> #$i"
go
test
-v
||
break
done
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