xlab-uiuc / IDoCT

Illinois Dataset of Configuration Tests
3 stars 23 forks source link

rewrite the regex for test name #12

Closed Jinzhengxu closed 2 years ago

Jinzhengxu commented 2 years ago

Issue

Some tests name don't start with "test". That will cause incorrect result for correct csv file.

Example

Tests under 'org.apache.hadoop.fs.shell.TestLs':

org.apache.hadoop.fs.shell.TestLs#processPathDirOrderAtimeReverse
org.apache.hadoop.fs.shell.TestLs#processPathDirOrderLengthLarge
org.apache.hadoop.fs.shell.TestLs#processPathFiles
...
org.apache.hadoop.fs.shell.TestLs#processPathDirectoryAtime

Changes

Rewrite the regex for test name in common_checks.py file.

xylian86 commented 2 years ago

Ok, thanks