[jira] [Updated] (MESOS-1894) Authenticator Module: Tests

2014-11-12 Thread Till Toenshoff (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Toenshoff updated MESOS-1894:
--
Target Version/s: 0.22.0

 Authenticator Module: Tests
 ---

 Key: MESOS-1894
 URL: https://issues.apache.org/jira/browse/MESOS-1894
 Project: Mesos
  Issue Type: Improvement
  Components: modules
Reporter: Till Toenshoff
Assignee: Till Toenshoff
Priority: Blocker

 h4. Motivation
 Make sure that an authenticator module can be fully unit- and integration- 
 tested within the mesos test suite.
 h4. Status Quo
 We currently have a few CRAM-MD5 specific authentication integration tests ( 
 {{tests/sasl_tests.cpp}} ) as well as a complete authentication test list for 
 authentication as a whole with some CRAM-MD5 specifics again ( 
 {{tests/authentication.cpp}} ). 
 h4. Approach
 1. MESOS-1864 needs to get fleshed out, providing a module integration test 
 scheme for our mesos test suite
 2. refactor / move / rename integration tests of the CRAM-MD5 specific tests 
 {{tests/sasl_tests.cpp}}  {{tests/authentication.cpp}}
 3. implement tests via a parameterized version of {{tests/authentication.cpp}}



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


[jira] [Updated] (MESOS-1894) Authenticator Module: Tests

2014-10-21 Thread Adam B (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam B updated MESOS-1894:
--
Shepherd: Adam B

 Authenticator Module: Tests
 ---

 Key: MESOS-1894
 URL: https://issues.apache.org/jira/browse/MESOS-1894
 Project: Mesos
  Issue Type: Improvement
  Components: modules
Reporter: Till Toenshoff
Assignee: Till Toenshoff
Priority: Blocker

 h4. Motivation
 Make sure that an authenticator module can be fully unit- and integration- 
 tested within the mesos test suite.
 h4. Status Quo
 We currently have a few CRAM-MD5 specific authentication integration tests ( 
 {{tests/sasl_tests.cpp}} ) as well as a complete authentication test list for 
 authentication as a whole with some CRAM-MD5 specifics again ( 
 {{tests/authentication.cpp}} ). 
 h4. Approach
 1. MESOS-1864 needs to get fleshed out, providing a module integration test 
 scheme for our mesos test suite
 2. refactor / move / rename integration tests of the CRAM-MD5 specific tests 
 {{tests/sasl_tests.cpp}}  {{tests/authentication.cpp}}
 3. implement tests via a parameterized version of {{tests/authentication.cpp}}



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


[jira] [Updated] (MESOS-1894) Authenticator Module: Tests

2014-10-10 Thread Till Toenshoff (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Toenshoff updated MESOS-1894:
--
Description: 
h4. Motivation
Make sure that an authenticator module can be fully unit- and integration- 
tested within the mesos test suite.

h4. Status Quo
We currently have a few CRAM-MD5 specific authentication integration tests ( 
{{tests/sasl_tests.cpp}} ) as well as a complete authentication test list for 
authentication as a whole ( {{tests/authentication.cpp}} ). 

h4. Approach
1. MESOS-1864 needs to get fleshed out, providing a module integration test 
scheme for our mesos test suite
2. refactor / move / rename integration tests of the CRAM-MD5 specific tests 
{{tests/sasl_tests.cpp}}
3. implement tests via a parameterized version of {{tests/authentication.cpp}}


  was:
h4. Motivation
Make sure that an authenticator module can be fully unit- and integration- 
tested within the mesos test suite.

h4. Status Quo
There are no unit tests for authenticator or authenticatee so far. We currently 
have a few authentication integration tests ( {{tests/sasl_tests.cpp}} ). 

h4. Approach
1. MESOS-1864 needs to get fleshed out, providing a module integration test 
scheme for our mesos test suite
2. provide a unit test for the flatfile authenticator module
3. implement integration tests via a parameterized version of {{sasl_tests.cpp}}



 Authenticator Module: Tests
 ---

 Key: MESOS-1894
 URL: https://issues.apache.org/jira/browse/MESOS-1894
 Project: Mesos
  Issue Type: Improvement
  Components: modules
Reporter: Till Toenshoff
Assignee: Till Toenshoff
Priority: Blocker

 h4. Motivation
 Make sure that an authenticator module can be fully unit- and integration- 
 tested within the mesos test suite.
 h4. Status Quo
 We currently have a few CRAM-MD5 specific authentication integration tests ( 
 {{tests/sasl_tests.cpp}} ) as well as a complete authentication test list for 
 authentication as a whole ( {{tests/authentication.cpp}} ). 
 h4. Approach
 1. MESOS-1864 needs to get fleshed out, providing a module integration test 
 scheme for our mesos test suite
 2. refactor / move / rename integration tests of the CRAM-MD5 specific tests 
 {{tests/sasl_tests.cpp}}
 3. implement tests via a parameterized version of {{tests/authentication.cpp}}



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


[jira] [Updated] (MESOS-1894) Authenticator Module: Tests

2014-10-10 Thread Till Toenshoff (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Toenshoff updated MESOS-1894:
--
Description: 
h4. Motivation
Make sure that an authenticator module can be fully unit- and integration- 
tested within the mesos test suite.

h4. Status Quo
We currently have a few CRAM-MD5 specific authentication integration tests ( 
{{tests/sasl_tests.cpp}} ) as well as a complete authentication test list for 
authentication as a whole with some CRAM-MD5 specifics again ( 
{{tests/authentication.cpp}} ). 

h4. Approach
1. MESOS-1864 needs to get fleshed out, providing a module integration test 
scheme for our mesos test suite
2. refactor / move / rename integration tests of the CRAM-MD5 specific tests 
{{tests/sasl_tests.cpp}}  {{tests/authentication.cpp}}
3. implement tests via a parameterized version of {{tests/authentication.cpp}}


  was:
h4. Motivation
Make sure that an authenticator module can be fully unit- and integration- 
tested within the mesos test suite.

h4. Status Quo
We currently have a few CRAM-MD5 specific authentication integration tests ( 
{{tests/sasl_tests.cpp}} ) as well as a complete authentication test list for 
authentication as a whole ( {{tests/authentication.cpp}} ). 

h4. Approach
1. MESOS-1864 needs to get fleshed out, providing a module integration test 
scheme for our mesos test suite
2. refactor / move / rename integration tests of the CRAM-MD5 specific tests 
{{tests/sasl_tests.cpp}}
3. implement tests via a parameterized version of {{tests/authentication.cpp}}



 Authenticator Module: Tests
 ---

 Key: MESOS-1894
 URL: https://issues.apache.org/jira/browse/MESOS-1894
 Project: Mesos
  Issue Type: Improvement
  Components: modules
Reporter: Till Toenshoff
Assignee: Till Toenshoff
Priority: Blocker

 h4. Motivation
 Make sure that an authenticator module can be fully unit- and integration- 
 tested within the mesos test suite.
 h4. Status Quo
 We currently have a few CRAM-MD5 specific authentication integration tests ( 
 {{tests/sasl_tests.cpp}} ) as well as a complete authentication test list for 
 authentication as a whole with some CRAM-MD5 specifics again ( 
 {{tests/authentication.cpp}} ). 
 h4. Approach
 1. MESOS-1864 needs to get fleshed out, providing a module integration test 
 scheme for our mesos test suite
 2. refactor / move / rename integration tests of the CRAM-MD5 specific tests 
 {{tests/sasl_tests.cpp}}  {{tests/authentication.cpp}}
 3. implement tests via a parameterized version of {{tests/authentication.cpp}}



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


[jira] [Updated] (MESOS-1894) Authenticator Module: Tests

2014-10-09 Thread Till Toenshoff (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Toenshoff updated MESOS-1894:
--
Component/s: modules

 Authenticator Module: Tests
 ---

 Key: MESOS-1894
 URL: https://issues.apache.org/jira/browse/MESOS-1894
 Project: Mesos
  Issue Type: Improvement
  Components: modules
Reporter: Till Toenshoff
Assignee: Till Toenshoff
Priority: Blocker

 h4. Motivation
 Make sure that an authenticator module can be fully unit- and integration- 
 tested within the mesos test suite.
 h4. Status Quo
 There are no unit tests for authenticator or authenticatee so far. We 
 currently have a few authentication integration tests ( 
 {{tests/sasl_tests.cpp}} ). 
 h4. Approach
 1. MESOS-1864 needs to get fleshed out, providing a module integration test 
 scheme for our mesos test suite
 2. provide a unit test for the flatfile authenticator module
 3. implement integration tests via a parameterized version of 
 {{sasl_tests.cpp}}



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