Problem/Motivation

In #710858-61: Meta issue: fix the remaining PostgreSQL bugs it looks like we're almost there with getting PostgreSQL tests to pass in D7.

However, some of the Upgrade tests have been failing inconsistently.

Steps to reproduce

Run D7 tests with PostgreSQL.

Proposed resolution

At this stage in D7's lifecycle we could skip the upgrade tests in PostgreSQL.

To be clear, there are Upgrade tests that check upgrades from D6 to D7. It's these we're proposing we skip with PostgreSQL.

There are also Update tests that check D7's update hooks. We will not skip these in PostgreSQL.

Remaining tasks

Add code to skip the problematic Upgrade tests for PostgreSQL.

User interface changes

n/a

API changes

n/a

Data model changes

n/a

Release notes snippet

n/a ?

CommentFileSizeAuthor
#2 3265522-2.patch11.68 KBmcdruid

Comments

mcdruid created an issue. See original summary.

mcdruid’s picture

StatusFileSize
new11.68 KB

This should skip all of the upgrade tests when the db is pgsql.

mcdruid’s picture

Status: Active » Needs review
mcdruid’s picture

Issue summary: View changes

  • mcdruid committed 6c46d1c on 7.x
    Issue #3265522 by mcdruid: Skip Upgrade tests for PostgreSQL
    
mcdruid’s picture

Title: skip upgrade tests with PostgreSQL » Skip Upgrade tests for PostgreSQL
Status: Needs review » Fixed

Discussed this with Fabianx before committing it.

Status: Fixed » Closed (fixed)

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