Project

General

Profile

Actions

action #17600

closed

Adding same scenario in multiple job groups fails

Added by okurz about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Regressions/Crashes
Target version:
-
Start date:
2017-03-08
Due date:
% Done:

0%

Estimated time:

Description

observation

Trying to add a testsuite to a job group when the scenario is already enabled in another jobgroup (i.e. same machine, arch, etc.) an error with some database backtrace is displayed. Also logfile output:

[Wed Mar  8 11:19:30 2017] [30046:error] DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR:  duplicate key value violates unique constraint "job_templates_product_id_machine_id_test_suite_id"
DETAIL:  Key (product_id, machine_id, test_suite_id)=(155, 1, 328) already exists. [for Statement "INSERT INTO job_templates ( group_id, machine_id, prio, product_id, t_created, t_updated, test_suite_id) VALUES ( ?, ?, ?, ?, ?, ?, ? ) RETURNING id" with ParamValues: 1='55', 2='1', 3='50', 4='155', 5='2017-03-08 10:19:30', 6='2017-03-08 10:19:30', 7='328'] at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/API/V1/JobTemplate.pm line 111

steps to reproduce

  • add testsuite to one job group
  • add same testsuite with same parameters (i.e. machine, arch) to another job group over webui
  • observe error

problem

database internals should not be displayed to the user. logfile should not have an error included. This needs to be handled in the UI.

suggestion

catch error in webUI.

workaround

delete scenario from whatever job group it is used in


Related issues 1 (0 open1 closed)

Is duplicate of openQA Project - action #15192: [tools]DB exception popup while trying to add Test Suite with same name Resolvedmkittler2016-12-01

Actions
Actions #1

Updated by okurz about 7 years ago

Actions #2

Updated by coolo over 6 years ago

  • Is duplicate of action #15192: [tools]DB exception popup while trying to add Test Suite with same name added
Actions #3

Updated by coolo over 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF