From: Simon Brandhof Date: Mon, 30 Nov 2015 08:42:06 +0000 (+0100) Subject: Always select queue rows in the same order X-Git-Tag: 5.3-RC1~135 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F659%2Fhead;p=sonarqube.git Always select queue rows in the same order --- diff --git a/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml b/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml index 42b26d303c9..f43a9e9b30c 100644 --- a/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml +++ b/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml @@ -14,6 +14,10 @@ cq.updated_at as updatedAt + + order by cq.created_at asc, cq.id asc + +