GitHub user zyratlo added a comment to the discussion: Manual testing expectations for PRs
As I am currently working on merging a new feature with significant amounts of new and modified code, I can share my experience with manual testing. In addition to automated tests I've written to ensure good code coverage, I've extensively inspected and manually ran many of my new API endpoints and services. Of course all of this was done on a local development environment, so I cannot say they will work flawlessly on deployment servers and Kubernetes environments. I will indeed need to do more manual testing on different environments to ensure the features I am adding work as intended. Another concern is edge case coverage. We cannot expect every developer to manually test every edge case that can possibly be encountered, as it will be too much overhead and impossible to predict every edge case. As such, the developer should at least share what manual tests were performed and what possible cases were excluded. GitHub link: https://github.com/apache/texera/discussions/6028#discussioncomment-17518087 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
