[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963054#comment-14963054
 ] 

ASF GitHub Bot commented on MPT-33:
---

Github user mbaechler commented on the pull request:

https://github.com/apache/james-project/pull/3#issuecomment-149159781
  
It's a new try at implementing features based testing


> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963049#comment-14963049
 ] 

ASF GitHub Bot commented on MPT-33:
---

Github user mbaechler closed the pull request at:

https://github.com/apache/james-project/pull/2


> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963053#comment-14963053
 ] 

ASF GitHub Bot commented on MPT-33:
---

GitHub user mbaechler opened a pull request:

https://github.com/apache/james-project/pull/3

MPT-33 introduce namespace support feature and run related tests only…

… when supported

This uses junit Assume that allowes to disable a test when a
condition if false.

ImapHostSystem is supposed to implements supports(Feature... feature)
for this purpose

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

$ git pull https://github.com/mbaechler/james-project MPT-33

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

https://github.com/apache/james-project/pull/3.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 #3


commit e59ed2a9df740c5ca62d1243105c87c79d564593
Author: Matthieu Baechler 
Date:   2015-10-19T09:28:27Z

MPT-33 introduce namespace support feature and run related tests only when 
supported

This uses junit Assume that allowes to disable a test when a
condition if false.

ImapHostSystem is supposed to implements supports(Feature... feature)
for this purpose




> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963268#comment-14963268
 ] 

ASF GitHub Bot commented on MPT-33:
---

Github user rouazana commented on the pull request:

https://github.com/apache/james-project/pull/3#issuecomment-149207021
  
:+1: 


> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963269#comment-14963269
 ] 

ASF GitHub Bot commented on MPT-33:
---

Github user aduprat commented on a diff in the pull request:

https://github.com/apache/james-project/pull/3#discussion_r42367538
  
--- Diff: mpt/core/src/main/java/org/apache/james/mpt/api/ImapFeatures.java 
---
@@ -0,0 +1,36 @@
+package org.apache.james.mpt.api;
--- End diff --

license missing


> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14963274#comment-14963274
 ] 

ASF GitHub Bot commented on MPT-33:
---

Github user mbaechler closed the pull request at:

https://github.com/apache/james-project/pull/3


> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14958815#comment-14958815
 ] 

ASF GitHub Bot commented on MPT-33:
---

GitHub user mbaechler opened a pull request:

https://github.com/apache/james-project/pull/2

MPT-33 introduce namespace support feature and run related tests only…

… when supported

This uses junit Assume that allowes to disable a test when a
condition if false.

TestModules have to define a boolean to advertise support of namespace.

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

$ git pull https://github.com/mbaechler/james-project MPT-33

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

https://github.com/apache/james-project/pull/2.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 #2


commit d39be835d3ed941e2de990761b9894e1da7ca89a
Author: Matthieu Baechler 
Date:   2015-10-15T12:12:55Z

MPT-33 introduce namespace support feature and run related tests only when 
supported

This uses junit Assume that allowes to disable a test when a
condition if false.

TestModules have to define a boolean to advertise support of namespace.




> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



[jira] [Commented] (MPT-33) Support optional features when running mpt tests

2015-10-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MPT-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14958824#comment-14958824
 ] 

ASF GitHub Bot commented on MPT-33:
---

Github user aduprat commented on the pull request:

https://github.com/apache/james-project/pull/2#issuecomment-148371266
  
Great :+1: 


> Support optional features when running mpt tests
> 
>
> Key: MPT-33
> URL: https://issues.apache.org/jira/browse/MPT-33
> Project: James MPT
>  Issue Type: Improvement
>  Components: Main
>Reporter: Matthieu Baechler
>
> MAILBOX-241 basically says : "I wrote some tests but it breaks on maildir 
> because maildir doesn't have namespace support".
> I think this kind of feature set mismatch between backends is going to happen 
> as we move on with generic tests.
> I propose to introduce feature conditioned tests in mpt to workaround this 
> kind of problems.
> Come is coming soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org