You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to override LogAssert in Manager.cls to capture the interoperability processes after the production starts in %UnitTest.TestProduction test cases
// Extra check to make sure that monitor is stopped (another chance to get problem processes to unmap from shared memory)
257
-
// Sometimes the monitor does not stop right away if there are other processes that are being monitored.
258
-
// The root cause of this is unknown and could use further investigation at some point.
259
-
SettMaxAttempts = 5
260
-
For {
261
-
SettUnmappedAll = $zu(84,0,0)
262
-
Hang1
263
-
If (tUnmappedAll) {
264
-
Quit
265
-
}
266
-
If ($Increment(tUnmapCounter) > tMaxAttempts) {
267
-
SettMsg = $$$FormatText("Some process(es) still holding on to shared memory for line by line monitor after %1 attempts to release. See console log or cstat -p-1 for details.",tMaxAttempts)
0 commit comments