Closed
Bug 1144687
Opened 11 years ago
Closed 10 years ago
There are two mostly identical sample_data_generator.py files in the treeherder-service repo
Categories
(Tree Management :: Treeherder, defect, P4)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Hello~
I'm interesting in this bug, could you tell me more detail about it? Thank you :)
These two file a almost same file, but where should I put after I combine them into a same file(int ...../tests/sample_data_generator or ...../tests/derived or other directory)?
| Assignee | ||
Comment 2•10 years ago
|
||
I'd keep the tests/sample_data_generator.py copy :-)
(In reply to Ed Morley [:emorley] from comment #2)
> I'd keep the tests/sample_data_generator.py copy :-)
Hm, is that means we can simply remove the "tests/model/derived/sample_data_generator.py"and change "
from .sample_data_generator" to "from test.sample_data_generator"? Which is this line in here:
(https://github.com/mozilla/treeherder/blob/f5c0b53e0ce6b527c5eb2d861adeb72e1e5859ea/tests/model/derived/test_objectstore_model.py#L8)
| Assignee | ||
Comment 4•10 years ago
|
||
The PR in bug 1228458 fixes this (was silly to remove the unused functions from this file too, when the whole file could go).
Assignee: nobody → emorley
Comment 5•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/9b5c96e6ad2fbf99f5150b328fe5aa4ff0b84b38
Bug 1144687 - Remove duplicate sample_data_generator.py file
It's unused and mostly a dupe of the file in `tests/`.
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•