Skip to content

Update test.sh to use results_cache directory naming #1782

@coderabbitai

Description

@coderabbitai

In PR #1771, the hostPath for results-cache PV was updated from results-cache to results_cache (dash to underscore), but the corresponding directory creation in tools/deployment/package-helm/test.sh line 11 was not updated.

Currently, test.sh creates:

mkdir -p /tmp/clp/var/{data,log}/{database,queue,redis,results-cache}

It should be updated to:

mkdir -p /tmp/clp/var/{data,log}/{database,queue,redis,results_cache}

Context:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions