action #97481
closed
- Due date set to 2021-09-08
- Status changed from New to Feedback
- Assignee set to okurz
- Target version set to Ready
I'm sorry, I don't understand. Could you please add more details? I assume you see a problem but I don't know what the problem is. What is the expected result?
- Assignee deleted (
okurz)
- Target version deleted (
Ready)
okurz wrote:
I'm sorry, I don't understand. Could you please add more details? I assume you see a problem but I don't know what the problem is. What is the expected result?
When you open dashboard http://dashboard.qam.suse.de/blocked and search for JeOS: Development
, this group should be not there.
- Assignee set to okurz
- Target version set to Ready
- Status changed from Feedback to New
- Assignee deleted (
okurz)
- Priority changed from High to Urgent
@osukup is this a regression due to the ill-communicated move of incident test approval from openQABot to bot-ng? If yes, please revert that ASAP
I don't see any relevant-looking changes in bot-ng or openQABot 🤔️ We really need to figure out where these things are changed, and where we can review such changes easily and quickly.
- Status changed from New to Feedback
- Assignee set to osukup
dashboard_db=# DELETE FROM openqa_jobs WHERE job_group='JeOS: Development';
DELETE 180
dashboard_db=#
- Status changed from Feedback to In Progress
this more looks like data from rabbitmq pollutes database with unneded groups @kraih ?
osukup wrote:
this more looks like data from rabbitmq pollutes database with unneded groups @kraih ?
There is no data added to the database from RabbitMQ. There is just one query that updates the state of jobs, that't it.
UPDATE openqa_jobs SET status = ?, updated = NOW() WHERE job_id = ? RETURNING job_id;
kraih wrote:
osukup wrote:
this more looks like data from rabbitmq pollutes database with unneded groups @kraih ?
There is no data added to the database from RabbitMQ. There is just one query that updates the state of jobs, that't it.
UPDATE openqa_jobs SET status = ?, updated = NOW() WHERE job_id = ? RETURNING job_id;
oh ... thx for info,
conditions for ignoring jobs simplified and database manually cleaned ..
- Status changed from In Progress to Feedback
- Status changed from Feedback to Resolved
Also available in: Atom
PDF