You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[O2B-1569] Getting all runs with effective qc flags query needs to be split (#2110)
- improved loading times of page runs-per-data-pass and prevent memory crash of the process due to heavy SQL queries
- use sequalize separate function to split big SQL join queries
Copy file name to clipboardExpand all lines: test/public/runs/runsPerDataPass.overview.test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -407,7 +407,7 @@ module.exports = () => {
407
407
expect(exportContent.trim()).to.be.eql([
408
408
'runNumber;CPV;VTX',
409
409
'108;"";""',
410
-
'107;"Good (from: 1565290800000 to: 1565359260000) | Limited Acceptance MC Reproducible (from: 1565269140000 to: 1565290800000)";""',
410
+
'107;"Limited Acceptance MC Reproducible (from: 1565269140000 to: 1565290800000) | Good (from: 1565290800000 to: 1565359260000)";""',
411
411
'106;"Limited Acceptance MC Reproducible (from: 1565304200000 to: 1565324200000) | Limited acceptance (from: 1565329200000 to: 1565334200000) | Bad (from: 1565339200000 to: 1565344200000)";"Good (from: 1565269200000 to: 1565304200000) | Good (from: 1565324200000 to: 1565359200000)"',
0 commit comments