elastic / apm-integration-testing

APM Integration Testing
Apache License 2.0
54 stars 68 forks source link

Opbeans chained exceptions #588

Open jalvz opened 5 years ago

jalvz commented 5 years ago

Have some Opbeans app to generate errors with nested exceptions, ideally with several "sibling" causes.

ref https://github.com/elastic/apm/issues/40

kuisathaverat commented 5 years ago

we just added a data generator from Opbeans UI here https://github.com/elastic/observability-test-environments/pull/90 probably the request that generates nested exceptions, it is a candidate to add also.

beniwohli commented 5 years ago

FYI, opbeans-python now has a chained exception (no siblings though, that's not a thing in Python). It's the AssertionError: oh no error.

scripts/compose.py start 7.4 --with-opbeans-python