[Asterisk-code-review] ast restart: renable (testsuite[13])
Kevin Harwell
asteriskteam at digium.com
Mon Nov 19 14:11:40 CST 2018
Kevin Harwell has uploaded this change for review. ( https://gerrit.asterisk.org/10695
Change subject: ast_restart: renable
......................................................................
ast_restart: renable
This test was sporadically failing due to file writes occasionally taking too
long. The ast_db sync thread would block long enough for even a 2 second
retransmission timer to time out. The retransmission would be sent, thus
failing the test. This appeared to only happen when running in a docker
container on the test infrastructure.
Updates have been made to the test infrastructure that allow test containers
to now use a tmpfs, which should hopefully completely alleviate the problem.
ASTERISK-28088
Change-Id: I6b3fef60d20ff9830a1149b26b5bd4c34a2dbb73
---
M tests/channels/pjsip/subscriptions/ast_restart/test-config.yaml
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/95/10695/1
diff --git a/tests/channels/pjsip/subscriptions/ast_restart/test-config.yaml b/tests/channels/pjsip/subscriptions/ast_restart/test-config.yaml
index 56b8e8e..e066c22 100644
--- a/tests/channels/pjsip/subscriptions/ast_restart/test-config.yaml
+++ b/tests/channels/pjsip/subscriptions/ast_restart/test-config.yaml
@@ -1,5 +1,4 @@
testinfo:
- skip: 'See ASTERISK-28088'
summary: 'Test subscription persistence over Asterisk restarts'
description: |
Tests that subscriptions survive an Asterisk restart.
--
To view, visit https://gerrit.asterisk.org/10695
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b3fef60d20ff9830a1149b26b5bd4c34a2dbb73
Gerrit-Change-Number: 10695
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181119/40e2e519/attachment.html>
More information about the asterisk-code-review
mailing list