Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use unique s3 bucket path for each test #211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nathanielc
Copy link
Collaborator

@nathanielc nathanielc commented Feb 24, 2023

Description

Running tests locally without this change breaks since the old s3 data was still around. Specifically the local_node-private mode test would fail since the existing s3 bucket would have information about streams from previous runs. When the node starts up it would try and find those streams in IPFS but they would not exist and the node would fail to start.

How Has This Been Tested?

Running tests locally.

Copy link
Collaborator

@stbrody stbrody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we now how this was working in CI previously? Also is this still working in CI and just broken in local testing, or is it broken in both? Would this change cause CI to have two different timestamps appended to the end of the bucket path (not that that would be the end of the world I guess)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants