I must have ported them incorrectly or introduced regressions. This is a
release blocker for 1.8.
--
Ticket URL: <https://code.djangoproject.com/ticket/22308>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => aaugustin
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:1>
Comment (by aaugustin):
The three test failures I'm talking about are shown here:
http://ci.djangoproject.com/job/Django/database=mysql,python=python2.7/4219/testReport/
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:2>
Comment (by Aymeric Augustin <aymeric.augustin@…>):
In [changeset:"0757e0f30d5ad3731d4a59fe571256369663c2f6"]:
{{{
#!CommitTicketReference repository=""
revision="0757e0f30d5ad3731d4a59fe571256369663c2f6"
Avoided transactional DDL on castrated databases.
Fixed a test failure that appeared after 753a22a6, although the bug
existed before that commit.
Refs #22308.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:3>
Comment (by Aymeric Augustin <aymeric.augustin@…>):
In [changeset:"6877a9d4156baa3a0c22288c7ef920915b6e1cf8"]:
{{{
#!CommitTicketReference repository=""
revision="6877a9d4156baa3a0c22288c7ef920915b6e1cf8"
Avoided transactional truncates on amateur databases.
Fixed a test failure that appeared after 753a22a6, although the bug
existed before that commit.
Refs #22308.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:4>
Comment (by aaugustin):
The remaining failure comes from the test introduced in 2416e5fefe to fix
#9479.
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b66e85342b6ab28b7f48b47fe3fcfbccd5d9943f"]:
{{{
#!CommitTicketReference repository=""
revision="b66e85342b6ab28b7f48b47fe3fcfbccd5d9943f"
Fixed #22308 -- Regression from 0f956085.
Rewrote the test for #9479 according to the original ticket.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"2a97db33a79c0be179b5bc35860400287f1ae26a"]:
{{{
#!CommitTicketReference repository=""
revision="2a97db33a79c0be179b5bc35860400287f1ae26a"
[1.7.x] Avoided transactional DDL on castrated databases.
Fixed a test failure that appeared after 753a22a6, although the bug
existed before that commit.
Refs #22308 and #23089.
Backport of 0757e0f30d from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"0ac986fd8cb2561a22aa3291672723b50397e5ac"]:
{{{
#!CommitTicketReference repository=""
revision="0ac986fd8cb2561a22aa3291672723b50397e5ac"
[1.7.x] Avoided transactional truncates on amateur databases.
Fixed a test failure that appeared after 753a22a6, although the bug
existed before that commit.
Refs #22308.
Backport of 6877a9d4 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"83098dccdf3172302cde54e11c36050c1d83f996"]:
{{{
#!CommitTicketReference repository=""
revision="83098dccdf3172302cde54e11c36050c1d83f996"
[1.6.x] Fixed #23089 -- Fixed transaction handling in two management
commands.
Previously, when createcachetable and flush operated on non-default
databases, they weren't atomic.
Also avoided transactional DDL and transactional truncates on databases
that don't support them (refs #22308).
Backport of 753a22a635, 0757e0f30d, and 6877a9d415 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22308#comment:9>