buildtesters / buildtest

HPC System and Software Testing Framework
https://buildtest.rtfd.io
MIT License
68 stars 20 forks source link

Add documentation for extract line numbers in metrics #1781

Closed Xiangs18 closed 6 months ago

Xiangs18 commented 6 months ago

@shahzebsiddiqui I am not sure why URL check failed. Docs was built successful though.

shahzebsiddiqui commented 6 months ago

@shahzebsiddiqui I am not sure why URL check failed. Docs was built successful though.

dont worry too much about the urlcheck sometimes they come and go and if its persistent issue then we need to fix it. It good practice to check the urlcheck and then navigate to website. The urlcheck has a timeout and retry limit you can take a look at https://github.com/buildtesters/buildtest/blob/devel/.github/workflows/urlchecker.yml for more details. I typically update the urls or fix them if its a known issue. Sometimes websites go down or url gets changed over time.

shahzebsiddiqui commented 6 months ago

@Xiangs18 i was looking at the first example, i think you should update the buildspec to remove linenum_to_stderr that one is not being used for anything and is not being described in the text above. I think we had this buildspec from the regression test perspective to capture stderr as well.

Screenshot 2024-05-22 at 10 39 53 AM
Xiangs18 commented 6 months ago

fixed, this PR is ready to merge.

shahzebsiddiqui commented 6 months ago

thanks @Xiangs18 this looks good! I will merge this in