Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
ps.ReturnCode = 0
ps.TimeOut = 5
tr.TimeOut = 5
# Delay it so the reload can catch up the diff between config files timestamps.
tr.DelayStart = 1

# 3 Test - Revalidate path1
tr = Test.AddTestRun("Revalidate MISS path1")
Expand Down Expand Up @@ -174,6 +176,8 @@
ps.ReturnCode = 0
ps.TimeOut = 5
tr.TimeOut = 5
# Delay it so the reload can catch up the diff between config files timestamps.
tr.DelayStart = 1

# 6 Test - Cache stale
tr = Test.AddTestRun("Cache stale path1")
Expand All @@ -195,6 +199,8 @@
ps.ReturnCode = 0
ps.TimeOut = 5
tr.TimeOut = 5
# Delay it so the reload can catch up the diff between config files timestamps.
tr.DelayStart = 1

# 8 Test - Cache stale
tr = Test.AddTestRun("Cache stale path1")
Expand All @@ -216,6 +222,8 @@
ps.ReturnCode = 0
ps.TimeOut = 5
tr.TimeOut = 5
# Delay it so the reload can catch up the diff between config files timestamps.
tr.DelayStart = 1

# 10 Test - Cache stale
tr = Test.AddTestRun("Cache stale path1")
Expand Down