[
https://issues.jboss.org/browse/TEIID-5425?page=com.atlassian.jira.plugin...
]
Steven Hawkins edited comment on TEIID-5425 at 2/13/19 9:28 AM:
----------------------------------------------------------------
This appears to be a netty issue. Checking back with 8.7 and 8.11 this situation does not
occur - it seems to have come in with Teiid 9.x. It is also not related to the
synchronization of the PgBackendProtocol - it still occurs even with fully locking (which
should already be accounted for by the message processing logic, but I wanted to rule that
out).
was (Author: shawkins):
This appears to be a netty issue. Checking back with 8.7, 8.11, and 9.3 this situation
does not occur - it seems to have come in with Teiid 10.x. It is also not related to the
synchronization of the PgBackendProtocol - it still occurs even with fully locking (which
should already be accounted for by the message processing logic, but I wanted to rule that
out).
Concurrency/timing issues observed with travis builds
-----------------------------------------------------
Key: TEIID-5425
URL:
https://issues.jboss.org/browse/TEIID-5425
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.1
Several unit tests have been observed to fail during travis builds occasionally:
1. TestODBCSocketTransport.testRegClass:757 » PSQL ResultSet not positioned prope...
2. TestExternalMatViews.testLazyUpdate:930 expected:<2> but was:<1> (see
https://api.travis-ci.org/v3/job/405801976/log.txt)
3. [ERROR] TestLocalConnections.testWaitForLoadTimeout:475
4. From
https://api.travis-ci.org/v3/job/415138409/log.txt
[ERROR] testReplication(org.teiid.systemmodel.TestReplication) Time elapsed: 35.21 s
<<< FAILURE!
java.lang.AssertionError: expected:<0.9164140964242746> but
was:<0.18750528722359294>
at org.teiid.systemmodel.TestReplication.testReplication(TestReplication.java:122)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)