The document discusses a study on how developers review test code during code reviews. The study examined code reviews from three open source projects (Eclipse, Qt, OpenStack) and interviewed 12 developers. The main findings were:
1) Test code is reviewed less rigorously than production code - production code is 1.9x more likely to receive review comments. However, test-only files receive more attention than production-only files.
2) Reviewers discuss testing practices, code improvements, and knowledge transfer like documentation links when reviewing tests. Defects are not a major discussion topic.
3) Interviewed developers said they follow practices like running tests and checking test coverage when reviewing tests.
4)