45 references to EventLogHelpers
IIS.NewHandler.FunctionalTests (45)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (9)
52await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 53EventLogHelpers.InProcessStarted(deploymentResult), 54EventLogHelpers.InProcessFailedToStop(deploymentResult, "")); 259await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 260EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 296await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 297EventLogHelpers.ShutdownMessage(deploymentResult), Logger); 333await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 334EventLogHelpers.ShutdownMessage(deploymentResult), Logger);
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (36)
74await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.UnableToStart(deploymentResult, subError), Logger); 183await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, "AspNetCore Module is disabled", Logger); 233await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 234EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 235EventLogHelpers.InProcessThreadException(deploymentResult, ".*?Application is running inside IIS process but is not configured to use IIS server")); 251await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 252EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 253EventLogHelpers.InProcessThreadException(deploymentResult, ", exception code = '0xe0434352'")); 268await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 269EventLogHelpers.InProcessFailedToStart(deploymentResult, "CLR worker thread exited prematurely"), 270EventLogHelpers.InProcessThreadExit(deploymentResult, "12")); 294await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessHostfxrInvalid(deploymentResult), Logger); 357await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessHostfxrUnableToLoad(deploymentResult), Logger); 376await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindNativeDependencies(deploymentResult), Logger); 396await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindApplication(), Logger); 453await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindRequestHandler(deploymentResult), Logger); 459await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessFailedToFindRequestHandler(deploymentResult), Logger); 485await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 486EventLogHelpers.InProcessFailedToStart(deploymentResult, "Managed server didn't initialize after 1000 ms."), 517await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, 518EventLogHelpers.InProcessFailedToStart(deploymentResult, "Managed server didn't initialize after 1000 ms."), 543await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 544EventLogHelpers.ConfigurationLoadError(deploymentResult, "Unknown hosting model 'bogus'. Please specify either hostingModel=\"inprocess\" or hostingModel=\"outofprocess\" in the web.config file.") 567await EventLogHelpers.VerifyEventLogEvents(deploymentResult, 568EventLogHelpers.ConfigurationLoadError(deploymentResult, expectedError) 1009await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger); 1036await EventLogHelpers.VerifyEventLogEventAsync(deploymentResult, EventLogHelpers.InProcessThreadExitStdOut(deploymentResult, "12", expectedEventLogString), Logger);