-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARQ-1289 #9
base: master
Are you sure you want to change the base?
ARQ-1289 #9
Conversation
Adding a timeout when getting the ServerDeploymentPlanResult
[JBAS-9323] Add ability to register modules with the OSGi layer on framework startup
…ss-parent Remove some unnecessary plugin config
…nd fixed error message
… configure ARQ instance in container
…integration tests
…le ok - test failures
…the @ignore on previously-failing IntegrationTestCase within arquillian/container-managed.
Remove external modules dependency on junit Add more logging to the ArquillianService Upgrade to surefire-8.2.1
* surefire upgraded to 2.8.1 * always overwrite jbossas config before surefire run - workaround for arquillian-service not getting undeployed * remove of all arquillian references in build.xml and corresponding modules * use @deployment(testable=false) with @RunAsClient tests Status ------ * smoke tests pass with 11 errors * unexplored issue with legacy webapps * osgi testenricher not working because InstanceProducer not supported in TestRunner
* archive.addAsResource() uses WEB-INF/classes, so it cannot be used to add WEB-INF/web.xml Status ------ * smoke tests pass with 8 errors * osgi testenricher not working because InstanceProducer not supported in
Status ------ * Smoke Tests run: 61, Failures: 0, Errors: 0, Skipped: 17 * OSGi tests not working because arquillian service not registered with OSGi layer * JSF testing disabled because its dependency on the servlet protocol
* Consistently rename classes in common container to CommonXXX * Consistently rename classes in JMX protocol to JMXProtocolXXX * Remove webapp processing in JMXProtocolPackager * Remove hardcoded execution type in JMXProtocolExtension * Cleanup test cases to use MBeanServerConnectionProvider * Add MBeanServerConnectionProvider.getConnection(long timeout) Status (unchanged) ------------------ * Smoke Tests run: 61, Failures: 0, Errors: 0, Skipped: 17 * OSGi tests not working because arquillian service not registered with OSGi layer * JSF testing disabled because its dependency on the servlet protocol
* Add MBeanServerConnectionProvider.defaultProvider() Status ------ * Smoke Tests run: 62, Failures: 0, Errors: 0, Skipped: 19 * Specification Tests run: 17, Failures: 0, Errors: 0, Skipped: 5 * Integration Tests run: 142, Failures: 0, Errors: 0, Skipped: 33 * OSGi tests not working because arquillian service not registered with OSGi layer * JSF testing disabled because its dependency on the servlet protocol
* Delegate class loading to ArquillianConfig * Fix BundleContext injection into non OSGi deployments Status ------ * Smoke Tests run: 62, Failures: 0, Errors: 0, Skipped: 18 * Specification Tests run: 17, Failures: 0, Errors: 0, Skipped: 5 * Integration Tests run: 142, Failures: 0, Errors: 0, Skipped: 33 * OSGi tests not working because arquillian service not registered with OSGi layer * JSF testing disabled because its dependency on the servlet protocol
…verBaseDir by default. Override default value with system property value.
… but resolves relative path
…hained transformers Make system property transformers use the chained version of reject expression values transformer
…e transformed resource
Breaks EJB Embedded runner, needed by TCK This reverts commit 2bd88a3ca2bdb2b32f3a58d99f9dd928ac1c653c.
…rse order to avoid service dependencies problems.
…dules to match naming conventions of the arquillian-container-jbossas, correct all POM configs
…nsions, add profile to test in 7.2.0.Final and 7.1.1.Final, misc fixes.
@ALRubinger does this now default to a container v that can run on cloudbees? 7.1.1 / WidlFly 8? |
No, will make that change. I just wanted this PR pending for tracking. |
Defaults now to 7.1.2.Final. Working on CB Jenkins: https://arquillian.ci.cloudbees.com/job/Arquillian-Container-JBossAS_ARQ_1289_7.2.0.Final/8/ |
So @aslakknutsen please give a look and +1 and I'll put into upstream/master. Also will add some extra configs for testing against latest WF and EAP. |
No description provided.