File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ const dbPath = normalize(GitHubActionsTempFolder + '/dbs')
1111const binaryPath = normalize ( GitHubActionsTempFolder + '/binaries' )
1212
1313for ( let i = 0 ; i < 100 ; i ++ ) {
14- test . concurrent ( `if run ${ i } is successful` , async ( ) => {
15- Error . stackTraceLimit = Infinity
14+ test ( `if run ${ i } is successful` , async ( ) => {
1615 console . log ( 'CI:' , process . env . useCIDBPath )
1716
1817 process . env . mysqlmsn_internal_DO_NOT_USE_deleteDBAfterStopped = String ( ! process . env . useCIDBPath )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ jest.setTimeout(500_000);
1717
1818for ( const version of versions ) {
1919 for ( const username of usernames ) {
20- test . concurrent ( `running on version ${ version } with username ${ username } ` , async ( ) => {
20+ test ( `running on version ${ version } with username ${ username } ` , async ( ) => {
2121 process . env . mysqlmsn_internal_DO_NOT_USE_deleteDBAfterStopped = String ( ! process . env . useCIDBPath )
2222
2323 const options : ServerOptions = {
You can’t perform that action at this time.
0 commit comments