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

api: stream: test profiles for test creator ids #2152

Merged
merged 6 commits into from
Apr 29, 2024

Conversation

gioelecerati
Copy link
Member

What does this pull request do? Explain your changes. (required)

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

Screenshots (optional)

Checklist

  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@gioelecerati gioelecerati requested a review from a team as a code owner April 29, 2024 14:19
Copy link

vercel bot commented Apr 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
livepeer-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 29, 2024 4:29pm

@@ -1057,9 +1064,21 @@ app.put(
});
}

let profiles = req.config.defaultStreamProfiles;
Copy link
Member

Choose a reason for hiding this comment

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

Can you name this defaultProfiles (and change L1081 to profiles: defaultProfiles) so this is clearer? Otherwise the request will still override these and that can be misleading.

logger.info(
`pull request creatorId=${rawPayload.creatorId} is a test creatorId`
);
profiles = rawPayload.profiles; // TODO: specify here the hardcoded profiles for testing
Copy link
Member

Choose a reason for hiding this comment

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

Only merge this after changing this to the actual set of profiles.

@emranemran emranemran merged commit 67decac into master Apr 29, 2024
9 of 10 checks passed
@emranemran emranemran deleted the gio/stream/test-creator branch April 29, 2024 16:28
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.

None yet

3 participants