WordPress.org

Make WordPress Core

Opened 6 months ago

Closed 5 months ago

#32534 closed defect (bug) (fixed)

Tests_Media::test_media_handle_upload_sets_post_excerpt() should delete test image

Reported by: ocean90 Owned by: McGuive7
Milestone: 4.3 Priority: normal
Severity: normal Version: 4.2
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

Tests_Media::test_media_handle_upload_sets_post_excerpt() was added in [31694]. The test uploads a file "test-image-iptc.jpg" which should be deleted after the test was run.

Attachments (1)

32534.patch (473 bytes) - added by McGuive7 6 months ago.

Download all attachments as: .zip

Change History (8)

@McGuive7
6 months ago

#1 @McGuive7
6 months ago

  • Keywords has-patch needs-testing added; needs-patch removed

This patch should delete the test image once the test has been run.

#2 @obenland
5 months ago

  • Owner set to McGuive7
  • Status changed from new to assigned

#3 @McGuive7
5 months ago

Question - once a ticket is assigned, what does that mean? What is the process supposed to be from here on out? Forgive me if this is out there on in documentation, I've just not found it. Thanks.

#4 @DrewAPicture
5 months ago

  • Keywords dev-feedback added

@McGuive7: In the case of this ticket, it's been assigned to you because it's considered a good-first-bug for new contributors, and you've "claimed it" by adding a patch. At this point, you're waiting for core developer feedback.

#5 @McGuive7
5 months ago

Thanks @DrewAPicture. And are the core devs just constantly reviewing all open tickets? Man, that is a lot of tickets :) Is there any resource out there you can recommend to help me better understand this process?

#6 @boonebgorges
5 months ago

  • Keywords good-first-bug needs-testing dev-feedback removed
  • Milestone changed from Future Release to 4.3

#7 @boonebgorges
5 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 32794:

Clean up uploaded file after test_media_handle_upload_sets_post_excerpt().

Props McGuive7.
Fixes #32534.

Note: See TracTickets for help on using tickets.