Skip to content

Commit e40904e

Browse files
Approval files
1 parent ce8ec7a commit e40904e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/ServiceControl.Monitoring.UnitTests/ApprovalFiles/SettingsTests.PlatformSampleSettings.approved.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"EndpointUptimeGracePeriod": "00:00:40",
1616
"RootUrl": "http://localhost:9999/",
1717
"MaximumConcurrencyLevel": null,
18-
"ServiceControlThroughputDataQueue": "ServiceControl.ThroughputData"
18+
"ServiceControlThroughputDataQueue": "ServiceControl.ThroughputData",
19+
"ShutdownTimeout": "00:00:05"
1920
}

src/ServiceControlInstaller.Engine.UnitTests/ApprovalFiles/InstallationTests.Audit_install_should_write_expected_config_file.RavenDB.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<add key="ServiceControl.Audit/AuditRetentionPeriod" value="00:00:00" />
1111
<add key="ServiceControl.Audit/EnableFullTextSearchOnBodies"
1212
value="false" />
13-
<add key="ServiceControl/ShutdownTimeout" value="00:02:00" />
13+
<add key="ServiceControl.Audit/ShutdownTimeout" value="00:02:00" />
1414
<add key="ServiceControl.Audit/DBPath" value="value-not-asserted" />
1515
<add key="ServiceControl.Audit/DatabaseMaintenancePort" value="33333" />
1616
</appSettings>

src/ServiceControlInstaller.Engine.UnitTests/ApprovalFiles/NewAuditInstanceTests.Should_install_modern_raven_for_new_instances.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<add key="ServiceControl.Audit/AuditRetentionPeriod" value="00:00:00" />
1111
<add key="ServiceControl.Audit/EnableFullTextSearchOnBodies"
1212
value="false" />
13-
<add key="ServiceControl/ShutdownTimeout" value="00:02:00" />
13+
<add key="ServiceControl.Audit/ShutdownTimeout" value="00:02:00" />
1414
<add key="ServiceControl.Audit/DBPath" value="value-not-asserted" />
1515
<add key="ServiceControl.Audit/DatabaseMaintenancePort" value="33333" />
1616
</appSettings>

0 commit comments

Comments
 (0)