[jira] [Commented] (JCLOUDS-1380) Multiple IT/Live test failures with Openstack Swift

2018-02-15 Thread Cservenak, Tamas (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365905#comment-16365905
 ] 

Cservenak, Tamas commented on JCLOUDS-1380:
---

[~gaul] Completely agree and thanks for help so far.

> Multiple IT/Live test failures with Openstack Swift
> ---
>
> Key: JCLOUDS-1380
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1380
> Project: jclouds
>  Issue Type: Test
>Reporter: Cservenak, Tamas
>Assignee: Andrew Gaul
>Priority: Major
> Attachments: openstack-swift-2.0.x.txt
>
>
> I have access to Openstack Swift instance and am planning to use JClouds to 
> access it. Hence, just "for fun" I tried the IT/Live test suite against swift 
> instance, and got several test failures.
> {{Tests run: 165, Failures: 36, Errors: 0, Skipped: 35}}
> Built the *master* branch of jclouds 
> (88c84af8788116be2b1f492c3314e07b493dc6f2).
> How can I contribute to swift api improvements? Should I share the 
> surefire-reports folder with failure details (is it enough? would it contain 
> some sensitive data, ie. swift credentials/URLs I used?)
> Since am toying with 2.0.3 version, am planning to try the 2.0.x branch too.
> TIA



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCLOUDS-1380) Multiple IT/Live test failures with Openstack Swift

2018-02-15 Thread Cservenak, Tamas (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365545#comment-16365545
 ] 

Cservenak, Tamas commented on JCLOUDS-1380:
---

[~gaul] Thanks for advice, am newbie with jclouds and Ceph in general. 

Your comment made me run s3 api IT/Live tests too against our s3 api on 2.0.3 
branch (992e60d82dc979c26a668079adda614e234434df):

{{Tests run: 144, Failures: 13, Errors: 0, Skipped: 10}}

Is better, so it really seems s3 is "better supported" than swift api (where 
error rate I got was 1/4+ of all tests).

> Multiple IT/Live test failures with Openstack Swift
> ---
>
> Key: JCLOUDS-1380
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1380
> Project: jclouds
>  Issue Type: Test
>Reporter: Cservenak, Tamas
>Priority: Major
> Attachments: openstack-swift-2.0.x.txt
>
>
> I have access to Openstack Swift instance and am planning to use JClouds to 
> access it. Hence, just "for fun" I tried the IT/Live test suite against swift 
> instance, and got several test failures.
> {{Tests run: 165, Failures: 36, Errors: 0, Skipped: 35}}
> Built the *master* branch of jclouds 
> (88c84af8788116be2b1f492c3314e07b493dc6f2).
> How can I contribute to swift api improvements? Should I share the 
> surefire-reports folder with failure details (is it enough? would it contain 
> some sensitive data, ie. swift credentials/URLs I used?)
> Since am toying with 2.0.3 version, am planning to try the 2.0.x branch too.
> TIA



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCLOUDS-1380) Multiple IT/Live test failures with Openstack Swift

2018-02-14 Thread Andrew Gaul (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364334#comment-16364334
 ] 

Andrew Gaul commented on JCLOUDS-1380:
--

[~cstamas], Ceph is a Swift clone and may not support all the features that we 
test.  For example, I test against Rackspace CloudFiles, an OpenStack Swift 
deployment, and see:

{noformat}
Failed tests:
  
CloudFilesUSStaticLargeObjectApiLiveTest>StaticLargeObjectApiLiveTest.testDelete:71->StaticLargeObjectApiLiveTest.assertDelete:145
 expected [0] but found [1]

Tests run: 140, Failures: 1, Errors: 0, Skipped: 12
{noformat}

Some of these failures are likely Ceph bugs, like lack of Cache-Control, lack 
of SLO delete, and lack of bulk extract archive support, while others seem 
configuration-specific like quota errors.  These failures do not mean that 
jclouds has problems or is not useful when connecting to Ceph, rather that if 
you use certain features then they won't work with Ceph due to issues with its 
implementation.

I wonder why you use the Ceph Swift API instead of S3?  The latter is likely 
better supported.

> Multiple IT/Live test failures with Openstack Swift
> ---
>
> Key: JCLOUDS-1380
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1380
> Project: jclouds
>  Issue Type: Test
>Reporter: Cservenak, Tamas
>Priority: Major
> Attachments: openstack-swift-2.0.x.txt
>
>
> I have access to Openstack Swift instance and am planning to use JClouds to 
> access it. Hence, just "for fun" I tried the IT/Live test suite against swift 
> instance, and got several test failures.
> {{Tests run: 165, Failures: 36, Errors: 0, Skipped: 35}}
> Built the *master* branch of jclouds 
> (88c84af8788116be2b1f492c3314e07b493dc6f2).
> How can I contribute to swift api improvements? Should I share the 
> surefire-reports folder with failure details (is it enough? would it contain 
> some sensitive data, ie. swift credentials/URLs I used?)
> Since am toying with 2.0.3 version, am planning to try the 2.0.x branch too.
> TIA



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCLOUDS-1380) Multiple IT/Live test failures with Openstack Swift

