Github user geomacy commented on the issue:
https://github.com/apache/brooklyn-server/pull/746
The build break on 98d9b0a is genuine, I get the same thing:
```
Failed tests:
ApplicationsYamlOsgiTest>ApplicationsYamlTest.testDoesNotWrapCatalogItemAndUsesCatalogName:216->ApplicationsYamlTest.assertDoesNotWrap:436
expected [catalogLevel] but found [Application (wiifyf67tn)]
ApplicationsYamlOsgiTest>ApplicationsYamlTest.testNameInCatalogMetadata:364->ApplicationsYamlTest.assertDoesNotWrap:436
expected [My name in top-level] but found [Application (co8ot9tzt2)]
ApplicationsYamlOsgiTest>ApplicationsYamlTest.testNameInItemMetadata:382->ApplicationsYamlTest.assertDoesNotWrap:436
expected [My name in item metadata] but found [Application (u1xjn8fsai)]
ApplicationsYamlTest.testDoesNotWrapCatalogItemAndUsesCatalogName:216->assertDoesNotWrap:436
expected [catalogLevel] but found [Application (s5iotaeji9)]
ApplicationsYamlTest.testNameInCatalogMetadata:364->assertDoesNotWrap:436
expected [My name in top-level] but found [Application (ojj1x9bq1v)]
ApplicationsYamlTest.testNameInItemMetadata:382->assertDoesNotWrap:436
expected [My name in item metadata] but found [Application (hdis9rqcee)]
CatalogOsgiYamlEntityTest.testOsgiNotLeakingToParent:539 Unexpected error
message: java.lang.IllegalStateException: Bundle
BasicManagedBundle{symbolicName=org.apache.brooklyn.test.osgi.entities.SimpleEntity,
version=0.1.2.update, url=null} failed installation: Error installing catalog
items: Failed to install
org.apache.brooklyn.test.osgi.entities.SimpleEntity:0.1.2.update, types
[BasicRegisteredType[org.apache.brooklyn.test.osgi.entities.SimpleEntity:0.1.2-update;null]]
gave errors; 2 errors including: UnsupportedTypePlanException: Invalid plan;
format could not be recognized, none of the available transformers
[brooklyn-camp:CampTypePlanTransformer,
java-type-name:JavaClassNameTypePlanTransformer] support
BasicRegisteredType[org.apache.brooklyn.test.osgi.entities.SimpleEntity:0.1.2-update;null]
expected [true] but found [false]
CatalogYamlEntityNameTest.testUsesNameInCatalogItemMetadataIfNonSupplied:50
expected [nameInItemMetadata] but found [BasicEntity:faw9]
CatalogYamlEntityOsgiTypeRegistryTest>CatalogYamlEntityTest.testAddCatalogItemVerySimple:60
expected 'services:' block:
BasicRegisteredType[my.catalog.app.id.load:0.1.2;null]
type: org.apache.brooklyn.entity.stock.BasicEntity expected [true] but
found [false]
CatalogYamlEntityOsgiTypeRegistryTest>CatalogYamlEntityTest.testCreateSpecFromCatalogItem:371
» IllegalState
CatalogYamlEntityTest.testAddCatalogItemVerySimple:60 expected
'services:' block: BasicRegisteredType[my.catalog.app.id.load:0.1.2;null]
type: org.apache.brooklyn.entity.stock.BasicEntity expected [true] but
found [false]
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---