45 references to EventLogHelpers
IIS.NewHandler.FunctionalTests (45)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (9)
51await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 52EventLogHelpers.InProcessStarted(deploymentResult), 53EventLogHelpers.InProcessFailedToStop(deploymentResult, "")); 258await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 259EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 295await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 296EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 332await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 333EventLogHelpers.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); 395await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindApplication(), Logger); 452await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindRequestHandler(deploymentResult), Logger); 458await 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) 1009await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger); 1036await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger);