Message: 1
Date: Sun, 09 Mar 2014 07:10:44 -0400
From: Marc Delisle <marc@infomarc.info>
Subject: Re: [Phpmyadmin-devel] Bootstrap
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID: <531C4C34.6040007@infomarc.info>
Content-Type: text/plain; charset=UTF-8
>Le 2014-03-07 13:15, Shameek Sarkar a ?crit wrote :
> I would like to apply bootstrap.css and bootstrap.js to the entire
> phpmyadmin and in course of it, fix present bugs pertaining to UI
> glitches. Bootstrapping would also make phpMyadmin responsive. I
> could start working on it and post a part of my work for review..
> would that help?>Marc Delisle Wrote
>Yes, it would help.yes i also think its a great project to work on the ui of phpmyadmin should be changed i think its a great project.On Sun, Mar 9, 2014 at 5:45 PM, <phpmyadmin-devel-request@lists.sourceforge.net> wrote:
Send Phpmyadmin-devel mailing list submissions to
phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
or, via email, send a message with subject or body 'help' to
phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at
phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
1. Re: Bootstrap (Marc Delisle)
2. Build failed in Jenkins: phpMyAdmin-continuous #5690
(michal@cihar.com)
----------------------------------------------------------------------
Message: 1
Date: Sun, 09 Mar 2014 07:10:44 -0400
From: Marc Delisle <marc@infomarc.info>
Subject: Re: [Phpmyadmin-devel] Bootstrap
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID: <531C4C34.6040007@infomarc.info>
Content-Type: text/plain; charset=UTF-8
Le 2014-03-07 13:15, Shameek Sarkar a ?crit :
> I would like to apply bootstrap.css and bootstrap.js to the entire
> phpmyadmin and in course of it, fix present bugs pertaining to UI
> glitches. Bootstrapping would also make phpMyadmin responsive. I
> could start working on it and post a part of my work for review..
> would that help?
Yes, it would help.
Again:
please use bottom posting on this list, see
http://en.wikipedia.org/wiki/Posting_style#Bottom-posting
>
>
> Marc Delisle <marc@infomarc.info> wrote:
>
>> Edward Cheng a ?crit :
>>> Hi, Marc
>>>
>>> It's my first time participate in open-source community, I've
>>> read the last IRC log, I feel embarrassed for my idea... Now I
>>> know why PMA pick orange and dark-blue for theme :P I'm
>>> interested in UI, I know my idea will be discussed at next
>>> Wednesday, could i attend the next IRC meeting? I will be on the
>>> sidelines, My Eng is not very well...
>>
>> Hi Edward, (please use bottom posting on this list, see
>> http://en.wikipedia.org/wiki/Posting_style#Bottom-posting)
>>
>> You are welcome to attend our IRC meetings which are public.
>>
>>>
>>>
>>> 2014-03-01 22:25 GMT+08:00 Edward Cheng <c4150221@gmail.com>:
>>>
>>>> Hi, Marc
>>>>
>>>> Yes,
>>>>
>>>> I've read some part of the PMA source code, *I mean, include
>>>> features, most of my work will be INTERFACE CHANGES.* Because
>>>> functions in navigation.js control the DOM nodes, it'll be
>>>> reconstruction, I will not worry about changes on Navigation
>>>> affect other codes. For PHP part, it's only affect document and
>>>> document stream export sequence, *remake navigation not mean
>>>> completely rewrite them.*
>>>>
>>>> I'm sorry for the thoughtless subject I have submitted(New PMA
>>>> theme), but I seriously considered this subject now. I think
>>>> can finish it.
>>>>
>>>>
>>>> 2014-03-01 20:09 GMT+08:00 Marc Delisle <marc@infomarc.info>:
>>>>
>>>> Le 2014-02-26 19:24, Edward Cheng a ?crit :
>>>>>> Hi,
>>>>>>
>>>>>> Sorry, I was a little anxious
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>> 2014-02-26 23:45 GMT+08:00 Marc Delisle
>>>>>> <marc@infomarc.info <mailto:marc@infomarc.info>>:
>>>>>>
>>>>>> Edward Cheng a ?crit :
>>>>>>> Hi, Marc
>>>>>>>
>>>>>>> Why my mails and PRs's reply always have a long delay...
>>>>>>> Is there anything wrong with my thoughts?
>>>>>>
>>>>>> Hi Edward, the phpMyAdmin team consists of volunteers with
>>>>>> day jobs and other obligations; we are doing our best but
>>>>>> expect some delay.
>>>>>>
>>>>>> Maybe you have noticed that there have been three
>>>>>> "pre-proposals"
>>>>> sent
>>>>>> on this list since yesterday, so we need some time to
>>>>>> process these.
>>>>>>
>>>>>>>
>>>>>>> Regards
>>>>>>>
>>>>>>>
>>>>>>> 2014-02-26 8:54 GMT+08:00 Edward Cheng
>>>>>>> <c4150221@gmail.com
>>>>>> <mailto:c4150221@gmail.com>>:
>>>>>>>
>>>>>>>> GSoC 2014 Project: Navigation Remake and Optimization
>>>>>>>> of two
>>>>> official
>>>>>>>> themes
>>>>>>>>
>>>>>>>> I. Navigation Remake(Including two GSoC 2014 ideas)
>>>>>>>> ---------------------------------------------------
>>>>> Hi, do you intend to rewrite the navigation panel from
>>>>> scratch, in twelve weeks?
>>>>>
>>>>>>>>
>>>>>>>> The Navigation panel of PMA is quite out of date, even
>>>>>>>> it's
>>>>>> stable and
>>>>>>>> useful, but also has lots of problems, for instance: *
>>>>>>>> Outdated tags(<i> and <b>) * Using <i> and <b> to draw
>>>>>>>> the lines of the tree-like list is
>>>>>> usable, but
>>>>>>>> unreasonable * The icons and links haven't been aligned
>>>>>>>> vertically * Improper solution on the navigation of
>>>>>>>> icons, like(position: relative;top: -0.6em;) * etc.
>>>>>>>>
>>>>>>>> I think the Navigation panel of PMA should be remade,
>>>>>>>> the new
>>>>>> Navigation
>>>>>>>> panel would contain: * Feature #1426[1]: Remember
>>>>>>>> navigation state * Feature (to replace #1486[2]):
>>>>>>>> Fold/unfold all lists in one
>>>>> click
>>>>>>>> * Feature: Floating top-aligned effect of the parent
>>>>>>>> nodes,
>>>>>> clicking the
>>>>>>>> parent nodes without scrolling up, and folding the
>>>>>>>> child-elements * Improve: A better shown full name on
>>>>>>>> hover effect * Improve: A better filter, multiple
>>>>>>>> keywords support(possibly be done:highlighting
>>>>>>>> keywords) * Improve: A better highlight mechanic *
>>>>>>>> Improve: Delete the lines of the tree-like
>>>>>>>> lists(Proposed),
>>>>>> decrease the
>>>>>>>> indent space of parent/child elements to save space,
>>>>>>>> just like
>>>>> the
>>>>>>>> tree-like lists in windows 7/8 explorer * Improve: Add
>>>>>>>> some old-browsers-fallbackable animated effect * More
>>>>>>>> new features will be added during the work
>>>>>>>>
>>>>>>>> The modification including some php scripts exported as
>>>>>>>> html,
>>>>>> navigation
>>>>>>>> related javascript scripts and the navigation part of
>>>>>>>> two
>>>>>> official themes ,
>>>>>>>> all those modifications above would only affect the
>>>>>>>> appearance in
>>>>>> browsers.
>>>>>>>>
>>>>>>>> II. Optimization of two official themes(including one
>>>>>>>> GSoC 2014
>>>>> idea)
>>>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>>>
>>>>>
>>
>>>>>>>> Some details in the offical themes is quite
>>>>>>>> unsatisfactory, like: * Unfit shadow of group h2
>>>>>>>> (pmahomme); * Ununified icon style; *
>>>>>>>> #pma_navigation_collapser using "?" * The bottom border
>>>>>>>> of pmahomme shouldn't be above
>>>>> #topmenucontainer
>>>>>>>> * etc.
>>>>>>>>
>>>>>>>> All optimization works including: * Improve:
>>>>>>>> Improvement on the UI details * Feature #1490[3]:
>>>>>>>> Dynamic process list * Improve: Add some CSS3
>>>>>>>> animations to the pmahomme
>>>>>>>>
>>>>>>>>
>>>>>>>> [1]
>>>>>>>> http://sourceforge.net/p/phpmyadmin/feature-requests/1426/
>>>>>>
>>>>>>>>
>> [2] http://sourceforge.net/p/phpmyadmin/feature-requests/1486/
>>>>>>>> [3]
>>>>>>>> http://sourceforge.net/p/phpmyadmin/feature-requests/1490/
>>>>>>
>>>>>>>>
>>
>>>>>>>> -- Edward Cheng
>>>>>
>>>>> -- Marc Delisle http://infomarc.info | http://phpmyadmin.net
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>>
>>>>>
Flow-based real-time traffic analytics software. Cisco certified tool.
>>>>> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow
>>>>> Analyzer Customize your own dashboards, set traffic alerts
>>>>> and generate reports. Network behavioral analysis & security
>>>>> monitoring. All-in-one tool.
>>>>>
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
>>>>>
>>>>>
_______________________________________________
>>>>> Phpmyadmin-devel mailing list
>>>>> Phpmyadmin-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>>>>>
>>>>
>>>>
>>>>
>>>>>
--
>>>> Edward Cheng
>>>>
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>>
------------------------------------------------------------------------------
>>> Subversion Kills Productivity. Get off Subversion & Make the Move
>>> to Perforce. With Perforce, you get hassle-free workflows. Merge
>>> that actually works. Faster operations. Version large binaries.
>>> Built-in WAN optimization and the freedom to use Git, Perforce or
>>> both. Make the move to Perforce.
>>> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>>>
>>>
>>>
>>>
------------------------------------------------------------------------
>>>
>>> _______________________________________________ Phpmyadmin-devel
>>> mailing list Phpmyadmin-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>>
>>
>> -- Marc Delisle http://infomarc.info | http://phpmyadmin.net
>>
>> ------------------------------------------------------------------------------
>>
>>
Subversion Kills Productivity. Get off Subversion & Make the Move to
Perforce.
>> With Perforce, you get hassle-free workflows. Merge that actually
>> works. Faster operations. Version large binaries. Built-in WAN
>> optimization and the freedom to use Git, Perforce or both. Make the
>> move to Perforce.
>> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>>
>>
_______________________________________________
>> Phpmyadmin-devel mailing list
>> Phpmyadmin-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
> ------------------------------------------------------------------------------
>
>
Subversion Kills Productivity. Get off Subversion & Make the Move to
Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually
> works. Faster operations. Version large binaries. Built-in WAN
> optimization and the freedom to use Git, Perforce or both. Make the
> move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>
>
_______________________________________________
> Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>
--
Marc Delisle
http://infomarc.info | http://phpmyadmin.net
------------------------------
Message: 2
Date: Sun, 9 Mar 2014 13:16:10 +0100 (CET)
From: michal@cihar.com
Subject: [Phpmyadmin-devel] Build failed in Jenkins:
phpMyAdmin-continuous #5690
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID: <1619103649.2.1394367370609.JavaMail.jenkins@pmaci>
Content-Type: text/plain; charset=UTF-8
See <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/5690/changes>
Changes:
[jefftchan] Import dependencies to make unit tests friendlier to running independently
------------------------------------------
Started by GitHub push by lem9
[EnvInject] - Loading node environment variables.
Building in workspace <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git
Checking out Revision af749a3409713da3be85404af345d19ef3e414f4 (origin/master)
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content
TESTSUITE_SERVER=localhost
TESTSUITE_USER=pmatest
TESTSUITE_DATABASE=pmatest
TESTSUITE_URL=http://ci-live.phpmyadmin.net/phpMyAdmin-continuous/workspace/
TESTSUITE_BROWSERSTACK_USER=michaliha
[EnvInject] - Variables injected successfully.
[workspace] $ /bin/sh -xe /tmp/hudson2305923910357514693.sh
+ ./scripts/generate-mo --quiet
[workspace] $ ant -DTESTSUITE_BROWSERSTACK_KEY=**** -DTESTSUITE_PASSWORD=**** clean phpunit-nocoverage phpcpd phpcs phploc jshint
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-6-openjdk-amd64/lib/tools.jar
Buildfile: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build.xml>
clean:
[delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/api>
[delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/code-browser>
[delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/coverage>
[delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/logs>
[delete] Deleting directory <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/pdepend>
[mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/api>
[mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/code-browser>
[mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/coverage>
[mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/logs>
[mkdir] Created dir: <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build/pdepend>
phpunit-nocoverage:
[exec] Enabling headers testing using runkit...
[exec] PHPUnit 3.7.31 by Sebastian Bergmann.
[exec]
[exec] Configuration read from <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/phpunit.xml.nocoverage>
[exec]
[exec] ............................................................. 61 / 2257 ( 2%)
[exec] ......................................... [33;1mI [0m................... 122 / 2257 ( 5%)
[exec] ............................................................. 183 / 2257 ( 8%)
[exec] ............................................................. 244 / 2257 ( 10%)
[exec] ............................................................. 305 / 2257 ( 13%)
[exec] ............................................................. 366 / 2257 ( 16%)
[exec] ............................................................. 427 / 2257 ( 18%)
[exec] ............................................................. 488 / 2257 ( 21%)
[exec] ............................................................. 549 / 2257 ( 24%)
[exec] ............................................................. 610 / 2257 ( 27%)
[exec] ............................................................. 671 / 2257 ( 29%)
[exec] ............................................................. 732 / 2257 ( 32%)
[exec] ............................................................. 793 / 2257 ( 35%)
[exec] ............................................................. 854 / 2257 ( 37%)
[exec] ............................................................. 915 / 2257 ( 40%)
[exec] ............................................................. 976 / 2257 ( 43%)
[exec] ............................................................. 1037 / 2257 ( 45%)
[exec] ............................................................. 1098 / 2257 ( 48%)
[exec] ............................................................. 1159 / 2257 ( 51%)
[exec] ............................................................. 1220 / 2257 ( 54%)
[exec] ............................................................. 1281 / 2257 ( 56%)
[exec] ............................................................. 1342 / 2257 ( 59%)
[exec] ............................................................. 1403 / 2257 ( 62%)
[exec] ............................................................. 1464 / 2257 ( 64%)
[exec] ............................................................. 1525 / 2257 ( 67%)
[exec] ............................................................. 1586 / 2257 ( 70%)
[exec] ............................................................. 1647 / 2257 ( 72%)
[exec] ............................................................. 1708 / 2257 ( 75%)
[exec] ............................................................. 1769 / 2257 ( 78%)
[exec] ............................................................. 1830 / 2257 ( 81%)
[exec] ............................................................. 1891 / 2257 ( 83%)
[exec] ............................................................. 1952 / 2257 ( 86%)
[exec] ...................................................... [33;1mI [0m...... 2013 / 2257 ( 89%)
[exec] ............................................................. 2074 / 2257 ( 91%)
[exec] ............................................................. 2135 / 2257 ( 94%)
[exec] ............................................................. 2196 / 2257 ( 97%)
[exec] ..... [36;1mS [0m [36;1mS [0m... [36;1mS [0m................... [33;1mI [0m [33;1mI [0m [33;1mI [0m... [33;1mI [0m.......... [33;1mI [0m.... [31;1mE [0m... [36;1mS [0m [36;1mS [0m [36;1mS [0m [36;1mS [0m [31;1mE [0m 2257 / 2257 (100%)
[exec]
[exec]
[exec] Time: 14.39 minutes, Memory: 97.00Mb
[exec]
[exec] There were 2 errors:
[exec]
[exec] 1) PMA_SeleniumTableOperationsTest::testDropTable
[exec] PHPUnit_Extensions_Selenium2TestCase_WebDriverException: element not visible
[exec] (Session info: chrome=33.0.1750.117)
[exec] (Driver info: chromedriver=2.9.248315,platform=Windows NT 5.2 SP2 x86) (WARNING: The server did not provide any stacktrace information)
[exec] Command duration or timeout: 31 milliseconds
[exec] Build info: version: '2.39.0', revision: 'ff23eac', time: '2013-12-16 16:11:15'
[exec] System info: host: 'ip-0A7639FA', ip: '5.255.93.27', os.name: 'windows', os.arch: 'x86', os.version: '5.2', java.version: '1.7.0_51'
[exec] Session ID: 8ce687cbe52373fda987a55805ccd953
[exec] Driver info: org.openqa.selenium.chrome.ChromeDriver
[exec] Capabilities [{platform=XP, acceptSslCerts=true, javascriptEnabled=true, browserName=chrome, chrome={userDataDir=C:\Windows\proxy\scoped_dir1412_22328}, rotatable=false, locationContextEnabled=true, version=33.0.1750.117, takesHeapSnapshot=true, cssSelectorsEnabled=true, databaseEnabled=false, handlesAlerts=true, browserConnectionEnabled=false, nativeEvents=true, webStorageEnabled=true, applicationCacheEnabled=false, takesScreenshot=true}]
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:456
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:456
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumTableOperationsTest.php>:48
[exec]
[exec] 2) PMA_SeleniumXSSTest::testQueryTabWithNullValue
[exec] PHPUnit_Extensions_Selenium2TestCase_WebDriverException: no alert open
[exec] (Session info: chrome=33.0.1750.117)
[exec] (Driver info: chromedriver=2.9.248315,platform=Windows NT 5.2 SP2 x86) (WARNING: The server did not provide any stacktrace information)
[exec] Command duration or timeout: 0 milliseconds
[exec] Build info: version: '2.39.0', revision: 'ff23eac', time: '2013-12-16 16:11:15'
[exec] System info: host: 'ip-0A7639FA', ip: '5.255.93.12', os.name: 'windows', os.arch: 'x86', os.version: '5.2', java.version: '1.7.0_51'
[exec] Session ID: be6bfe2847c6f91f40538d5d9dedcdb4
[exec] Driver info: org.openqa.selenium.chrome.ChromeDriver
[exec] Capabilities [{platform=XP, acceptSslCerts=true, javascriptEnabled=true, browserName=chrome, chrome={userDataDir=C:\Windows\proxy\scoped_dir2344_16630}, rotatable=false, locationContextEnabled=true, version=33.0.1750.117, takesHeapSnapshot=true, cssSelectorsEnabled=true, databaseEnabled=false, handlesAlerts=true, browserConnectionEnabled=false, nativeEvents=true, webStorageEnabled=true, applicationCacheEnabled=false, takesScreenshot=true}]
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumXssTest.php>:33
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumXssTest.php>:33
[exec]
[exec] There were 7 incomplete tests:
[exec]
[exec] 1) PMA_DisplayResults_Test::testGetTableNavigation with data set #0 (21, 41, '123', false, '310')
[exec] Not yet implemented!
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/classes/PMA_DisplayResults_test.php>:438
[exec]
[exec] 2) PMA_TblColumnsDefinitionFormTest::testGetFormParamsForOldColumn
[exec] Not yet implemented!
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/libraries/PMA_tbl_columns_definition_form_test.php>:1104
[exec]
[exec] 3) PMA_SeleniumImportTest::testServerImport
[exec] File uploading not yet implemented in Selenium test
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumImportTest.php>:121
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumImportTest.php>:39
[exec]
[exec] 4) PMA_SeleniumImportTest::testDbImport
[exec] File uploading not yet implemented in Selenium test
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumImportTest.php>:121
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumImportTest.php>:65
[exec]
[exec] 5) PMA_SeleniumImportTest::testTableImport
[exec] File uploading not yet implemented in Selenium test
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumImportTest.php>:121
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumImportTest.php>:103
[exec]
[exec] 6) PMA_SeleniumSettingsTest::testHideDatabase
[exec] Currently broken
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumServerSettingsTest.php>:60
[exec]
[exec] 7) PMA_SeleniumTableOperationsTest::testChangeTableOrder
[exec] Changing order is not supported for some tables.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumTableOperationsTest.php>:70
[exec]
[exec] --
[exec]
[exec]
[exec] There were 7 skipped tests:
[exec]
[exec] 1) PMA_SeleniumCreateDropDatabaseTest::testCreateDropDatabase
[exec] Test user is not a superuser.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:192
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumCreateDropDatabaseTest.php>:29
[exec]
[exec] 2) PMA_SeleniumCreateRemoveUserTest::testCreateRemoveUser
[exec] Test user is not a superuser.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:192
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumCreateRemoveUserTest.php>:44
[exec]
[exec] 3) PMA_SeleniumDbOperationsTest::testDbComment
[exec] The phpMyAdmin configuration storage is not working.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:207
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumDbOperationsTest.php>:46
[exec]
[exec] 4) PMA_SeleniumTrackingTest::testTrackingData
[exec] The phpMyAdmin configuration storage is not working.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:207
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumTrackingTest.php>:56
[exec]
[exec] 5) PMA_SeleniumTrackingTest::testDeactivateTracking
[exec] The phpMyAdmin configuration storage is not working.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:207
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumTrackingTest.php>:56
[exec]
[exec] 6) PMA_SeleniumTrackingTest::testDropTracking
[exec] The phpMyAdmin configuration storage is not working.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:207
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumTrackingTest.php>:56
[exec]
[exec] 7) PMA_SeleniumTrackingTest::testStructureSnapshot
[exec] The phpMyAdmin configuration storage is not working.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/TestBase.php>:207
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumTrackingTest.php>:56
[exec]
[exec] [37;41m [2KFAILURES!
[exec] [0m [37;41m [2KTests: 2257, Assertions: 5480, Errors: 2, Incomplete: 7, Skipped: 7.
[exec] [0m [2K
BUILD FAILED
<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build.xml>:31: exec returned: 2
Total time: 14 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Collecting duplicate code analysis files...
[DRY] Finding all files that match the pattern build/logs/pmd-cpd.xml
[DRY] Computing warning deltas based on reference build #5689
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #5689
Recording plot data
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
------------------------------
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
------------------------------
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
End of Phpmyadmin-devel Digest, Vol 92, Issue 33
************************************************
--
Abhinandan Bhattacharjee
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel