Bug 1330031
Summary: | armv7hl: SQLFetchScroll && SQL_FETCH_PRIOR misbehaving | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pavel Raiskup <praiskup> |
Component: | postgresql-odbc | Assignee: | Pavel Raiskup <praiskup> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | hhorak, jmlich83, pkajaba, praiskup |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | armv7hl | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-26 14:00:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Pavel Raiskup
2016-04-25 10:18:42 UTC
Argh, beaten by bugzilla UI. Sorry. Here is the remaining report: Reported upstream: http://www.postgresql.org/message-id/1891019.xN52Kdy8p1@nb.usersys.redhat.com This is the result from self-testing: *** ./expected/declare-fetch-block.out Fri Apr 15 13:11:35 2016 --- results/declare-fetch-block.out Wed Apr 20 07:57:57 2016 *************** *** 2,10 **** fetchIdx=1, fetched rows=84, total rows=84 fetchIdx=2, fetched rows=36, total rows=120 next total rows=120 ! prior total rows=120 ! next total rows=120 ! prior total rows=120 FetchScroll beyond the end failed 100 ! encountered EOF at 120 ! disconnecting --- 2,10 ---- fetchIdx=1, fetched rows=84, total rows=84 fetchIdx=2, fetched rows=36, total rows=120 next total rows=120 ! prior total rows=20 ! next total rows=0 ! prior total rows=0 FetchScroll beyond the end failed 100 ! FetchScroll the 1st row failed ! No error information I'm going to "hack" the expected output of the test (disabling might easily get forgotten). Test is disabled in RAWHIDE for now. This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. |