Mathias Stearn
|
1bd05a191b
|
Fix tests in jstests/core that use duplicate collection names
I used the following pipeline to find duplicates:
\grep -Ro '\<db\.[_a-zA-Z0-9$\.]*(\?' jstests/core/ | awk 'BEGIN {FS=":"} {print $1 " " $2}' | sed -e 's/\.\w\+(//g' | \grep -v ' db\(\.\($cmd\|system\..*\)\)\?$' | sort -k 2 | uniq | uniq -D -f 1 | awk '{print $2 "\t" $1}'
|
2014-03-26 14:05:44 -04:00 |
|