[SERVER-18144] TestData.testFile and TestData.testPath are unused, remove references to them Created: 20/Apr/15 Updated: 22/Feb/16 Resolved: 01/Feb/16 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Testing Infrastructure |
| Affects Version/s: | None |
| Fix Version/s: | 3.3.2 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Charlie Swanson | Assignee: | Jonathan Abrahams |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | TIG F (01/29/16), TIG 10 (02/19/16) |
| Participants: |
| Description |
|
TestData.testFile is only used to define jsTest.file, which is unused in the codebase. TestData.testPath is only used to define jsTest.path, which is used in jsTest.dir, which is unused in the codebase. smoke.py currently sets/passes TestData.testFile and TestData.testPath. The rewrite of smoke.py will not (unless someone wants to argue otherwise). We should remove TestData.testFile and TestData.testPath, and the unused functions associated with them. |
| Comments |
| Comment by Githook User [ 01/Feb/16 ] |
|
Author: {u'username': u'hptabster', u'name': u'Jonathan Abrahams', u'email': u'jonathan@mongodb.com'}Message: |