GitHub user SarahAsad23 added a comment to the discussion: Manual testing expectations for PRs
I think it's important that every PR includes some level of manual testing. The extent of the testing should depend on the scope and risk of the change, but I don't think we should rely solely on automated tests. For features that introduce new API endpoints or make backend changes, I think it's especially important to test in our deployment environment, not just locally. I've personally run into cases where a feature worked correctly in my local environment but failed after deployment because the required Kubernetes configuration wasn't set up correctly. Those deployment specific issues cannot be caught with automated tests alone, so having at least some deployment level validation for higher risk changes would be good. GitHub link: https://github.com/apache/texera/discussions/6028#discussioncomment-17517362 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
