Skip to content

update otel api library #78

update otel api library

update otel api library #78

GitHub Actions / JUnit Test Report failed Nov 13, 2024 in 0s

93 tests run, 0 skipped, 22 failed.

Annotations

Check failure on line 161 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.exceptions

Test exceptions in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,161},
               {expression,"lists : flatten ( pgo : format_error ( Reason ) )"},
               {pattern,"\"Error encoding type interval. Expected, {interval {{Hours::integer(), Minutes::integer(), Seconds::integer()}, Days::integer(), months::integer()}}. Got, none.\""},
               {value,"Unknown error: none_available"}]},
 [{pgo_basic_SUITE,exceptions,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,161}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 166 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.select

Test select in pgo_basic_SUITE failed!
Raw output
{{badmatch,{error,none_available}},
 [{pgo_basic_SUITE,select,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,166}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 176 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.insert_update

Test insert_update in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,176},
               {expression,"pgo : query ( \"create temporary table foo (id integer primary key, some_text text)\" )"},
               {pattern,"# { command := create }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,insert_update,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,176}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 195 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.text_types

Test text_types in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,195},
               {expression,"pgo : query ( \"select 'foo'::text\" )"},
               {pattern,"# { command := select , rows := [ { << \"foo\" >> } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,text_types,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,195}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 205 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.rows_as_maps

Test rows_as_maps in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,205},
               {expression,"pgo : query ( \"create temporary table foo_1 (id integer primary key, some_text text)\" )"},
               {pattern,"# { command := create }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,rows_as_maps,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,205}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 214 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.json_jsonb

Test json_jsonb in pgo_basic_SUITE failed!
Raw output
{{badmatch,{error,none_available}},
 [{pgo_basic_SUITE,json_jsonb,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,214}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 228 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.types

Test types in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,228},
               {expression,"pgo : query ( \"create table types (id integer primary key, an_integer integer, a_bigint bigint, a_text text, a_uuid uuid, a_bytea bytea, a_real real)\" )"},
               {pattern,"# { command := create }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,types,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,228}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 78 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.int4_range

Test int4_range in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,78},
               {expression,"pgo : query ( \"create temporary table foo_range (id integer primary key, some_range int4range)\" )"},
               {pattern,"# { command := create }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,int4_range,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,78}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 117 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.ts_range

Test ts_range in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,117},
               {expression,"pgo : query ( \"create temporary table foo_ts_range (id integer primary key, some_range tsrange)\" )"},
               {pattern,"# { command := create }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,ts_range,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,117}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 131 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.tstz_range

Test tstz_range in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,131},
               {expression,"pgo : query ( \"SELECT tstzrange('2019-06-22 08:00:00.000+00','2019-06-22 09:00:00.000+00', '[]');\" )"},
               {pattern,"# { rows := [ { { { { { 2019 , 6 , 22 } , { 8 , 0 , 0 } } , { { 2019 , 6 , 22 } , { 9 , 0 , 0 } } } , { true , true } } } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,tstz_range,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,131}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 309 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.numerics

Test numerics in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,309},
               {expression,"pgo : query ( BasicQuery , [ 1 ] )"},
               {pattern,"# { rows := [ { 1 } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,numerics,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,309}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 341 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.hstore

Test hstore in pgo_basic_SUITE failed!
Raw output
{{badmatch,{error,none_available}},
 [{pgo_basic_SUITE,hstore,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,341}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 353 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.records

Test records in pgo_basic_SUITE failed!
Raw output
{{badmatch,{error,none_available}},
 [{pgo_basic_SUITE,records,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,353}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 365 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.circle

Test circle in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,365},
               {expression,"pgo : query ( \"SELECT $1::circle\" , [ # { center => # { x => 1 , y => 1 } , radius => 10 } ] )"},
               {pattern,"# { rows := [ { # { center := # { x := 1.0 , y := 1.0 } , radius := 10.0 } } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,circle,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,365}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 371 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.path

Test path in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,371},
               {expression,"pgo : query ( \"SELECT $1::path\" , [ # { points => [ # { x => 1 , y => 1 } , # { x => 2 , y => 3 } ] , open => true } ] )"},
               {pattern,"# { rows := [ { # { open := true , points := [ # { x := 1.0 , y := 1.0 } , # { x := 2.0 , y := 3.0 } ] } } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,path,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,371}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 376 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.polygon

Test polygon in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,376},
               {expression,"pgo : query ( \"SELECT $1::polygon\" , [ # { vertices => [ # { x => 1 , y => 1 } , # { x => 2 , y => 3 } ] } ] )"},
               {pattern,"# { rows := [ { # { vertices := [ # { x := 1.0 , y := 1.0 } , # { x := 2.0 , y := 3.0 } ] } } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,polygon,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,376}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 380 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.line

Test line in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,380},
               {expression,"pgo : query ( \"SELECT $1::line\" , [ # { a => 1 , b => 2 , c => 3 } ] )"},
               {pattern,"# { rows := [ { # { a := 1.0 , b := 2.0 , c := 3.0 } } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,line,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,380}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 384 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.line_segment

Test line_segment in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,384},
               {expression,"pgo : query ( \"SELECT $1::lseg\" , [ # { point1 => # { x => 1 , y => 1 } , point2 => # { x => 2 , y => 3 } } ] )"},
               {pattern,"# { rows := [ { # { point1 := # { x := 1.0 , y := 1.0 } , point2 := # { x := 2.0 , y := 3.0 } } } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,line_segment,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,384}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 389 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.tid

Test tid in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,389},
               {expression,"pgo : query ( \"SELECT $1::tid\" , [ { 1 , 2 } ] )"},
               {pattern,"# { rows := [ { { 1 , 2 } } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,tid,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,389}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 393 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.bit_string

Test bit_string in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,393},
               {expression,"pgo : query ( \"SELECT bit '101'::bit(5)\" , [ ] )"},
               {pattern,"# { rows := [ { << 1 : 1 , 0 : 1 , 1 : 1 , 0 : 1 , 0 : 1 >> } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,bit_string,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,393}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 402 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.arrays

Test arrays in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,402},
               {expression,"pgo : query ( \"SELECT $1::text[]\" , [ [ << \"s1\" >> , null ] ] )"},
               {pattern,"# { rows := [ { [ << \"s1\" >> , null ] } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,arrays,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,402}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}

Check failure on line 405 in test/pgo_basic_SUITE.erl

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl.tsvector

Test tsvector in pgo_basic_SUITE failed!
Raw output
{{assertMatch,[{module,pgo_basic_SUITE},
               {line,405},
               {expression,"pgo : query ( \"SELECT to_tsvector('english', 'The Fat Rats')\" )"},
               {pattern,"# { rows := [ { [ { << \"fat\" >> , [ { 2 , null } ] } , { << \"rat\" >> , [ { 3 , null } ] } ] } ] }"},
               {value,{error,none_available}}]},
 [{pgo_basic_SUITE,tsvector,1,
                   [{file,"/home/runner/work/pgo/pgo/test/pgo_basic_SUITE.erl"},
                    {line,405}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1302}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1234}]}]}