[06:10:53] (03CR) 10KartikMistry: [C: 031] "LGTM" [qa/browsertests] - 10https://gerrit.wikimedia.org/r/112460 (owner: 10Zfilipin) [09:06:54] :-] [09:11:21] hashar: I am ready [09:11:28] ping me when you can pair [09:11:58] ? [09:12:10] bluetooth? [09:21:45] zeljkof: yup sorry [09:22:12] for some reason the tests can't find the [review my changes] button when submitting an edit in VE [09:22:23] gry: yes, bluetooth :P [09:22:34] hashar: hangout, or here? [09:22:40] there [09:22:44] I am in my coworking place [09:22:46] so not ideal [09:22:47] aww, I wanted to see :p [09:22:57] example screenshot for the test "Basic edit": http://integration.wikimedia.org/ci/job/visualeditor-doitall/57/artifact/extensions/VisualEditor/modules/ve-mw/test/browser/screenshots/VisualEditor%3A_Basic_edit.png [09:23:13] and the colored console is http://integration.wikimedia.org/ci/job/visualeditor-doitall/57/console [09:23:22] And I click Review your changes fails with a timeout [09:23:32] waiting for {:class=>"oo-ui-labeledElement-label", :text=>"Review your changes", :tag_name=>"span"} to become present [09:24:47] hashar: ok, let me run the test on my machine [09:26:26] good news is that visual editor is there [09:26:30] a step forward [09:26:38] yup -] [09:27:12] on a previous build, it seems all features are failing on that exact same test [09:27:33] I am booting vagrant machine with visual editor [09:27:40] will try running the test there [09:36:48] hashar: will ping you when I have something, my vagrant vm is behaving strangely [09:37:01] had to destroy it and created again [09:37:05] so it is taking some time [09:37:21] zeljkof: unfortunate :D [09:40:22] (03CR) 10Zfilipin: "Chris, reset preferences step is used in UniversalLanguageSelector, ContentTranslation and Translate repositories. For this iteration of m" [selenium] - 10https://gerrit.wikimedia.org/r/112474 (owner: 10Zfilipin) [09:43:45] hashar: ok, VM with VE up and running :) [09:47:23] zeljkof: the jenkins job uses a firefox headless browser if that matters [09:47:30] hashar: should not matter [09:47:49] version 27.0 [09:48:18] hashar: so, you checkout the latest VE, then apply this patch? https://gerrit.wikimedia.org/r/#/c/111890/ [09:49:16] 111890,7 [09:49:17] yup [09:53:37] hashar: I think Jeff made it more complicated that it needs to be [09:56:13] :-D [09:56:23] zeljkof: are you reproducing the issue? [09:56:38] hashar: I am reviewing the code, trying to figure out what is going on [09:56:52] I can trigger the job against master [09:56:52] will try reproducing right now [09:56:55] it might fail as well [09:57:12] but as I understand it i need https://gerrit.wikimedia.org/r/#/c/111890/ to be able to run headless browser tests [09:59:55] hashar: ok, so one mistake that you did is this [10:00:01] ...bundle exec cucumber ... [10:00:04] it should be [10:01:13] ...bundle exec cucumber --tags @clean... [10:01:30] only tests tagged @clean will pass on a clean wiki instance [10:01:59] so, just add " --tags @clean" after "cucumber" and it should help [10:02:07] let me run on my machine to see what happens [10:02:14] (still not there) [10:03:42] zeljkof: well that is going to exclude all tests I guess [10:03:47] but yeah you are right, should add it [10:03:57] hashar: but that is the point, right :) [10:04:05] most of the tests do not work on a clean wiki [10:04:20] so jeff has created this one special test that does work on a clean wiki [10:04:28] in this case it simply can't find the Review your changes [10:04:50] hashar: I would not go into details about what is wrong [10:04:55] let's get one test running fine [10:04:57] first [10:05:13] my machine [10:05:14] $ bundle exec cucumber --tags @clean [10:05:21] 2 scenarios (1 failed, 1 passed) [10:05:25] let's see what is wrong [10:05:51] what is the failure reported? [10:11:43] hashar: http://etherpad.wikimedia.org/p/ve [10:12:12] (03PS1) 10Hashar: browsertests: replace -p ciwmf with --tags @clean [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112654 [10:13:08] hehe [10:14:12] can you try one of the scenario which is failing on the jenkin job? [10:14:15] aka the Basic edit one [10:14:34] to see whether it can find the [Review your changes] button [10:15:01] hashar: will do, but let me fix this one first [10:15:05] (03CR) 10Hashar: [C: 032] "Updated jobs. Added reviewers for information." [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112654 (owner: 10Hashar) [10:16:47] (03Merged) 10jenkins-bot: browsertests: replace -p ciwmf with --tags @clean [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112654 (owner: 10Hashar) [10:18:26] (03PS22) 10Hashar: (WIP) (WIP) visualeditor-doitall (WIP) (WIP) [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/100800 [10:19:05] (03CR) 10Hashar: "Rebased to include ( https://gerrit.wikimedia.org/r/112654 ) which removes the cucumber parameter '-p ciwmf' in favor of --tags @clean." [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/100800 (owner: 10Hashar) [10:20:22] hashar: ok, my mistake [10:20:29] forgot to export API_URL [10:21:00] now it is working fine [10:21:19] that it, both scenarios tagged @clean pass on my VM wiki [10:21:44] hashar: do you clean the wiki database for every jenkins job run? [10:21:51] yeah [10:21:55] entirely fresh db [10:22:01] ok [10:22:08] I am just not sure why it can't find the button [10:22:10] then this should work [10:22:21] run only @clean [10:22:33] I will test now with other scenarios [10:22:41] who knows what is wrong [10:24:31] retriggered job http://integration.wikimedia.org/ci/job/visualeditor-doitall/59/console [10:24:42] bundle exec cucumber --color --tags @clean --format pretty --format junit --out /mnt/jenkins-workspace/workspace/visualeditor-doitall/log --format html --out /mnt/jenkins-workspace/workspace/visualeditor-doitall/log/report.html [10:24:43] :D [10:25:43] you did not export API_URL [10:25:45] so yeah same issue [10:25:51] ?? [10:26:05] hashar: something like this [10:26:06] $ export API_URL=http://127.0.0.1:8080/w/api.php [10:26:10] ahhh crazy [10:26:17] we should just give the mw base path [10:26:26] hashar: probably :) [10:26:29] but yeah , will update [10:26:38] we are just starting with using the API [10:27:09] not sure about this one [10:27:09] File name too long - screenshots/VisualEditor_on_a_fresh_Mediawiki_install [10:27:58] (03PS1) 10Hashar: browsertests: set API_URL to api.php [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112657 [10:29:00] (03CR) 10Hashar: [C: 032] browsertests: set API_URL to api.php [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112657 (owner: 10Hashar) [10:29:25] (03Merged) 10jenkins-bot: browsertests: set API_URL to api.php [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112657 (owner: 10Hashar) [10:29:45] (03PS23) 10Hashar: (WIP) (WIP) visualeditor-doitall (WIP) (WIP) [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/100800 [10:30:32] hashar: let's see about this one: timed out after 5 seconds, waiting for {:class=>"oo-ui-labeledElement-label", :text=>"Review your changes", :tag_name=>"span"} to become present (Watir::Wait::TimeoutError) [10:31:21] http://integration.wikimedia.org/ci/job/visualeditor-doitall/60/console [10:31:23] new run [10:31:58] OH MY GOD [10:32:02] ONE TEST PASSED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [10:32:04] 111BBQ [10:32:44] ah it already passed nm [10:33:13] yeah the second passed [10:33:18] API_URL for the win [10:33:36] hashar: :) [10:33:43] the rest of the tests are just to brittle :( [10:33:55] it would take me a lot of time to fix them to work with a fresh wiki [10:33:58] though the error reported at http://integration.wikimedia.org/ci/job/visualeditor-doitall/59/console is not very clear [10:34:07] hashar: let me see... [10:34:15] must pass :url (ArgumentError) [10:34:15] ./features/step_definitions/fresh_wiki_install_steps.rb:22:in `/^I create a new wiki article (.+) with content (.+)$/' [10:34:31] should says to set API_URL [10:34:37] or skip the test saying API_URL is not set [10:34:46] but that is not a big deal for now [10:35:20] zeljkof: have you reproduced the tests not finding [review your changes] button ? [10:35:34] hashar: no, it failed even finding "edit" link :( [10:35:40] I do not have the time to fix that now [10:35:41] :-] [10:35:46] I will leave it to Jeff :) [10:35:54] well we have our showcase this evening [10:36:05] is the test passing now? [10:36:11] no clue [10:36:20] I made the job to use --tags @clean [10:36:26] great [10:36:27] so it is not running anything beside two tests [10:36:31] that is all we can do for now [10:36:44] will try with another change which will @clean the Basic edit scenario [10:36:48] VE people (probably only Jeff) have to make sure the rest of the tests run on a clean wiki [10:40:27] https://gerrit.wikimedia.org/r/112659 [10:40:59] and triggered at http://integration.wikimedia.org/ci/job/visualeditor-doitall/61/console [10:42:56] zeljkof: is there any parameters we can pass to dump the dom ? [10:43:04] or something that is a bit more verbose beside screenshots ? [10:43:27] hashar: sure :) [10:43:35] you can get page html, enough? [10:43:56] anyway I got : http://integration.wikimedia.org/ci/job/visualeditor-doitall/ws/extensions/VisualEditor/modules/ve-mw/test/browser/screenshots/VisualEditor%3A_Basic_edit.png [10:44:02] and it can't find the stupid button [10:44:10] maybe the text does not exactly match [10:44:32] hashar: yeah, who knows what is wrong there [10:44:39] I do not want to open that can of worms :) [10:44:43] :-( [10:44:47] VE tests are not the cleanest one we have [10:44:54] and I could not ping Jeff yesterday :-( [10:45:10] anyway, appointment, will be back around 2pm [10:45:34] hasharAway: I have a pairing session with Jeff today 5-6pm our time, feel free to join us [10:45:50] zeljkof: well need to reproduce the issue first :-] [10:46:01] hasharAway: good luck :) [10:46:10] I mean on another installation than the jenkins one [10:46:45] if you could attempt running the tests with patch https://gerrit.wikimedia.org/r/#/c/112659/ , would be nice to confirm you have encounter the same error [10:46:50] will attempt to do that myself this afternoon [10:46:55] I am off for real now. [13:22:04] re [13:33:12] zeljkof: you released 0.2.2 of mediawiki/selenium gem but I can't find the version bump in the git repo :( [13:33:24] lib/mediawiki_selenium/version.rb still show 0.2.1 [13:33:46] hashar: maybe it is not merged yet [13:33:48] let me see [13:33:52] ohh [13:34:13] hashar: here it is https://gerrit.wikimedia.org/r/#/c/112474/ [13:34:59] (03CR) 10Manybubbles: [C: 032] "This looks just like the login code for Cirrus so I imagine it'll be easy to integrate and I trust the Zfilipin has tested it on his side." [selenium] - 10https://gerrit.wikimedia.org/r/112459 (owner: 10Zfilipin) [13:37:46] (03CR) 10Manybubbles: "Isn't here already a thing in ruby called URL?" [selenium] - 10https://gerrit.wikimedia.org/r/112449 (owner: 10Zfilipin) [14:25:57] zeljkof: is there a way to make cucumber a bit more verbose, i.e. to let it dumps what it is doing / expecting from the browser ? [14:26:55] of course :) [14:27:09] but I am in a meeting with Amir, can not talk now [14:27:20] hashar: create a bug :) [14:35:10] well [14:35:15] it is screwed beyond repair :-D [14:38:41] zeljkof: can we lower the 5 seconds timeout somehow ? :-D [14:38:49] hashar: of course :) [14:38:57] but please ping me later today, in an hour or so [14:59:50] (03PS1) 10Hashar: Revert "browsertests: replace -p ciwmf with --tags @clean" [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112681 [15:00:01] (03CR) 10Hashar: [C: 032] Revert "browsertests: replace -p ciwmf with --tags @clean" [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112681 (owner: 10Hashar) [15:00:41] (03PS2) 10Hashar: Revert "browsertests: replace -p ciwmf with --tags @clean" [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112681 [15:00:46] (03CR) 10Hashar: [C: 032] Revert "browsertests: replace -p ciwmf with --tags @clean" [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112681 (owner: 10Hashar) [15:02:27] had to [15:02:38] http://integration.wikimedia.org/ci/job/mwext-browsertests-UniversalLanguageSelector-phantomjs/ does not have any @clean tag :/ [15:20:26] (03PS1) 10Hashar: browsertests: bundle install gems in shared dir [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112682 [15:20:29] (03PS1) 10Hashar: browsertests: take screenshot on fail and archive them [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112683 [15:22:54] (03CR) 10Hashar: [C: 032] browsertests: bundle install gems in shared dir [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112682 (owner: 10Hashar) [15:22:57] (03CR) 10Hashar: [C: 032] browsertests: take screenshot on fail and archive them [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112683 (owner: 10Hashar) [15:23:10] (03Merged) 10jenkins-bot: browsertests: bundle install gems in shared dir [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112682 (owner: 10Hashar) [15:23:26] (03Merged) 10jenkins-bot: browsertests: take screenshot on fail and archive them [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112683 (owner: 10Hashar) [15:28:14] (03PS4) 10Hashar: Doc for screenshot and let us specify destination [selenium] - 10https://gerrit.wikimedia.org/r/112446 [15:28:39] (03CR) 10Hashar: "Trivial rebase, conflict in README.md which received an update meanwhile." [selenium] - 10https://gerrit.wikimedia.org/r/112446 (owner: 10Hashar) [16:14:21] chrismcmahon: I copy/massaged the etherpad notes for today's Showcase meeting here: https://www.mediawiki.org/wiki/Wikimedia_Release_and_QA_Team/Meetings [16:14:53] hi greg-g we were just talking abou that [16:17:04] thoughts? :) [16:18:23] greg-g: we might have a misunderstanding about what "showcase" means. We were thinking we would be demonstrating current work, e.g. the first VE headless browser test run under WMF Jenkins to go green: http://integration.wikimedia.org/ci/job/visualeditor-doitall/60/console [16:18:57] (03CR) 10Jhall: [C: 032] Moved LoginPage class and URL module to the gem [selenium] - 10https://gerrit.wikimedia.org/r/112449 (owner: 10Zfilipin) [16:19:00] (03Merged) 10jenkins-bot: Moved LoginPage class and URL module to the gem [selenium] - 10https://gerrit.wikimedia.org/r/112449 (owner: 10Zfilipin) [16:19:03] (03Merged) 10jenkins-bot: Renamed remaining instances of mediawiki-selenium to mediawiki_selenium [selenium] - 10https://gerrit.wikimedia.org/r/112456 (owner: 10Zfilipin) [16:19:05] (03Merged) 10jenkins-bot: Moved Given(/^I am logged in$/) step to the gem [selenium] - 10https://gerrit.wikimedia.org/r/112459 (owner: 10Zfilipin) [16:19:19] greg-g: also e.g. the first Flow regression test requested by the Flow team: https://gerrit.wikimedia.org/r/#/c/112048/ [16:20:31] both great, feel free to replace any of the other things on that page with those [16:21:27] I think the first 3 levelA bullets are fitting, the rest can be massaged with things like what you just said [16:22:50] zeljkof: back around ? :D [16:23:12] hashar: sorry, in a meeting with JeffHall and chrismcmahon now :( [16:23:21] zeljkof: could use a merge of the patch which created mediawiki_selenium 0.2.2 as well as a new release 0.2.3 which includes the screenshot path :D [16:23:23] ahhh [16:23:34] too many meetings today [16:23:48] :-] [16:26:03] hashar: see above re /Meetings page [16:28:48] tis ok :-D [16:28:50] filling in bugs [16:29:24] :) [16:29:35] I am really bad at browser testing :D [16:29:59] the cucumber/watir/selenium/phantoms/random extension cause my brain to overflow [16:46:34] any idea what are the extensions supporting browsertests ? :D [16:48:04] chrismcmahon: ^ :) [16:49:39] (03PS1) 10Hashar: Job mwext-browsertests-Flow-phantomjs [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112702 [16:49:41] (03CR) 10Cmcmahon: [C: 032] Doc for screenshot and let us specify destination [selenium] - 10https://gerrit.wikimedia.org/r/112446 (owner: 10Hashar) [16:49:55] (03CR) 10Hashar: [C: 032] Job mwext-browsertests-Flow-phantomjs [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112702 (owner: 10Hashar) [16:50:59] hashar: greg-g https://github.com/wikimedia/mediawiki-selenium#links [16:51:14] (03CR) 10Hashar: [C: 032] Job mwext-browsertests-Flow-phantomjs [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112702 (owner: 10Hashar) [16:51:31] (03Merged) 10jenkins-bot: Job mwext-browsertests-Flow-phantomjs [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112702 (owner: 10Hashar) [16:51:32] found out Flow has some browser tests :D [16:51:59] hashar: I wrote the Flow tests, then S has done some also [16:52:05] awesome [16:52:50] (03PS3) 10Zfilipin: Moved resetting preferences to the gem [selenium] - 10https://gerrit.wikimedia.org/r/112474 [16:54:08] (03CR) 10Cmcmahon: [C: 032] "used by 3 Language repos" [selenium] - 10https://gerrit.wikimedia.org/r/112474 (owner: 10Zfilipin) [17:03:01] hashar: I am free now ;) [17:06:29] zeljkof: :-D [17:06:38] zeljkof: I filled a bunch of bugs for ULS browser tests failing [17:06:43] we will follow up tomorrow I guess :] [17:06:51] disconnecting IRC [17:36:34] (03PS1) 10Hashar: Placeholders for mwext-browsertests [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112709 [17:36:47] (03CR) 10Hashar: [C: 032] Placeholders for mwext-browsertests [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112709 (owner: 10Hashar) [17:37:07] (03Merged) 10jenkins-bot: Placeholders for mwext-browsertests [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112709 (owner: 10Hashar) [20:03:44] hiii [20:31:54] (03PS1) 10Hashar: experimental tox based python jobs [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112795 [20:32:06] (03Abandoned) 10Hashar: experimental tox based python jobs [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/112795 (owner: 10Hashar) [21:19:19] (03PS1) 10Hashar: move pyflakes rule near the pep8 one [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112807 [21:19:22] (03PS1) 10Hashar: pep8/pyflakes should trigger when setup.cfg is changed [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112808 [21:19:28] (03CR) 10Hashar: [C: 032] move pyflakes rule near the pep8 one [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112807 (owner: 10Hashar) [21:19:32] (03CR) 10Hashar: [C: 032] pep8/pyflakes should trigger when setup.cfg is changed [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112808 (owner: 10Hashar) [21:19:38] (03Merged) 10jenkins-bot: move pyflakes rule near the pep8 one [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112807 (owner: 10Hashar) [21:19:40] (03Merged) 10jenkins-bot: pep8/pyflakes should trigger when setup.cfg is changed [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112808 (owner: 10Hashar) [21:23:23] (03CR) 10Jhall: [C: 032] Moved LoginPage class and URL module to mediawiki_selenium Ruby gem [qa/browsertests] - 10https://gerrit.wikimedia.org/r/112448 (owner: 10Zfilipin) [21:23:36] (03Merged) 10jenkins-bot: Moved LoginPage class and URL module to mediawiki_selenium Ruby gem [qa/browsertests] - 10https://gerrit.wikimedia.org/r/112448 (owner: 10Zfilipin) [21:23:56] (03CR) 10Jhall: [C: 032] Moved Given(/^I am logged in$/) step to mediawiki_selenium Ruby gem [qa/browsertests] - 10https://gerrit.wikimedia.org/r/112460 (owner: 10Zfilipin) [21:24:02] (03Merged) 10jenkins-bot: Moved Given(/^I am logged in$/) step to mediawiki_selenium Ruby gem [qa/browsertests] - 10https://gerrit.wikimedia.org/r/112460 (owner: 10Zfilipin) [21:54:15] \O/ [21:54:38] JeffHall: I guess Zeljkof will release yet another version of mediawiki selenium gem tomorrow :D [21:55:11] hashar: Makes sense, since there were a bunch of related patch sets today [21:55:33] and we will be able to capture screenshot in the Jenkins builds :D [21:55:59] lame example: http://integration.wikimedia.org/ci/job/visualeditor-doitall/61/ [21:56:09] that page shows the artifacts, including some screenshot [21:56:18] that will make devs life easier [21:56:27] hashar: Yeah, that will definitely be a useful addition! [21:56:49] for some reason they can't be shown in the report :/ [21:57:24] while we are both around, I have been struck by the VE tests not being able to find the button for "Review your changes" [21:57:29] a trace is at http://integration.wikimedia.org/ci/job/visualeditor-doitall/61/artifact/log/report.html [21:57:51] I looked at the install and use the dev tool from my browser and the span is there with that class and apparently the same text [21:57:58] i have no clue why it can't find it :/ [21:58:53] hashar: Chris, Zeljko, and I paired this morning, and Zeljko found the problem, and that code should be merged now (in the VisualEditor repo) [21:59:21] hashar: It had to do with updated iframe syntax in the Watir-WebDriver Rubygem [22:03:02] ah i noticed that iframe change [22:03:11] will give it a look again tomorrow and follow up with zeljkof :] [22:03:26] hi ryasmeen, I am around [22:03:28] I am really a newbie when it comes to watir/selenium :( [22:03:48] hashar: That iframe change should fix the "Review your changes" issue that you've been encountering [22:23:32] JeffHall: got to try :-] [22:28:35] (03PS1) 10Subramanya Sastry: Added Hardik Juneja to trusted users for check/test pipeline [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112818 [22:34:32] (03CR) 10Hashar: [C: 04-1] Added Hardik Juneja to trusted users for check/test pipeline (031 comment) [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112818 (owner: 10Subramanya Sastry) [22:36:46] JeffHall: that is still failing for me somehow. I guess I will check with zelkof tomorrow [22:36:52] too late for me to dig in it tonight :D [22:37:06] for what it is worth, the job console is http://integration.wikimedia.org/ci/job/Visualeditor-doitall/63/console [22:37:36] oh wait [22:37:37] no [22:37:41] (03PS2) 10Subramanya Sastry: Added Hardik Juneja to trusted users for check/test pipeline [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112818 [22:37:44] Scenario: Article creation and editing is fixed [22:37:47] thank you very much!!! [22:38:04] hashar: Great - glad to know that one is working! [22:38:58] yeah that is awesome [22:39:53] we are progressing [22:40:27] (03CR) 10Hashar: [C: 032] "nice :-]" [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112818 (owner: 10Subramanya Sastry) [22:40:32] (03Merged) 10jenkins-bot: Added Hardik Juneja to trusted users for check/test pipeline [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/112818 (owner: 10Subramanya Sastry) [22:44:43] and I am off to bed [22:44:47] have sweet dreams folks [22:44:52] Au revoir! [22:45:35] :-] [22:45:37] merci!