Changeset: 387b3e6a0e1e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=387b3e6a0e1e Modified Files: clients/R/Tests/copy_into_fwf.stable.err sql/test/wlcr/Tests/wlc01.stable.out Branch: default Log Message:
Approve test output diffs (27 lines): diff --git a/clients/R/Tests/copy_into_fwf.stable.err b/clients/R/Tests/copy_into_fwf.stable.err --- a/clients/R/Tests/copy_into_fwf.stable.err +++ b/clients/R/Tests/copy_into_fwf.stable.err @@ -28,6 +28,8 @@ stderr of test 'copy_into_fwf` in direct # 16:40:23 > "R" "--vanilla" "--slave" "--args" "30658" # 16:40:23 > +Warning message: +S3 methods ‘[.fun_list’, ‘[.grouped_df’, ‘all.equal.tbl_df’, ‘anti_join.data.frame’, ‘anti_join.tbl_df’, ‘arrange.data.frame’, ‘arrange.default’, ‘arrange.grouped_df’, ‘arrange.tbl_df’, ‘arrange_.data.frame’, ‘arrange_.tbl_df’, ‘as.data.frame.grouped_df’, ‘as.data.frame.rowwise_df’, ‘as.data.frame.tbl_cube’, ‘as.table.tbl_cube’, ‘as.tbl.data.frame’, ‘as.tbl.tbl’, ‘as.tbl_cube.array’, ‘as.tbl_cube.data.frame’, ‘as.tbl_cube.matrix’, ‘as.tbl_cube.table’, ‘as_tibble.grouped_df’, ‘as_tibble.tbl_cube’, ‘auto_copy.tbl_cube’, ‘auto_copy.tbl_df’, ‘cbind.grouped_df’, ‘collapse.data.frame’, ‘collect.data.frame’, ‘common_by.NULL’, ‘common_by.character’, ‘common_by.default’, ‘common_by.list’, ‘compute.data.frame’, ‘copy_to.DBIConnection’, ‘copy_to.src_local’, ‘default_missing.data.frame’, ‘default_missing.default’, ‘dim.tbl_cube’, ‘distinct.data.f [... truncated] # 16:40:23 > # 16:40:23 > "Done." diff --git a/sql/test/wlcr/Tests/wlc01.stable.out b/sql/test/wlcr/Tests/wlc01.stable.out --- a/sql/test/wlcr/Tests/wlc01.stable.out +++ b/sql/test/wlcr/Tests/wlc01.stable.out @@ -58,6 +58,11 @@ stdout of test 'wlc01` in directory 'sql # loading sql script: 90_generator.sql # loading sql script: 90_generator_hge.sql # loading sql script: 99_system.sql +# MonetDB/SQL module loaded +#create table tmp0(i int, s string); +#insert into tmp0 values(1,'gaap'), (2,'sleep'); +[ 2 ] +#drop table tmp0; #create table tmp(i int, s string); #insert into tmp values(1,'hello'), (2,'world'); [ 2 ] _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
