*** achanda has joined #openstack-mistral | 00:11 | |
*** tej has joined #openstack-mistral | 00:27 | |
*** bobh has joined #openstack-mistral | 01:07 | |
*** bobh has quit IRC | 01:28 | |
*** tej has quit IRC | 01:44 | |
*** ninag has joined #openstack-mistral | 01:49 | |
*** achanda has quit IRC | 01:50 | |
*** ninag has quit IRC | 01:53 | |
*** bobh has joined #openstack-mistral | 01:58 | |
*** rakhmerov has quit IRC | 02:03 | |
*** rakhmerov has joined #openstack-mistral | 02:07 | |
*** achanda has joined #openstack-mistral | 02:56 | |
*** gokrokve has joined #openstack-mistral | 03:18 | |
*** gokrokve has quit IRC | 03:22 | |
*** bobh has quit IRC | 03:48 | |
*** gokrokve has joined #openstack-mistral | 04:05 | |
*** gokrokve has quit IRC | 04:10 | |
*** gokrokve has joined #openstack-mistral | 04:30 | |
*** gokrokve has quit IRC | 04:36 | |
*** gokrokve has joined #openstack-mistral | 05:30 | |
*** gokrokve has quit IRC | 05:49 | |
*** gokrokve has joined #openstack-mistral | 07:24 | |
*** gokrokve has quit IRC | 07:28 | |
*** chlong_zzz is now known as chlong | 07:31 | |
*** ninag has joined #openstack-mistral | 07:43 | |
*** ninag has quit IRC | 07:48 | |
*** pbelamge has joined #openstack-mistral | 08:05 | |
*** tshtilma has joined #openstack-mistral | 08:42 | |
tshtilma | morning a quick question when deleting a workflow (and executions) through heat we see a foreign key violation error (sub workflow execution) , my question is the fk deined ind db as delete cascade? otherwise coudlnt see in the code when deletion exection to delete other references | 08:44 |
---|---|---|
tshtilma | 2016-01-27 02:11:30.343 21478 ERROR wsme.api [-] Server-side error: "(_mysql_exceptions.IntegrityError) (1451, 'Cannot delete or update a parent row: a foreign key constraint fails (`mistral`.`executions_v2`, CONSTRAINT `executions_v2_ibfk_1` FOREIGN KEY (`task_execution_id`) REFERENCES `executions_v2` (`id`))') [SQL: u'DELETE FROM executions_v2 WHERE executions_v2.id = %s'] [parameters: ('8a5cbc53 | 08:44 |
tshtilma | -2e58-4f9b-8ab9-63c8e2415f2e',) | 08:44 |
lane_kong | tshtilma: https://github.com/openstack/mistral/blob/master/mistral/db/v2/sqlalchemy/models.py#L237 | 08:52 |
tshtilma | thanks lane_kong so i understand its deleting cascade and not application level | 08:57 |
*** achanda has quit IRC | 09:14 | |
*** [1]tshtilma has joined #openstack-mistral | 10:25 | |
*** tshtilma has quit IRC | 10:27 | |
*** [1]tshtilma is now known as tshtilma | 10:27 | |
ddeja | Hi all, I have problem with running unit tests from mistral. 2 Test (mistral.tests.unit.engine.test_workflow_resume.WorkflowResumeTest.test_resume_different_task_states and mistral.tests.unit.engine.test_workflow_resume.WorkflowResumeTest.test_resume_fails) with same error "Engine test case exception occurred: Failed to wait for expected result." Full trace can be found here | 10:58 |
ddeja | http://paste.openstack.org/show/485125/ | 10:58 |
ddeja | Have you ever seen this and have some workaround/fix? | 10:59 |
*** gokrokve has joined #openstack-mistral | 11:02 | |
*** gokrokve has quit IRC | 11:06 | |
*** tshtilma has quit IRC | 11:11 | |
*** tshtilma has joined #openstack-mistral | 11:20 | |
*** mriedem has joined #openstack-mistral | 11:36 | |
mriedem | rakhmerov: is there any status on a stable/liberty point release? | 11:36 |
*** dprince has joined #openstack-mistral | 11:52 | |
openstackgerrit | Michael Krotscheck proposed openstack/mistral: Added CORS support to Mistral https://review.openstack.org/265370 | 12:22 |
akuznetsova | ddeja, hi, where did you get such error ? | 12:28 |
akuznetsova | mriedem, hi, what do you mean by status ? list of implemented features or what ? | 12:29 |
ddeja | akuznetsova: on my PC with Fedora. After little research I think I got an error because these two tests uses std.http action in their workflows calling google.com and I'm behind proxy | 12:31 |
ddeja | I'm trying to add proxy to workflow definition, but I'm not sure how and I can't find any examples in internet | 12:32 |
akuznetsova | ddeja, if you want to check that resume work, you can try to change http action to echo in test wf | 12:34 |
akuznetsova | ddeja, or will it help https://github.com/openstack/mistral/blob/master/mistral/actions/std_actions.py#L121 ? | 12:35 |
*** ninag has joined #openstack-mistral | 12:39 | |
*** ninag has quit IRC | 12:40 | |
*** ninag has joined #openstack-mistral | 12:41 | |
ddeja | akuznetsova: I can't change http action to echo, since it will corrupt test. This is the workflow that makes problems: https://github.com/openstack/mistral/blob/master/mistral/tests/unit/engine/test_workflow_resume.py#L157 | 12:42 |
ddeja | I'll try to add proxy | 12:42 |
*** [1]tshtilma has joined #openstack-mistral | 12:44 | |
mriedem | akuznetsova: no, all projects are supposed to be looking at what they have merged in stable/liberty since the liberty release and if they should be doing a point release for liberty | 12:44 |
*** tshtilma has quit IRC | 12:44 | |
*** [1]tshtilma is now known as tshtilma | 12:44 | |
mriedem | akuznetsova: or what open backport reviews should get in, or what high severity bugs on master are fixed and should be backported to stable/liberty for a release | 12:44 |
mriedem | mistral doesn't have a stable branch CPL listed in the wiki so i was asking the PTL | 12:46 |
akuznetsova | mriedem, hm, seems that I can't give you any info here, you can also ask lane_kong, he is release liaison | 12:48 |
mriedem | looks like it's been pretty active https://review.openstack.org/#/q/project:openstack/mistral+branch:stable/liberty+status:merged | 12:48 |
mriedem | hence it's good to do a point release to get those out | 12:48 |
mriedem | a 1.0.1 release i suppose | 12:49 |
mriedem | one just has to propose a patch to the openstack/releases repo | 12:49 |
akuznetsova | rakhmerov, lane_kong, please, pay attention to this info ^^^ | 12:50 |
mriedem | also fyi http://paste.openstack.org/show/485134/ | 12:53 |
akuznetsova | mriedem, thank you | 12:56 |
mriedem | akuznetsova: rakhmerov: lane_kong: why is stuff like this being backported to stable/liberty? https://review.openstack.org/#/c/248763/ | 13:00 |
mriedem | that clearly does not fall within the stable backport policy | 13:00 |
mriedem | http://docs.openstack.org/project-team-guide/stable-branches.html#appropriate-fixes | 13:00 |
*** chlong has quit IRC | 13:15 | |
*** chlong has joined #openstack-mistral | 13:28 | |
*** Ephur has joined #openstack-mistral | 13:31 | |
*** mriedem has left #openstack-mistral | 13:51 | |
ddeja | akuznetsova: setting proxies made it. Big thanks! | 14:00 |
*** ^Gal^ has joined #openstack-mistral | 14:14 | |
*** bobh has joined #openstack-mistral | 14:17 | |
*** tshtilma has quit IRC | 14:25 | |
*** tej has joined #openstack-mistral | 14:56 | |
*** LiatFried_ has joined #openstack-mistral | 14:56 | |
*** gokrokve has joined #openstack-mistral | 14:58 | |
*** pbelamge has quit IRC | 15:13 | |
*** gokrokve has quit IRC | 15:16 | |
*** LiatFried_ has quit IRC | 15:24 | |
*** tonytan4ever has joined #openstack-mistral | 15:25 | |
*** dprince has quit IRC | 15:37 | |
*** gokrokve has joined #openstack-mistral | 15:42 | |
akuznetsova | ddeja, happy to hear it! | 15:45 |
*** tonytan_brb has joined #openstack-mistral | 15:50 | |
*** tonytan4ever has quit IRC | 15:53 | |
*** tshtilma has joined #openstack-mistral | 16:07 | |
*** tonytan_brb has quit IRC | 16:13 | |
*** tonytan4ever has joined #openstack-mistral | 16:14 | |
*** vgnbkr has quit IRC | 16:25 | |
*** vgnbkr has joined #openstack-mistral | 16:26 | |
*** tshtilma has quit IRC | 16:43 | |
*** gokrokve has quit IRC | 16:57 | |
*** dprince has joined #openstack-mistral | 17:01 | |
*** gokrokve has joined #openstack-mistral | 17:03 | |
*** bhaskarduvvuri has joined #openstack-mistral | 17:08 | |
*** LiatFried_ has joined #openstack-mistral | 17:27 | |
*** pbelamge has joined #openstack-mistral | 17:29 | |
*** achanda has joined #openstack-mistral | 17:59 | |
*** LiatFried_ has quit IRC | 18:02 | |
*** achanda has quit IRC | 18:24 | |
*** bhaskarduvvuri has quit IRC | 18:27 | |
*** bhaskarduvvuri has joined #openstack-mistral | 18:27 | |
*** achanda has joined #openstack-mistral | 18:33 | |
*** dprince has quit IRC | 18:59 | |
*** pbelamge has quit IRC | 19:00 | |
*** dprince has joined #openstack-mistral | 19:00 | |
*** bhaskarduvvuri has quit IRC | 19:26 | |
*** tonytan_brb has joined #openstack-mistral | 19:32 | |
*** tonytan4ever has quit IRC | 19:35 | |
*** tonytan_brb has quit IRC | 19:46 | |
*** tonytan4ever has joined #openstack-mistral | 19:46 | |
*** tonytan_brb has joined #openstack-mistral | 20:07 | |
*** tonytan4ever has quit IRC | 20:09 | |
*** bhaskarduvvuri has joined #openstack-mistral | 20:12 | |
*** _bd_ has joined #openstack-mistral | 20:13 | |
*** bhaskarduvvuri has quit IRC | 20:14 | |
*** _bd_ is now known as bhaskarduvvuri | 20:14 | |
*** tonytan_brb has quit IRC | 20:16 | |
*** tonytan4ever has joined #openstack-mistral | 20:17 | |
*** tej has quit IRC | 20:19 | |
*** tej has joined #openstack-mistral | 20:20 | |
*** tej has quit IRC | 20:25 | |
*** bhaskarduvvuri has quit IRC | 20:49 | |
*** gokrokve has quit IRC | 20:57 | |
*** gokrokve_ has joined #openstack-mistral | 20:57 | |
*** gokrokve_ has quit IRC | 20:59 | |
*** gokrokve has joined #openstack-mistral | 20:59 | |
*** gokrokve has quit IRC | 21:00 | |
*** gokrokve has joined #openstack-mistral | 21:05 | |
*** gokrokve has quit IRC | 21:14 | |
lane_kong | akuznetsova: got that, I have already submit a patch for mistral liberty release 1.0.1 | 21:41 |
*** dprince has quit IRC | 22:11 | |
*** tonytan4ever has quit IRC | 23:01 | |
*** harlowja has quit IRC | 23:03 | |
*** harlowja has joined #openstack-mistral | 23:04 | |
*** tej has joined #openstack-mistral | 23:08 | |
*** tej has quit IRC | 23:10 | |
*** tej has joined #openstack-mistral | 23:11 | |
*** bobh has quit IRC | 23:13 | |
*** tej has quit IRC | 23:13 | |
*** tej has joined #openstack-mistral | 23:14 | |
*** chlong has quit IRC | 23:18 | |
*** tej has quit IRC | 23:18 | |
*** chlong has joined #openstack-mistral | 23:31 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!