45 references to EventLogHelpers
IIS.NewHandler.FunctionalTests (45)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (9)
53await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 54EventLogHelpers.InProcessStarted(deploymentResult), 55EventLogHelpers.InProcessFailedToStop(deploymentResult, "")); 260await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 261EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 297await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 298EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 334await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 335EventLogHelpers.ShutdownMessage(deploymentResult), Logger);
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (36)
76await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.UnableToStart(deploymentResult, subError), Logger); 185await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, "AspNetCore Module is disabled", Logger); 235await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 236EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 237EventLogHelpers.InProcessThreadException(deploymentResult, ".*?Application is running inside IIS process but is not configured to use IIS server")); 253await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 254EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 255EventLogHelpers.InProcessThreadException(deploymentResult, ", exception code = '0xe0434352'")); 270await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 271EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 272EventLogHelpers.InProcessThreadExit(deploymentResult, "12")); 296await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessHostfxrInvalid(deploymentResult), Logger); 359await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessHostfxrUnableToLoad(deploymentResult), Logger); 378await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindNativeDependencies(deploymentResult), Logger); 397await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindApplication(), Logger); 454await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindRequestHandler(deploymentResult), Logger); 460await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindRequestHandler(deploymentResult), Logger); 486await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 487EventLogHelpers.InProcessFailedToStart(deploymentResult, "Managed server didn't initialize after 1000 ms."), 518await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 519EventLogHelpers.InProcessFailedToStart(deploymentResult, "Managed server didn't initialize after 1000 ms."), 544await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 545EventLogHelpers.ConfigurationLoadError(deploymentResult, "Unknown hosting model 'bogus'. Please specify either hostingModel=\"inprocess\" or hostingModel=\"outofprocess\" in the web.config file.") 568await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 569EventLogHelpers.ConfigurationLoadError(deploymentResult, expectedError) 1009await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger); 1035await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger);