Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b13d809d
Commit
b13d809d
authored
Nov 06, 2014
by
Byron Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1093479: view job queue shows incorrect value for error_count
r=dylan,a=glob
parent
5afebc8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
view_job_queue.cgi
view_job_queue.cgi
+4
-1
No files found.
view_job_queue.cgi
View file @
b13d809d
...
@@ -45,7 +45,10 @@ sub generate_report {
...
@@ -45,7 +45,10 @@ sub generate_report {
j.run_after AS run_time,
j.run_after AS run_time,
j.grabbed_until,
j.grabbed_until,
f.funcname AS func,
f.funcname AS func,
e.jobid AS error_count,
(SELECT COUNT(*)
FROM ts_error
WHERE ts_error.jobid = j.jobid
) AS error_count,
e.error_time AS error_time,
e.error_time AS error_time,
e.message AS error_message
e.message AS error_message
FROM
FROM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment