GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/5983

    [SPARK-7444][Tests] Eliminate noisy css warn/error logs for UISeleniumSuite

    Eliminate the following noisy logs for `UISeleniumSuite`:
    ```
    15/05/07 10:09:50.196 pool-1-thread-1-ScalaTest-running-UISeleniumSuite 
WARN DefaultCssErrorHandler: CSS error: 
'http://192.168.0.170:4040/static/bootstrap.min.css' [793:167] Error in style 
rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)
    15/05/07 10:09:50.196 pool-1-thread-1-ScalaTest-running-UISeleniumSuite 
WARN DefaultCssErrorHandler: CSS warning: 
'http://192.168.0.170:4040/static/bootstrap.min.css' [793:167] Ignoring the 
following declarations in this rule.
    15/05/07 10:09:50.197 pool-1-thread-1-ScalaTest-running-UISeleniumSuite 
WARN DefaultCssErrorHandler: CSS error: 
'http://192.168.0.170:4040/static/bootstrap.min.css' [799:325] Error in style 
rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)
    15/05/07 10:09:50.197 pool-1-thread-1-ScalaTest-running-UISeleniumSuite 
WARN DefaultCssErrorHandler: CSS warning: 
'http://192.168.0.170:4040/static/bootstrap.min.css' [799:325] Ignoring the 
following declarations in this rule.
    15/05/07 10:09:50.198 pool-1-thread-1-ScalaTest-running-UISeleniumSuite 
WARN DefaultCssErrorHandler: CSS error: 
'http://192.168.0.170:4040/static/bootstrap.min.css' [805:18] Error in style 
rule. (Invalid token "*". Was expecting one of: <EOF>, <S>, <IDENT>, "}", ";".)
    15/05/07 10:09:50.198 pool-1-thread-1-ScalaTest-running-UISeleniumSuite 
WARN DefaultCssErrorHandler: CSS warning: 
'http://192.168.0.170:4040/static/bootstrap.min.css' [805:18] Ignoring the 
following declarations in this rule.
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark SPARK-7444

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5983.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5983
    
----
commit a59f40ec591c5a9b3dde6e04d2105b1f618b5cdc
Author: zsxwing <[email protected]>
Date:   2015-05-07T17:32:15Z

    Eliminate noisy css warn/error logs for UISeleniumSuite

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to