nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

Anyone else getting weird issues with the CI/CD processes in github? #555

Closed jereeemyyyy closed 43 minutes ago

jereeemyyyy commented 1 hour ago

I am trying to create a pull request from my fork branch to my team's master branch. However, when creating the PR, I keep getting hit with this error that I am failing one of the test cases from ViewCommandTest. Attached below is a screenshot of the error message:

Screenshot 2024-10-22 at 10 21 51 PM

However, when I run the test cases locally, everything passes. As shown below:

Screenshot 2024-10-22 at 10 24 50 PM

I am not too sure what is going on and I have been trying to look for a solution for the past hour! Please help if you have ever experienced this issue before 😄. Thank you!

yadobler commented 1 hour ago

image

can confirm you test cases work on my system after I cloned your repo and switched to your branch-A-viewCommand branch

maybe try to make a non-consequential edit and commit and push again?

damithc commented 1 hour ago

@jereeemyyyy See if the following FAQ (from last week) is applicable

image

jereeemyyyy commented 49 minutes ago

Thank you @damithc and @yadobler. I realised that the master branch indeed progressed after I started on the PR branch which may have affected the test cases as mentioned by the FAQ. I have managed to solve this issue by merging my PR branch with the new and updated master branch and then updating the testcases. Thanks once again! 😄