Day 14 - Regression Testing

Today, my focus shifted towards regression testing as I continued to refine and enhance my Postgres extension

Initially, I explored the usage of pg_regress, a popular regression testing tool for Postgres. However, I faced difficulties in its implementation, encountering issues that impeded my progress. Undeterred, I turned to alternative solutions and came across pgTAP, another valuable resource for conducting regression tests. Excited about the possibilities, I delved into understanding its functionality and how it could benefit my testing process.

The utilization of pgTAP introduced its own set of problems, leaving me searching for solutions to overcome the hurdles I encountered. Turning to Stack Overflow, I attempted various approaches suggested by the community, hoping to find a resolution. However, despite my efforts, I found myself unable to make substantial progress.

I added comprehensive documentation on regression testing to my GitHub repository. By outlining the challenges faced and the attempted solutions.