-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Text.RegularExpressions.RegexMatchTimeoutException #4159
Comments
That is unfortunate, but imho the correct way to do this. Otherwise you would not see it and we have no other way of receiving that kind of information. |
I've added 1000ms timeout because that seemed like lightyears in regex matching, especially on the source generated. I would start by wrapping the match into try catch, and report the string that is being matched. Great that you are already consuning preview, so we can debug this with a simpler loop. |
There should be new package in the preview channel in about half an hour, please update when convenient for you. Hopefully we will see what the source of the timeout is. |
Error: Unhandled Exception: System.Text.RegularExpressions.RegexMatchTimeoutException: Parsing stack trace line with regex timed out. Input: ' at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe' ---> System.Text.RegularExpressions.RegexMatchTimeoutException: The Regex engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors. at System.Text.RegularExpressions.RegexRunner.g__ThrowRegexTimeout|25 _0() + 0x5f at System.Text.RegularExpressions.Generated.F06D33C3F8C8C3FD257C1 A1967E3A3BAC4BE9C8EC41CC9366C764C2205C68F0CE__GetFrameRegex_1.RunnerFactory.Runn er.TryMatchAtCurrentPosition(ReadOnlySpan`1) + 0xbbd at System.Text.RegularExpressions.Generated.F06D33C3F8C8C3FD257C1 A1967E3A3BAC4BE9C8EC41CC9366C764C2205C68F0CE__GetFrameRegex_1.RunnerFactory.Runn er.Scan(ReadOnlySpan`1) + 0x35 at System.Text.RegularExpressions.Regex.ScanInternal(RegexRunnerMode, Boolean, String, Int32, RegexRunner, ReadOnlySpan`1, Boolean) + 0x36 at System.Text.RegularExpressions.Regex.RunSingleMatch(RegexRunnerMode, Int32, String, Int32, Int32, Int32) + 0x157 at System.Text.RegularExpressions.Regex.Match(String) + 0x3e at Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AppendStac kFrame(ITerminal, String) + 0x115 --- End of inner exception stack trace --- at System.Text.RegularExpressions.RegexRunner.g__ThrowRegexTimeout|25 _0() + 0x5f at System.Text.RegularExpressions.Generated.F06D33C3F8C8C3FD257C1 A1967E3A3BAC4BE9C8EC41CC9366C764C2205C68F0CE__GetFrameRegex_1.RunnerFactory.Runn er.TryMatchAtCurrentPosition(ReadOnlySpan`1) + 0xbbd at System.Text.RegularExpressions.Generated.F06D33C3F8C8C3FD257C1 A1967E3A3BAC4BE9C8EC41CC9366C764C2205C68F0CE__GetFrameRegex_1.RunnerFactory.Runn er.Scan(ReadOnlySpan`1) + 0x35 at System.Text.RegularExpressions.Regex.ScanInternal(RegexRunnerMode, Boolean, String, Int32, RegexRunner, ReadOnlySpan`1, Boolean) + 0x36 at System.Text.RegularExpressions.Regex.RunSingleMatch(RegexRunnerMode, Int32, String, Int32, Int32, Int32) + 0x157 at System.Text.RegularExpressions.Regex.Match(String) + 0x3e at Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AppendStac kFrame(ITerminal, String) + 0x115 --- End of stack trace from previous location --- at Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AppendStac kFrame(ITerminal, String) + 0x9e8 at Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.FormatStac kTrace(ITerminal, FlatException[], Int32) + 0x11a at Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.RenderTest Completed(ITerminal, String, String, String, String, TestOutcome, TimeSpan, FlatException[], String, String, String, String) + 0x783 at Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.<>c__Displ ayClass27_0.b__0(ITerminal terminal) + 0x63 at Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal. WriteToTerminal(Action`1) + 0x94 at Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestComple ted(String, String, String, String, String, TestOutcome, TimeSpan, FlatException [], String, String, String, String) + 0x3d2 at Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.d__57 .MoveNext() + 0x407 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.d__ 12.MoveNext() + 0x2ca --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.d __14.MoveNext() + 0x1f0 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.d__17 .MoveNext() + 0x775 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Messages.MessageBusProxy.d__6.MoveNex t() + 0xaa --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Hosts.CommonTestHost.d__16 .MoveNext() + 0xd2 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Hosts.CommonTestHost.d__12.MoveN ext() + 0x318 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Hosts.ConsoleTestHost.d__10.MoveNex t() + 0x867 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at Microsoft.Testing.Platform.Hosts.ConsoleTestHost.d__10.MoveNex t() + 0x10b3 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Hosts.CommonTestHost.d__10.MoveNext( ) + 0x233 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Hosts.CommonTestHost.d__8.MoveNext() + 0x18e --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at Microsoft.Testing.Platform.Hosts.CommonTestHost.d__8.MoveNext() + 0x722 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at Microsoft.Testing.Platform.Builder.TestApplication.d__17.MoveNext() + 0xaf --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at TestingPlatformEntryPoint.d__0.MoveNext() + 0x224 --- End of stack trace from previous location --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xbe at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task, ConfigureAwaitOptions) + 0x4e at TestingPlatformEntryPoint.(String[] args) + 0x2e at TUnit!+0xed2b6c |
Seems to be affecting Macs again: https://github.com/thomhurst/TUnit/actions/runs/12029859325/job/33536030398
Happening since upgrading to 1.5.0-preview.24575.7
Exceptions within Console/Display classes should probably be logged but swallowed - Currently they break test execution.
Offending line is here: https://github.com/Microsoft/testfx/blob/eaf26c33a6e9e4e7ff37b3447ef0ca856e6b4239/src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/TerminalTestReporter.cs#L54
It's got a 1 second timeout on it. I guess due to constrained system resources this is being hit.
The text was updated successfully, but these errors were encountered: