19:00:49 #startmeeting refstack 19:00:50 Meeting started Tue May 30 19:00:49 2017 UTC and is due to finish in 60 minutes. The chair is catherineD. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:00:51 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 19:00:53 The meeting name has been set to 'refstack' 19:00:56 o/ 19:01:14 o/ 19:01:28 #link meeting agenda and notes, https://etherpad.openstack.org/p/refstack-meeting-17-05-30 19:01:52 let's wait for a couple mins 19:02:56 o/ 19:03:34 let's start 19:03:49 brb 19:04:19 https://etherpad.openstack.org/p/refstack-meeting-17-05-30 19:04:46 #topic Catherine will be away for 2 weeks in June 19:05:26 pvaneck: do you mind running the meeting on June 13 and 20? 19:05:44 catherineD: sure, though they will likely be brief meetings 19:05:46 o/ 19:06:11 o/ 19:06:13 pvaneck: I think so ... 19:06:47 pvaneck: Thanks! 19:06:58 #topic Displaying RefStack documentation 19:07:47 Finally https://review.openstack.org/#/c/460787/ was merged last week ... 19:08:07 \o/ 19:08:08 o/ 19:08:12 so now we are ready to review https://review.openstack.org/#/c/460746/ 19:08:57 o/ 19:09:02 everyone please review https://review.openstack.org/#/c/460746/ this would be the last one for this series of patch to render the doc in HTML at the RefStack website 19:10:46 pvaneck: do you have any other thoughts on this topic? 19:11:21 catherineD: eh not really. Will ask infra to review later to speed up the merging process 19:12:06 pvaneck: ok thx 19:12:21 ++ 19:12:40 #topic Update existing certified data with the verified flag 19:13:20 The Add a script to update the internal RefStack DB ( https://review.openstack.org/#/c/452518/ ) was merged May 22 19:14:45 hogepodge: mguiney: before we run this scripts ... I feel like we need one more tool as suggested in the next item .. we also need to coordinate to have a backup of the db before running the script 19:15:10 because the script will make update the the db 19:15:11 ok 19:15:34 Let's discuss the additional tool in the next item 19:15:49 #topic Tools to check whether test links in a spreadsheet are marked as verified in RefStack 19:16:50 Based on the testing experiences so far, some of the test record may not have the verification flag update. We need a tool to chech that .. 19:17:00 this is my suggestion .. 19:17:43 to check if the results have previously been verified? 19:17:46 question: should this be a stand-alone script or should it be part of the update-rs-db.py? 19:17:53 mguiney: yes 19:18:12 that strikes me as as something that would be fairly simple to implement as a part of the original script 19:18:39 the main reason is to check what are the records that should be verified but are not 19:18:56 ahhh... interesting 19:19:09 hogepodge: what are your thoughts on the matter? 19:19:27 so the output would be another csv file .. 19:19:43 of results that still need verification 19:19:57 I don't think I entirely understand. 19:21:19 so it's hard for me to say exactly what my thoughts are 19:21:54 So you have an original spreadsheet with all the links that you want to have the verification flag set as true (verify) by the update-rs-db script 19:23:10 yes, it's being maintained by us. There are a lot of new entries over the last few months 19:23:30 as entries are added or updated 19:23:41 but for some reason the update is not done because it failed one of the many checking step before the verification flag can be altered 19:24:03 You need to be able to identify those records (links) 19:24:33 ahhhh so a list of tests that failed due to the records being incomplete 19:24:44 How much of that can be automated? What's the workflow we're talking about here, and the action that I or mguiney need to take? 19:24:57 mguiney: no just failed the complete list ... 19:25:07 of pass and fail 19:25:44 hogepodge: it is automated right now with the update-rs-db script 19:25:49 this is just a safety check 19:26:05 ok 19:27:13 mguiney: do you think you can take the task to create this checking feature? 19:27:41 I think I can, but I am still not sure exactly what the csv would hold, ideally 19:28:05 would it be all of the records from the original that failed for any given reason? 19:28:54 the columns described in ron 26-29 of all records ... 19:29:21 * mguiney nods 19:29:24 ok, can do 19:29:59 there are not pass or fail here ... you just take a test link from the input files and get the records from (26 - 29) and write it out to a csv. 19:30:29 ok, I can do that 19:31:02 if all the value in the verication column is true then the automation is 100% sucsses ... else need to investigate the failure reason 19:31:48 mguiney: it is up to you whether you want it to be a new script or a sub command of the existing script 19:32:30 ok. I will poke around at that and try to get a patch pushed shortly 19:33:04 mguiney: thank you! refstack-client should have sample on subcommand 19:33:26 anything else on this topic? 19:34:00 moving on ... 19:34:05 I have questions, but I don't know how to articulate them, so mguiney can help me understand better this afternoon. 19:34:43 hogepodge: sure ... we can discuss more later .. 19:34:59 #topic Pending reviews 19:35:17 #link Add scripts for running refstack-client in docker ( https://review.openstack.org/#/c/430701/ ) 19:35:39 sslypushenko_: I have request Ann to review ... 19:36:16 mguiney: and I have reviewed and it looks good to us .. 19:36:55 i think the previous issue was with it running on mac, though, and I tested against ubuntu 19:37:18 It doesn't cover all possible cases, but should be suitable 19:37:25 * mguiney nods 19:37:36 I also tested it on Ubuntu ...Anne is testing on Mac 19:37:38 at least for development on Linux) 19:38:16 let wait for Anne's response ... then I think this patch is ready for merging 19:38:29 I can't test it on Mac) 19:38:59 I know 19:39:04 ok moving on ... 19:39:04 I can test on mac too 19:39:13 so will see what Anne says 19:39:17 hogepodge: what would be great 19:39:26 (not that I've ever run docker on mac, I just do it on linux, but I have a mac) 19:39:54 moving on .. 19:40:18 #link Add 'rm -f .testrepository/times.dbm' command in testenv ( https://review.openstack.org/#/c/459634/ ) 19:40:55 pvaneck: I guess we are waiting for response to your review? 19:41:29 yes, seems so. 19:42:12 Let me try to ping him offline .. 19:42:47 That is all the topics we have for today ... 19:42:52 #Open discussion 19:43:11 #topic Open discussion 19:44:15 sslypushenko_: hogepodge: mguiney: pvaneck: rockyg: Is there any other topic we should discuss today? 19:44:35 nothing from me 19:44:45 none from me 19:44:54 noop! 19:45:25 I'm good 19:45:29 Thanks catherineD 19:45:39 Alright ... we can end the meeting early then ... 19:45:46 thank you all! 19:45:51 have a good day! 19:46:01 #endmeeting