Problem/Motivation

Issue #3309652: Timezone is not properly handled in migrate process plugin fixed the timezone handling on the migration process plugin. This means that any existing migrations that were using the faulty plugin have either (a) been producing bad output all along and are now fixed—yay!—or (b) been producing good output because they were doing their own timezone conversion to compensate and are now broken—boo!

To avoid this happening again, how about adding test cases to ensure that the plugin keeps doing the right thing with any future changes?

CommentFileSizeAuthor
#2 3320143-process-plugin-tests.patch4.45 KBmuriqui

Comments

muriqui created an issue. See original summary.

muriqui’s picture

Status: Active » Needs review
StatusFileSize
new4.45 KB

Tried to create an issue fork, but GitLab seems to be having a problem right now, so here's a patch instead.

  • owenbush committed 18fe8bd on 2.0.x
    Issue #3320143 by muriqui: Add test cases for migrate process plugin
    

  • owenbush committed d330a5f on 8.x-1.x
    Issue #3320143 by muriqui: Add test cases for migrate process plugin
    
owenbush’s picture

Status: Needs review » Fixed

Excellent work as usual, thank you. This has been merged into the latest dev branches for 8.x-1.x and 2.0.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.