cloudstack/framework/db/test/com/cloud/utils/db
Rafael Weingärtner 9179bd54d4 CLOUDSTACK-10195: CloudStack MySQL HA problem - No database selected (#2364)
When using CloudStack with database HA configuration user receives warnings constantly saying “No database selected”.

This problem happens at com.cloud.cluster.ClusterManagerImpl.getHeartbeatTask().new ManagedContextRunnable(){...}.runInContext(), line 550. The scheme of the database is not properly set in the transaction when database HA options are enabled.
2017-12-19 17:55:13 +05:30
..
DbAnnotatedBase.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
DbAnnotatedBaseDerived.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
DbTestDao.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
DbTestUtils.java Fixed Resource Leaks 2014-10-13 17:51:02 +05:30
DbTestVO.java Moved the DB layer code into framework-db and change only the necessary projects to refer to it. Cut down on the dependencies introduced with all the code in utils. 2013-07-26 15:02:10 -07:00
DummyComponent.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ElementCollectionTest.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
FilterTest.java CLOUDSTACK-9006 - ListTemplates API returns result in inconsistent order when called concurrently 2015-11-04 10:31:02 +05:30
GenericDaoBaseTest.java removed redundant Integer instantiation in GenericDaoBase 2014-03-28 18:40:25 +01:00
GlobalLockTest.java CLOUDSTACK-8656: debug messages on interupted exceptions 2015-07-30 16:03:10 +02:00
GroupByTest.java Fix GroupBy (+ having) condition and tests (#1723) 2017-11-09 21:01:12 +05:30
Merovingian2Test.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
TestTransaction.java CLOUDSTACK-8433: remove awsapi db usage and add upgrade cleanup path 2015-05-06 15:22:04 +02:00
TransactionContextBuilderTest.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00