xlab-uiuc / IDoCT

Illinois Dataset of Configuration Tests
3 stars 23 forks source link

CTests #22

Closed SuP3RM closed 1 year ago

SuP3RM commented 1 year ago

CTests with good and bad values for the following tests:

  1. org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatistics
  2. org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsOperations
  3. org.apache.hadoop.fs.TestLocalFsFCStatistics#testStatisticsThreadLocalDataCleanUp
  4. org.apache.hadoop.security.TestFixKerberosTicketOrder#tes
  5. org.apache.hadoop.security.TestFixKerberosTicketOrder#testWithDestroyedTGT

(NetID: marand7)

xylian86 commented 1 year ago

@SuP3RM Thanks for the PR! The format of lines 852&858 is incorrect. Please update these two lines.

SuP3RM commented 1 year ago

@Alex-Lian Thank you for the catch! I've updated lines 852 & 858 ready for PR again

xylian86 commented 1 year ago

@SuP3RM The results in lines 795, 819, and 843 seem wrong. Can you recheck them and provide the running log?

SuP3RM commented 1 year ago

Hi @Alex-Lian, I'm out of town but working on correcting it now. Should update the PR soon

SuP3RM commented 1 year ago

I apologize for the headache; re-running the test, I see "-999999" does not produce FAIL CTests, but "-9999999999" does. Updating 795, 819, & 843 CTest to be "-9999999999" to create the FAIL test. Attached are logs of values -999999 & -9999999999. log-of-value-999999.txt log-of-value-9999999999.txt

xylian86 commented 1 year ago

@SuP3RM LGTM. I will merge the PR now.