Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jun 25, 2024
1 parent c41cf49 commit 2386785
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/jobs_memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestMemoryInit(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2.9.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-init.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -123,7 +123,7 @@ func TestMemoryPQ(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2023.2.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-pq.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -213,7 +213,7 @@ func TestMemoryInitV27(t *testing.T) {
cfg := &config.Plugin{
Path: "configs/.rr-memory-init-v27.yaml",
Prefix: "rr",
Version: "2.7.0",
Version: "2024.1.0",
}

l, oLogger := mocklogger.ZapTestLogger(zap.DebugLevel)
Expand Down Expand Up @@ -294,7 +294,7 @@ func TestMemoryInitV27BadResp(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2.9.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-init-v27-br.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -374,7 +374,7 @@ func TestMemoryCreate(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2023.2.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-create.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -455,7 +455,7 @@ func TestMemoryDeclare(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2.9.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-declare.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -542,7 +542,7 @@ func TestMemoryPauseResume(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2.9.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-pause-resume.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -630,7 +630,7 @@ func TestMemoryJobsError(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2.9.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-jobs-err.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -719,7 +719,7 @@ func TestMemoryStats(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2.9.0",
Version: "2024.1.0",
Path: "configs/.rr-memory-declare.yaml",
Prefix: "rr",
}
Expand Down Expand Up @@ -840,7 +840,7 @@ func TestMemoryPrefetch(t *testing.T) {
cont := endure.New(slog.LevelDebug)

cfg := &config.Plugin{
Version: "2.12.1",
Version: "2024.1.1",
Path: "configs/.rr-memory-prefetch.yaml",
Prefix: "rr",
}
Expand Down

0 comments on commit 2386785

Please sign in to comment.