-
Notifications
You must be signed in to change notification settings - Fork 15
fix: clear worker_functions table in reset and enhance worker credential tests #521
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: clear worker_functions table in reset and enhance worker credential tests #521
Conversation
|
|
View your CI Pipeline Execution ↗ for commit c752278
☁️ Nx Cloud last updated this comment at |
0903a05 to
1dda0d3
Compare
a34d33c to
696273c
Compare
1dda0d3 to
70bf4ce
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-521.pgflow.pages.dev 📝 Details:
_Last updated: _ |
70bf4ce to
c752278
Compare
🚀 Production Deployment: Website✅ Successfully deployed to production! 🔗 Production URL: https://pgflow.dev 📝 Details:
Deployed at: 2025-12-08T10:48:25+01:00 |

Add worker_functions table to reset_db and enhance HTTP request tests
This PR improves the database reset functionality by adding the
worker_functionstable to the list of tables cleared during reset operations.It also enhances the test coverage for worker function HTTP requests by adding several new test cases that verify:
These changes ensure that worker functions are properly invoked with the correct credentials and endpoints in both production and local development environments.