Skip to content

Sort comments by timeposted AND id to avoid random behat failures#81

Open
aolley wants to merge 1 commit intomoodleou:masterfrom
aolley:random_failure
Open

Sort comments by timeposted AND id to avoid random behat failures#81
aolley wants to merge 1 commit intomoodleou:masterfrom
aolley:random_failure

Conversation

@aolley
Copy link

@aolley aolley commented Sep 20, 2017

Without this change, the order comments are displayed in can be random
if they're posted at the exact same second (as generally happens in
behat testing). This causes a problem for the behat test when it just
goes to delete the second comment on the page, assuming they're in
order.

This likely doesn't affect mysql, but definitely does affect pgsql.

Without this change, the order comments are displayed in can be random
if they're posted at the exact same second (as generally happens in
behat testing). This causes a problem for the behat test when it just
goes to delete the second comment on the page, assuming they're in
order.

This likely doesn't affect mysql, but definitely does affect pgsql.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant