| Summary: | ASTERISK-24987: res_pjsip: Resolver tests do not have resolver as a dependency | ||
| Reporter: | Joshua C. Colp (jcolp) | Labels: | |
| Date Opened: | 2015-04-21 05:23:54 | Date Closed: | 2015-04-21 09:54:34 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Resources/res_pjsip |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | The PJSIP resolver tests on the Bamboo agents are currently failing due to two reasons:
1. The PJSIP version installed does not support external resolvers, causing fallback to the built-in resolver. 2. The tests do not specify that the res_resolver_unbound module is a dependency. This is true right now due to the fact that there is no fallback resolver but without this dependency the tests will fail otherwise on a system without it. | ||
| Comments: | |||