2018-02-14 Thread Cservenak, Tamas (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364204#comment-16364204
 ] 

Cservenak, Tamas commented on JCLOUDS-1380:
---

Re swift version: to my surprise, turned out I am actually accessing Ceph via 
radosgw over Swift API (10.2.7 + patches), so please consider that while 
evaluating 2.0.x branch tests.

> Multiple IT/Live test failures with Openstack Swift
> ---
>
> Key: JCLOUDS-1380
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1380
> Project: jclouds
>  Issue Type: Test
>Reporter: Cservenak, Tamas
>Priority: Major
> Attachments: openstack-swift-2.0.x.txt
>
>
> I have access to Openstack Swift instance and am planning to use JClouds to 
> access it. Hence, just "for fun" I tried the IT/Live test suite against swift 
> instance, and got several test failures.
> {{Tests run: 165, Failures: 36, Errors: 0, Skipped: 35}}
> Built the *master* branch of jclouds 
> (88c84af8788116be2b1f492c3314e07b493dc6f2).
> How can I contribute to swift api improvements? Should I share the 
> surefire-reports folder with failure details (is it enough? would it contain 
> some sensitive data, ie. swift credentials/URLs I used?)
> Since am toying with 2.0.3 version, am planning to try the 2.0.x branch too.
> TIA



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCLOUDS-1380) Multiple IT/Live test failures with Openstack Swift

2018-02-14 Thread Cservenak, Tamas (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364120#comment-16364120
 ] 

Cservenak, Tamas commented on JCLOUDS-1380:
---

Hi [~andreaturli], yes I can attach both logs, but need to anonymize them, as I 
see, full auth/url/pwd stuff is present in them...

> Multiple IT/Live test failures with Openstack Swift
> ---
>
> Key: JCLOUDS-1380
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1380
> Project: jclouds
>  Issue Type: Test
>Reporter: Cservenak, Tamas
>Priority: Major
>
> I have access to Openstack Swift instance and am planning to use JClouds to 
> access it. Hence, just "for fun" I tried the IT/Live test suite against swift 
> instance, and got several test failures.
> {{Tests run: 165, Failures: 36, Errors: 0, Skipped: 35}}
> Built the *master* branch of jclouds 
> (88c84af8788116be2b1f492c3314e07b493dc6f2).
> How can I contribute to swift api improvements? Should I share the 
> surefire-reports folder with failure details (is it enough? would it contain 
> some sensitive data, ie. swift credentials/URLs I used?)
> Since am toying with 2.0.3 version, am planning to try the 2.0.x branch too.
> TIA



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCLOUDS-1380) Multiple IT/Live test failures with Openstack Swift

2018-02-14 Thread Andrea Turli (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364097#comment-16364097
 ] 

Andrea Turli commented on JCLOUDS-1380:
---

Hi [~cstamas], thanks for your report!

 

Are you able to attach the entire log file so we can investigate a bit more the 
failing tests?

Also it would be useful to know which swift version are you targeting during 
your debugging session.

Thanks

> Multiple IT/Live test failures with Openstack Swift
> ---
>
> Key: JCLOUDS-1380
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1380
> Project: jclouds
>  Issue Type: Test
>Reporter: Cservenak, Tamas
>Priority: Major
>
> I have access to Openstack Swift instance and am planning to use JClouds to 
> access it. Hence, just "for fun" I tried the IT/Live test suite against swift 
> instance, and got several test failures.
> {{Tests run: 165, Failures: 36, Errors: 0, Skipped: 35}}
> Built the *master* branch of jclouds 
> (88c84af8788116be2b1f492c3314e07b493dc6f2).
> How can I contribute to swift api improvements? Should I share the 
> surefire-reports folder with failure details (is it enough? would it contain 
> some sensitive data, ie. swift credentials/URLs I used?)
> Since am toying with 2.0.3 version, am planning to try the 2.0.x branch too.
> TIA



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JCLOUDS-1380) Multiple IT/Live test failures with Openstack Swift

2018-02-14 Thread Cservenak, Tamas (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16363944#comment-16363944
 ] 

Cservenak, Tamas commented on JCLOUDS-1380:
---

Built IT/Live on 2.0.x branch too (992e60d82dc979c26a668079adda614e234434df):

{{Tests run: 155, Failures: 36, Errors: 0, Skipped: 36}}

TIA

> Multiple IT/Live test failures with Openstack Swift
> ---
>
> Key: JCLOUDS-1380
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1380
> Project: jclouds
>  Issue Type: Test
>Reporter: Cservenak, Tamas
>Priority: Major
>
> I have access to Openstack Swift instance and am planning to use JClouds to 
> access it. Hence, just "for fun" I tried the IT/Live test suite against swift 
> instance, and got several test failures.
> {{Tests run: 165, Failures: 36, Errors: 0, Skipped: 35}}
> Built the *master* branch of jclouds 
> (88c84af8788116be2b1f492c3314e07b493dc6f2).
> How can I contribute to swift api improvements? Should I share the 
> surefire-reports folder with failure details (is it enough? would it contain 
> some sensitive data, ie. swift credentials/URLs I used?)
> Since am toying with 2.0.3 version, am planning to try the 2.0.x branch too.
> TIA



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)