Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DigiGov-OSS
AuditRecordDB
Commits
3c169db2
Commit
3c169db2
authored
Jan 07, 2022
by
Panagiotis Skarvelis
Browse files
some sleep to avoid fs not found errors
parent
af5d05ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/stress.sh
View file @
3c169db2
...
...
@@ -11,6 +11,8 @@ for i in {1..1000}; do
node
--trace-warnings
--experimental-specifier-resolution
=
node ./stressnode.js&
done
sleep
1
# validate by count the number of records on folder /tmp/audit is equal to 1000
while
[
$(
ls
-1
/tmp/audit/
*
.json |
wc
-l
)
-ne
1000
]
;
do
sleep
1
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment