[
https://issues.apache.org/jira/browse/AMQ-3842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278015#comment-13278015
]
Mark commented on AMQ-3842:
---------------------------
current trunk:
mvn test -V -B -U -Dtest=DiscoveryTransportNoBrokerTest
tail -F /home/mark/tmp/activemq/activemq-core/target/activemq-test.log :
2012-05-17 19:46:20,350 [JMX connector ] - INFO ManagementContext
- JMX consoles can connect to
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
2012-05-17 19:46:20,380 [main ] - INFO PListStore
-
PListStore:[/home/mark/tmp/activemq/activemq-core/target/activemq-data/localhost/tmp_storage
] started
2012-05-17 19:46:20,382 [main ] - INFO BrokerService
- Using Persistence Adapter:
KahaDBPersistenceAdapter[/home/mark/tmp/activemq/activemq-core/target/activemq-data/localhost/KahaDB]
2012-05-17 19:46:20,708 [main ] - INFO MessageDatabase
- KahaDB is version 4
2012-05-17 19:46:20,726 [main ] - INFO MessageDatabase
- Recovering from the journal ...
2012-05-17 19:46:20,726 [main ] - INFO MessageDatabase
- Recovery replayed 1 operations from the journal in 0.008 seconds.
2012-05-17 19:46:20,733 [main ] - INFO BrokerService
- ActiveMQ null JMS Message Broker (localhost) is starting
2012-05-17 19:46:20,733 [main ] - INFO BrokerService
- For help or more information please see: http://activemq.apache.org/
2012-05-17 19:46:20,878 [main ] - INFO TransportServerThreadSupport
- Listening for connections at:
tcp://localhost:36299?transport.closeAsync=false
2012-05-17 19:46:20,881 [main ] - INFO TransportConnector
- Connector tcp://localhost:36299?transport.closeAsync=false Started
2012-05-17 19:46:20,882 [main ] - INFO BrokerService
- ActiveMQ JMS Message Broker (localhost, ID:i5-34740-1337276780746-0:1)
started
2012-05-17 19:46:20,883 [main ] - WARN BrokerService
- Store limit is 100000 mb, whilst the data directory:
/home/mark/tmp/activemq/activemq-core/target/activemq-data/localhost/KahaDB
only has 39120 mb of usable space
2012-05-17 19:46:20,883 [main ] - ERROR BrokerService
- Temporary Store limit is 50000 mb, whilst the temporary data directory:
/home/mark/tmp/activemq/activemq-core/target/activemq-data/localhost/tmp_storage
only has 39120 mb of usable space
2012-05-17 19:46:20,883 [main ] - INFO
DiscoveryTransportNoBrokerTest - Broker started - thread Count:8
2012-05-17 19:46:20,883 [main ] - INFO
DiscoveryTransportNoBrokerTest - Connecting.
> test units: disk space requirement excessive/not checked transparently enough
> -----------------------------------------------------------------------------
>
> Key: AMQ-3842
> URL: https://issues.apache.org/jira/browse/AMQ-3842
> Project: ActiveMQ
> Issue Type: Bug
> Components: Test Cases
> Affects Versions: 5.6.0
> Environment: any
> Reporter: Mark
> Priority: Trivial
>
> persistent DB requires at least 50.000 MB free disk space at broker startup
> during tests. If there is less available, an error is logged to
> active-mq.log, but the tests just hang.
> 1.) Do we really need 50 GB free disk space for the tests?
> 2.) The error should trigger an immediate test failure.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira