Skip to content

sqitch check reveals divergence after fresh database deploy, sha1 hashes match #861

Discussion options

You must be logged in to vote

Does it in fact deploy them out of order?

No. I'm now pretty daggone sure it's not a sqitch problem.

In an earlier comment, I mentioned that I created a new sqitch plan with a whole lot of empty changes, but all numbered so it would be easy to spot something out-of-order in the deploy output. I didn't see anything weird in said output when alerted about a divergence by the check command.

Well, I added a timestamp to the deploy output in Engine.pm:

sub deploy_change {
    my ( $self, $change ) = @_;
    my $sqitch = $self->sqitch;
    my $name = $change->format_name_with_tags;

    // LOG STUFF
    print DateTime->from_epoch( epoch => time )->strftime('%Y-%m-%d %H:%M:%S.%6N');

    $sqit…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@the-noob-of-northrose
Comment options

@the-noob-of-northrose
Comment options

@theory
Comment options

@the-noob-of-northrose
Comment options

Answer selected by the-noob-of-northrose
@theory
Comment options

@the-noob-of-northrose
Comment options

@theory
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants