Skip to content

Commit

Permalink
s/partitioning/idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Aug 21, 2023
1 parent 12cc325 commit caf07a4
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -26,8 +26,8 @@ const (
testUserService3Uuid = "test-user-service-3"

logLine1 = "{\"log\":\"Starting feature 'centralized logs'\"}"
logLine2 = "{\"log\":\"Starting feature 'network partitioning'\"}"
logLine3 = "{\"log\":\"Starting feature 'network soft partitioning'\"}"
logLine2 = "{\"log\":\"Starting feature 'idempotent runs'\"}"
logLine3 = "{\"log\":\"Starting feature 'idempotent apics'\"}"
logLine4 = "{\"log\":\"Starting feature 'files storage'\"}"
logLine5 = "{\"log\":\"Starting feature 'files manager'\"}"
logLine6 = "{\"log\":\"The enclave was created\"}"
Expand All @@ -37,7 +37,7 @@ const (
firstFilterText = "feature"
secondFilterText = "Files"
notFoundedFilterText = "it shouldn't be found in the log lines"
firstMatchRegexFilterStr = "Starting.*partitioning'"
firstMatchRegexFilterStr = "Starting.*idempotent'"
secondMatchRegexFilterStr = "[S].*manager"

testTimeOut = 2 * time.Second
Expand All @@ -62,7 +62,7 @@ func TestStreamUserServiceLogs_WithFilters(t *testing.T) {
*regexFilter,
}

expectedFirstLogLine := "Starting feature 'network partitioning'"
expectedFirstLogLine := "Starting feature 'idempotent runs'"

underlyingFs := createFullUnderlyingMapFilesystem()

Expand Down

0 comments on commit caf07a4

Please sign in to comment.