Task #10915 (closed)
Opened 6 years ago
Closed 6 years ago
Bug: some FS Python tests create Pixels files
| Reported by: | cblackburn | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.0-beta1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | fs@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | FS demo 4.2 |
Description
Running the current Python chgrp and delete tests leaves some Pixels files behind in the data directory. It may be that some of the test set-up is creating Pixels files and thus the tests are not testing a true fs system. This set-up may well affect other tests too.
Change History (3)
comment:1 Changed 6 years ago by cblackburn
- Status changed from new to accepted
comment:2 Changed 6 years ago by cblackburn
comment:3 Changed 6 years ago by cblackburn
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
The method createTestImage() in integration/library.py directly creates pixels. This method is used in 38 tests throughout the integration and gateway tests.