Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
268d972d
Unverified
Commit
268d972d
authored
Jan 31, 2024
by
Francis Li
Committed by
GitHub
Jan 31, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix shell to pass CI check (#9278)
parent
e8145e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
run_test_100times.sh
op-conductor/run_test_100times.sh
+3
-2
No files found.
op-conductor/run_test_100times.sh
View file @
268d972d
#!/bin/bash
set
-e
set
-e
for
i
in
{
1..100
}
;
do
for
i
in
{
1..100
}
;
do
echo
"======================="
echo
"======================="
echo
"Running iteration
$i
"
echo
"Running iteration
$i
"
gotestsum
--
-run
'TestControlLoop'
./...
--count
=
1
--timeout
=
5s
-race
if
!
gotestsum
--
-run
'TestControlLoop'
./...
--count
=
1
--timeout
=
5s
-race
;
then
if
[
$?
-ne
0
]
;
then
echo
"Test failed"
echo
"Test failed"
exit
1
exit
1
fi
fi
...
...
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