Project

General

Profile

Actions

Bug #8002

closed

Bug #7987: rudder-upgrade takes too long

Merge error in branch 3.1 for fileFormat detection

Added by Nicolas CHARLES about 8 years ago. Updated about 8 years ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

See parent ticket
replace

 select count(*) from (select xpath('/entry/*[@fileFormat=<?>]',data) AS x from eventlog) as Y where array_upper(x, 1) > 0

by
select count(*) from (select ((xpath('/entry//@fileFormat',data))[1]::text) as id from eventlog) as T where id='?'

Waiting for parent ticket to be merged

Actions #1

Updated by Nicolas CHARLES about 8 years ago

  • Status changed from New to Rejected

This is made in the merging from lower branches to upper branches, as it implies a modification of the rudder-upgrade

Actions #2

Updated by Nicolas CHARLES about 8 years ago

  • Subject changed from change query to detect fileformat (branch 3.0+) to Merge error in branch 3.1 for fileFormat detection
  • Status changed from Rejected to In progress
  • Target version changed from 3.0.14 to 3.1.7

Due to an eager merge, old code came back in the rudder-upgrade script

Actions #3

Updated by Nicolas CHARLES about 8 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Nicolas CHARLES to François ARMAND
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/895
Actions #4

Updated by Nicolas CHARLES about 8 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #5

Updated by Vincent MEMBRÉ about 8 years ago

  • Target version changed from 3.1.7 to 3.1.8
Actions #6

Updated by Vincent MEMBRÉ about 8 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 3.1.8 and 3.2.1 which were released today.

Actions

Also available in: Atom PDF