45 references to EventLogHelpers
IIS.NewHandler.FunctionalTests (45)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (9)
50await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 51EventLogHelpers.InProcessStarted(deploymentResult), 52EventLogHelpers.InProcessFailedToStop(deploymentResult, "")); 257await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 258EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 294await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 295EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 331await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 332EventLogHelpers.ShutdownMessage(deploymentResult), Logger);
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (36)
73await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.UnableToStart(deploymentResult, subError), Logger); 182await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, "AspNetCore Module is disabled", Logger); 232await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 233EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 234EventLogHelpers.InProcessThreadException(deploymentResult, ".*?Application is running inside IIS process but is not configured to use IIS server")); 250await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 251EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 252EventLogHelpers.InProcessThreadException(deploymentResult, ", exception code = '0xe0434352'")); 267await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 268EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 269EventLogHelpers.InProcessThreadExit(deploymentResult, "12")); 293await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessHostfxrInvalid(deploymentResult), Logger); 356await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessHostfxrUnableToLoad(deploymentResult), Logger); 375await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindNativeDependencies(deploymentResult), Logger); 394await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindApplication(), Logger); 451await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindRequestHandler(deploymentResult), Logger); 457await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindRequestHandler(deploymentResult), Logger); 484await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 485EventLogHelpers.InProcessFailedToStart(deploymentResult, "Managed server didn't initialize after 1000 ms."), 516await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 517EventLogHelpers.InProcessFailedToStart(deploymentResult, "Managed server didn't initialize after 1000 ms."), 542await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 543EventLogHelpers.ConfigurationLoadError(deploymentResult, "Unknown hosting model 'bogus'. Please specify either hostingModel=\"inprocess\" or hostingModel=\"outofprocess\" in the web.config file.") 566await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 567EventLogHelpers.ConfigurationLoadError(deploymentResult, expectedError) 1008await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger); 1035await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger);