-
Tracker
-
Resolution: Done
-
Major
-
7.1.1.Final
Tracking of Jiras referred from @Ignore(...)'d tests.
See jiras with the as7-ignored label.
Generally, we should check those which are closed but still @Ignored.
With files:
git grep @Ignore | sed 's#\(.*: \).*@Ignore("[^A-Z0-9]*\([A-Z37]\+-[0-9]\+\)[^0-9]*")#\1 \2#g'
Without files, unique:
git grep @Ignore | sed 's#.*@Ignore("[^A-Z0-9]*\([A-Z37]\+-[0-9]\+\)[^0-9]*")#\1#g' | sort | uniq
For future reference:
for i in `git grep -l @Ignore | grep testsuite/ | sort | uniq`; do $IDE $i; done ## Remove @Ignore... for i in `git grep -l @Ignore | grep testsuite/ | sort | uniq`; do TEST_CLASS=`echo $i | sed 's#.*/\(.*\).java#\1#'`; echo echo " ========== Running $TEST_CLASS ..."; echo ./integration-tests.sh install -Dts.basic -Dtest=*$TEST_CLASS* done
- incorporates
-
ISPN-604 Re-design CacheStore transactions
-
- Closed
-
-
AS7-2923 @Ignored tests in IIOPNamingTestCase
-
- Resolved
-
-
AS7-1181 CDI interceptors enabled randomly
-
- Resolved
-
-
AS7-1064 EJBContext.isCallerInRole and EJBContext.getCallerPrincipal do not throw IllegalStateException when not allowed
-
- Resolved
-
-
AS7-1103 Intermittent failures in org.jboss.as.controller.CompositeOperationHandlerUnitTestCase
-
- Resolved
-
-
AS7-2185 Don't expose the platform LoggingMXBean over management
-
- Resolved
-
-
AS7-2385 Management - remove and add file handler logger operation fails
-
- Resolved
-
-
AS7-2741 ModelControllerMBeanTestCase randomly fails with Address already in use
-
- Resolved
-
-
AS7-2771 ModelControllerClient operations don't fail on invalid username/password
-
- Resolved
-
-
AS7-2852 @RunAsPrincipal does not work as expected
-
- Resolved
-
-
AS7-2874 Transaction rollback does not work for raw sql and bean managed transaction
-
- Resolved
-
-
AS7-3152 Cannot deploy OSGI bundle with @Resource injection
-
- Resolved
-
-
AS7-3346 Security audit logging problem
-
- Resolved
-
-
AS7-3541 NullPointerException when evicting all entities
-
- Resolved
-
-
AS7-3764 Intermittent AbstractModelControllerClient Channel closed exception after :reload operation in the domain
-
- Resolved
-
-
AS7-3938 RA enable deployment fails
-
- Resolved
-
-
AS7-3941 Resource adapters subsystem parser errors.
-
- Resolved
-
-
EJBCLIENT-28 isDone() method doesn't return true after cancel() call on EJB asynchronous method
-
- Resolved
-
-
WFLY-152 Fix or remove WebSecurityCERTTestCase
-
- Closed
-
-
ARQ-791 JMX: Arquillian is unable to reconnect to JMX server if the connection is lost
-
- Open
-
-
AS7-734 Consolidate Arquillian test infrastructure
-
- Resolved
-
-
AS7-2999 Enable use of PLAIN SASL mechanism with JAAS security domains for the Remote EJB calls.
-
- Resolved
-
-
AS7-4407 Security tests for EJB Injection fails
-
- Resolved
-
-
AS7-485 Fix the testsuite/integration testcase failures
-
- Resolved
-
-
AS7-2653 Intermittent failures in ServerManagementTestCase
-
- Resolved
-
-
AS7-3556 Replace mocked subsystem model tests with functional tests
-
- Resolved
-
-
AS7-3632 Re-enable RemotingSubsystemTestCase.testSubsystemWithBadConnectorProperty
-
- Resolved
-
-
WFCORE-282 Wildcard operations that span multiple processes
-
- Resolved
-
- is incorporated by
-
WFLY-576 Testsuite tasks (tracking)
-
- Closed
-