Skip to content

Commit

Permalink
Update strand dump tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 committed Dec 13, 2024
1 parent 232f2df commit 5238115
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Ballerina Strand Dump \[\d*/\d*/\d* \d*:\d*:\d*\]

Total Strand count \t\t\t:\t9

Total Isolated Worker count \t\t:\t2
Total Isolated Strand count \t\t:\t2

Total Non Isolated Worker count \t\t:\t7
Total Non Isolated Strand count \t\t:\t7

================================================================

Isolated Workers:
Isolated Strands:

\tStrand #\d* \"\w*\" :
\t\tat balProgram1.\$lambda\$_0\(balProgram1.bal:\d*\)
Expand All @@ -19,7 +19,7 @@ Isolated Workers:
\t\tat balProgram1.\$lambda\$_1\(balProgram1.bal:\d*\)
\t\t lambdas.\$_generated1balProgram1.\$lambda\$_1\$lambda1\$\(balProgram1.bal:\d*\)

Non Isolated Workers:
Non Isolated Strands:

\tStrand #\d* \"\w*\" :
\t\tat balProgram1.\$lambda\$_2\(balProgram1.bal:\d*\)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Ballerina Strand Dump \[\d*/\d*/\d* \d*:\d*:\d*\]

Total Strand count \t\t\t:\t7

Total Isolated Worker count \t\t:\t0
Total Isolated Strand count \t\t:\t0

Total Non Isolated Worker count \t\t:\t7
Total Non Isolated Strand count \t\t:\t7

================================================================

Isolated Workers:
Isolated Strands:

Non Isolated Workers:
Non Isolated Strands:

\tStrand #\d* \"\w*\" :
\t\tat testOrg.testPackageWithModules.0.main.bar\(main.bal:\d*\)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Ballerina Strand Dump \[\d*/\d*/\d* \d*:\d*:\d*\]

Total Strand count \t\t\t:\t17

Total Isolated Worker count \t\t:\t4
Total Isolated Strand count \t\t:\t4

Total Non Isolated Worker count \t\t:\t13
Total Non Isolated Strand count \t\t:\t13

================================================================

Isolated Workers:
Isolated Strands:

\tStrand #\d* \"\w*\" :
\t\tat ballerina.lang&0046runtime.0.runtime.sleep\(runtime.bal:\d*\)
Expand All @@ -32,7 +32,7 @@ Isolated Workers:
\t\t testOrg.testPackageWithModules&0046anotherutils.0.creators.\$_function_calls.call\(Unknown Source\)
\t\t testOrg.testPackageWithModules.0.lambdas.\$_generated1main.entryfunc\$lambda\$2\$\(main.bal:\d*\)

Non Isolated Workers:
Non Isolated Strands:

\tStrand #\d* \"\w*\" :
\t\tat testOrg.testPackageWithModules.0.main.\$lambda\$_4\(main.bal:\d*\)
Expand Down

0 comments on commit 5238115

Please sign in to comment.