Actions
action #14964
closedopenQA WebUI - Join Medium to Group got error message
Status:
Rejected
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
-
Start date:
2016-11-23
Due date:
% Done:
0%
Estimated time:
Description
Click on connect for "Join Medium to Group" on WebUI of my openqa server, I got following error message:
DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::SQLite::st execute failed: UNIQUE constraint failed: job_templates.product_id, job_templates.machine_id, job_templates.test_suite_id [for Statement "INSERT INTO job_templates ( group_id, machine_id, prio, product_id, t_created, t_updated, test_suite_id) VALUES ( ?, ?, ?, ?, ?, ?, ? )"] at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Admin/JobGroup.pm line 94
It seems that this function is broken.
Please see http://e13.suse.de/admin/groups/connect/6
Updated by coolo about 8 years ago
- Priority changed from Normal to Low
One combination of medium/machine/test can only be part of one test suite. And you're trying to add it to another one. One way to avoid this is filtering the available combinations. But as this dialog is so seldomly used, we didn't put any love into it.
Updated by coolo about 8 years ago
- Category changed from 130 to 124
and this feature has nothing to do with users.
Updated by okurz about 8 years ago
- Description updated (diff)
- Assignee deleted (
okurz)
Updated by okurz about 8 years ago
- Related to action #15192: [tools]DB exception popup while trying to add Test Suite with same name added
Actions