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

feat: update plugin-ps-exec to latest beta #3087

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

k80bowman
Copy link
Contributor

Updates the v10 branch to use the ps-exec plugin beta version for testing.

Testing

  • pull down this branch and run yarn and yarn build

Testing setup

  1. If you haven't already make sure you have a fir app with a dyno and a cedar app with a dyno created and ready for testing
  2. Pull down this branch and run yarn and yarn build

Testing steps

Using your fir app:

  1. Run ./bin/run ps:exec 'node -i' -a YOUR_FIR_APP
  2. Run ./bin/run ps:forward 8080 -a YOUR_FIR_APP
  3. Run ./bin/run ps:socks -a k80-test-scripts-fir -a YOUR_FIR_APP
  4. Run ./bin/run ps:copy FILENAME -a YOUR_FIR_APP (choose any file, it doesn't matter)

Using your cedar app:

  1. Run all the commands above and validate that none of the above error messages appear. It doesn't matter if the commands error out in other ways, that's fine. We just want to make sure the user doesn't see any of the error messages we've added for fir.

Work item

@k80bowman k80bowman requested a review from a team as a code owner November 12, 2024 20:59
Copy link
Contributor

@eablack eablack left a comment

Choose a reason for hiding this comment

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

Works great for me!

@k80bowman k80bowman merged commit 6d4b2a4 into prerelease/10.0.0-alpha Nov 12, 2024
8 checks passed
@k80bowman k80bowman deleted the k80/ps-exec-beta branch November 12, 2024 22:40
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