You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What: It was recently found with the addition of CI tests for Oracle 18c (#4888 and #4889) that not all tests are passing for it. This should be fixed for proper functionality on changes and releases.
Uh oh!
There was an error while loading. Please reload this page.
Overview
What: It was recently found with the addition of CI tests for Oracle 18c (#4888 and #4889) that not all tests are passing for it. This should be fixed for proper functionality on changes and releases.
Why: CI has not run for Oracle for over a year since Travis CI shutdown their free OSS tier in November 2020.
How: All broken tests are listed below in check list form to track their resolution.
Tests to Fix
Current status: 304 passing, 61 pending, 34 failing. All known failing listed below with failure summary.
AssertionError: expected [ '2', '3' ] to deeply equal [ '1', '2' ]
AssertionError: expected [ '4', '5' ] to deeply equal [ '1', '2' ]
AssertionError: expected [ '8' ] to deeply equal [ '1' ]
"test_table_two" ("account_id", "details", "status") values (?, ?, ?) returning "account_id","details" into ?,?' to equal 'insert into "test_table_two"
"insert into "test_table_two" ("account_id", "details", "status")\n values (?, ?, ?) returning "account_id","details"\n into ?,?"
id
, expected4
got1
.create table "uuid_table" ("uuid_col_binary" binary(16)) - ORA-00907: missing right parenthesis
id
anddetails
fields.pluck
AssertionError: expected [ 7, 8, 9, 10, 11, 12 ] to deeply equal [ 1, 2, 3, 4, 5, 6 ]
AssertionError: expected [ 13, 14, 15, 16, 17, 18 ] to deeply equal [ 1, 2, 3, 4, 5, 6 ]
AssertionError: expected [ 21, 22, 23, 24 ] to deeply equal [ 3, 4, 5, 6 ]
id
id
for return value.id
s returned.Error: select "id" from "OrderByNullTest" order by ("null_col" is not null) asc - ORA-00907: missing right parenthesis
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
Error: ORA-00932: inconsistent datatypes: expected - got CLOB
AssertionError: expected 55 to deeply equal 1
Error: alter table "test_table_one" add "phone" varchar2(255) null - ORA-00942: table or view does not exist
Error: drop index "NkZo/dGRI9O73/NE2fHo+35d4jk" - ORA-01418: specified index does not exist
ORA-04043: object test_table_one does not exist
AssertionError: expected false to equal true
ORA-20000: ORA-01031: insufficient privileges
The text was updated successfully, but these errors were encountered: