[JBoss JIRA] (HAWKULARQE-207) Define set of acceptance tests
by Filip Brychta (JIRA)
Filip Brychta created HAWKULARQE-207:
----------------------------------------
Summary: Define set of acceptance tests
Key: HAWKULARQE-207
URL: https://issues.jboss.org/browse/HAWKULARQE-207
Project: Hawkular QE
Issue Type: Task
Reporter: Filip Brychta
Assignee: Michael Foley
Priority: Blocker
We need a set of cases which are considered to be "must work" which will be run every time before a release.
Example from JON:
- ssl configuration was not part of such suite and because of that one ugly issue was missed which resulted in unreachable agents after upgrade and critical hot-fix
Following should be done:
* define those cases for each area
* check that those cases are created in polarion
* set the highest possible severity for those cases
* define test run which will contain all those cases for each release
* automate as much as possible
* regularly check and update the suite with new features
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ELY-1458) SelfSignedX509CertificateAndSigningKeyTest.testSelfSignedCertificateWithStringExtensionValues fails on IBM JDK
by Farah Juma (JIRA)
[ https://issues.jboss.org/browse/ELY-1458?page=com.atlassian.jira.plugin.s... ]
Farah Juma reassigned ELY-1458:
-------------------------------
Assignee: Farah Juma
> SelfSignedX509CertificateAndSigningKeyTest.testSelfSignedCertificateWithStringExtensionValues fails on IBM JDK
> --------------------------------------------------------------------------------------------------------------
>
> Key: ELY-1458
> URL: https://issues.jboss.org/browse/ELY-1458
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Certificate Authority
> Affects Versions: 1.2.0.Beta10
> Reporter: Martin Choma
> Assignee: Farah Juma
>
> With IBM java
> {noformat}
> java -version
> java version "1.8.0"
> Java(TM) SE Runtime Environment (build pxa6480sr4fp6-20170518_02(SR4 FP6))
> IBM J9 VM (build 2.8, JRE 1.8.0 Linux amd64-64 Compressed References 20170516_348050 (JIT enabled, AOT enabled)
> J9VM - R28_20170516_1905_B348050
> JIT - tr.r14.java_20170516_348050
> GC - R28_20170516_1905_B348050_CMPRSS
> J9CL - 20170516_348050)
> JCL - 20170516_01 based on Oracle jdk8u131-b11
> {noformat}
> run test
> {noformat}
> mvn test -Dtest=SelfSignedX509CertificateAndSigningKeyTest
> [INFO] Running org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKeyTest
> [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.372 s <<< FAILURE! - in org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKeyTest
> [ERROR] testSelfSignedCertificateWithStringExtensionValues(org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKeyTest) Time elapsed: 0.274 s <<< FAILURE!
> java.lang.AssertionError
> at org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKeyTest.testSelfSignedCertificateWithStringExtensionValues(SelfSignedX509CertificateAndSigningKeyTest.java:197)
> {noformat}
> This is test line failing
> {code:java|title=SelfSignedX509CertificateAndSigningKeyTest.java}
> byte[] authorityInfoAccessExtension = certificate.getExtensionValue(X500.OID_PE_AUTHORITY_INFO_ACCESS);
> assertNotNull(authorityInfoAccessExtension);
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFCORE-2785) The HttpDeploymentUploadUnitTestCase needs to be rewritten to use the Apache HttpClient
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2785?page=com.atlassian.jira.plugi... ]
James Perkins reassigned WFCORE-2785:
-------------------------------------
Assignee: James Perkins
> The HttpDeploymentUploadUnitTestCase needs to be rewritten to use the Apache HttpClient
> ---------------------------------------------------------------------------------------
>
> Key: WFCORE-2785
> URL: https://issues.jboss.org/browse/WFCORE-2785
> Project: WildFly Core
> Issue Type: Task
> Components: Test Suite
> Reporter: James Perkins
> Assignee: James Perkins
>
> The {{org.jboss.as.test.integration.management.http.HttpDeploymentUploadUnitTestCase}} uses the {{java.net.Authenticator.setDefault()}} to set a default authenticator. This can cause issues with tests that run after this test. The authenticator would be used after when the expectation is for the authentication to fail. This test should be converted to use the Apache {{HttpClient}} or at a minimum avoid setting a default authenticator.
> It also doesn't look like the test cleans up the deployed content which it should. -Maybe the {{add-content}} request could just be moved to the {{HttpGenericOperationUnitTestCase}} which has some similar actions.- See the {{HttpGenericOperationUnitTestCase}} for an example of using the {{HttpClient}} for a similar test.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (HAWKULARQE-206) Create long running complex environment
by Michael Foley (JIRA)
[ https://issues.jboss.org/browse/HAWKULARQE-206?page=com.atlassian.jira.pl... ]
Michael Foley reassigned HAWKULARQE-206:
----------------------------------------
Assignee: Matt Mahoney (was: Michael Foley)
> Create long running complex environment
> ---------------------------------------
>
> Key: HAWKULARQE-206
> URL: https://issues.jboss.org/browse/HAWKULARQE-206
> Project: Hawkular QE
> Issue Type: Task
> Reporter: Filip Brychta
> Assignee: Matt Mahoney
> Priority: Critical
>
> Goal of this task is to create environment which would be similar to customer environments.
> Proposed steps (will be defined in more details later)
> # define typical customer environment (probably secured, hybrid?-EAP running in OS/RHEV..., how many EAPs?, how many applications running, which metrics enabled...)
> # dedicate hw resources
> # install it
> # keep it running as long as possible -> do upgrades the same way like customer would
> # set up monitoring for errors
> # set up regular reports
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (WFCORE-3398) Elytron, wrong capabilities registered
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3398?page=com.atlassian.jira.plugi... ]
Ilia Vassilev updated WFCORE-3398:
----------------------------------
Affects Version/s: 4.0.0.Alpha3
> Elytron, wrong capabilities registered
> --------------------------------------
>
> Key: WFCORE-3398
> URL: https://issues.jboss.org/browse/WFCORE-3398
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Affects Versions: 4.0.0.Alpha3
> Reporter: Martin Choma
> Assignee: Ilia Vassilev
>
> I wen throught resources and
> * trust-manager is registered as credential-store besides trust-manager
> {code}
> "trust-manager" => {
> "description" => "A trust manager definition for creating the TrustManager[] as used to create an SSLContext.",
> "model-description" => {"*" => {
> "description" => "A trust manager definition for creating the TrustManager[] as used to create an SSLContext.",
> "capabilities" => [
> {
> "name" => "org.wildfly.security.trust-manager",
> "dynamic" => true
> },
> {
> "name" => "org.wildfly.security.credential-store",
> "dynamic" => true
> }
> ],
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (HAWKULARQE-206) Create long running complex environment
by Filip Brychta (JIRA)
Filip Brychta created HAWKULARQE-206:
----------------------------------------
Summary: Create long running complex environment
Key: HAWKULARQE-206
URL: https://issues.jboss.org/browse/HAWKULARQE-206
Project: Hawkular QE
Issue Type: Task
Reporter: Filip Brychta
Assignee: Michael Foley
Priority: Critical
Goal of this task is to create environment which would be similar to customer environments.
Proposed steps (will be defined in more details later)
# define typical customer environment (probably secured, hybrid?-EAP running in OS/RHEV..., how many EAPs?, how many applications running, which metrics enabled...)
# dedicate hw resources
# install it
# keep it running as long as possible -> do upgrades the same way like customer would
# set up monitoring for errors
# set up regular reports
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month