Home
last modified time | relevance | path

Searched refs:remote_exec (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/sql/
H A Dremote_txn.sql11 \ir include/remote_exec.sql
103 …SELECT test.remote_exec('{loopback}', $$ INSERT INTO "S 1"."T 1" VALUES (20001,1,'bleh', '2001-01-…
117 …SELECT test.remote_exec('{loopback}', $$ INSERT INTO "S 1"."T 1" VALUES (20002,1,'bleh', '2001-01-…
130 …SELECT test.remote_exec('{loopback}', $$ INSERT INTO "S 1"."T 1" VALUES (20001,1,'bleh', '2001-01-…
142 …SELECT test.remote_exec('{loopback}', $$ INSERT INTO "S 1"."T 1" VALUES (20003,1,'bleh', '2001-01-…
156 …SELECT test.remote_exec('{loopback}', $$ INSERT INTO "S 1"."T 1" VALUES (20004,1,'bleh', '2001-01-…
177 …SELECT test.remote_exec('{loopback}', $$ INSERT INTO "S 1"."T 1" VALUES (20005,1,'bleh', '2001-01-…
202 …SELECT test.remote_exec('{loopback}', $$ INSERT INTO "S 1"."T 1" VALUES (20006,1,'bleh', '2001-01-…
398 SELECT test.remote_exec('{loopback}', $$ PREPARE prep_1 AS SELECT 1 $$);
407 SELECT test.remote_exec('{loopback}', $$ PREPARE prep_1 AS SELECT 1 $$);
[all …]
H A Ddist_ddl.sql11 \ir include/remote_exec.sql
61 SELECT * FROM test.remote_exec(NULL, $$
165 SELECT * FROM test.remote_exec('{ data_node_1 }', $$
338 SELECT * FROM test.remote_exec(NULL, $$
353 SELECT * FROM test.remote_exec(NULL, $$
372 SELECT * FROM test.remote_exec(NULL, $$
390 SELECT * FROM test.remote_exec(NULL, $$
408 SELECT * FROM test.remote_exec(NULL, $$
427 SELECT * FROM test.remote_exec(NULL, $$
449 SELECT * FROM test.remote_exec(NULL, $$
[all …]
H A Ddist_commands.sql10 \ir include/remote_exec.sql
66 \ir include/remote_exec.sql
101 SELECT * FROM test.remote_exec('{data_node_1}', $$ SELECT * FROM _timescaledb_internal.set_peer_dis…
106 SELECT * FROM test.remote_exec(NULL, $$ SELECT is_access_node_session_on_data_node(); $$);
144 SELECT * FROM test.remote_exec(NULL, $$ SELECT * from dist_test; $$);
158 SELECT * FROM test.remote_exec(NULL, $$ SELECT true from pg_catalog.pg_roles WHERE rolname = 'dist_…
191 SELECT * FROM test.remote_exec('{myserver}', $$ SELECT 1; $$);
243 SELECT * FROM test.remote_exec(NULL, $$ SELECT * FROM my_table; $$);
251 SELECT * FROM test.remote_exec(NULL, $$ SELECT * FROM my_table; $$);
266 SELECT * FROM test.remote_exec(NULL, $$ SELECT * FROM my_table; $$);
/dports/devel/p5-Class-Prototyped/Class-Prototyped-1.13/perf/
H A Dpackage_creation.pl5 &remote_exec($alliter, '
33 &remote_exec($alliter, '
75 &remote_exec($alliter, '
94 &remote_exec($alliter,'
100 &remote_exec($alliter,'
109 &remote_exec($alliter,'
119 &remote_exec($alliter,'
126 &remote_exec($alliter,'
133 &remote_exec($alliter,'
139 &remote_exec($alliter,'
[all …]
/dports/sysutils/py-execnet/execnet-1.6.0/testing/
H A Dtest_channel.py46 channel = gw.remote_exec("""
88 channel = gw.remote_exec("""
96 channel = gw.remote_exec('''
109 channel = gw.remote_exec('''
120 channel = gw.remote_exec('''
132 newchan = gw.remote_exec('''
256 channel = gw.remote_exec("""
276 channel = gw.remote_exec("""
296 channel = gw.remote_exec("""
307 channel = gw.remote_exec("""
[all …]
H A Dtest_gateway.py57 ch = gw.remote_exec("""
105 channel = gw.remote_exec(mod)
109 channel = gw.remote_exec(mod)
114 channel = gw.remote_exec("""
146 channel = gw.remote_exec('''
156 channel = gw.remote_exec("""
171 channel = gw.remote_exec("""
190 old = gw.remote_exec("""
246 channel = gw.remote_exec("""
337 ch = gw.remote_exec("""
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.dwarf2/
H A Ddwp-symlink.exp36 remote_exec host "ln -sf ${testfile} [standard_output_file $thelink]"
55 remote_exec host "mv -f [standard_output_file ${testfile}.dwp] [standard_output_file ${thelink}.dwp…
110 remote_exec host "rm -rf ${dwp_bin_dir}"
111 remote_exec host "rm -rf ${dwp_dwp_dir}"
112 remote_exec host "rm -rf ${dwp_symlink_dir}"
113 remote_exec host "mkdir ${dwp_bin_dir}"
114 remote_exec host "mkdir ${dwp_dwp_dir}"
115 remote_exec host "mkdir ${dwp_symlink_dir}"
116 remote_exec host "cp [standard_output_file $testfile] ${dwp_bin_dir}/${dwp_real_binary}"
117 remote_exec host "cp [standard_output_file ${testfile}.dwp] ${dwp_dwp_dir}/${dwp_real_dwp}"
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dsolib-search.exp63 remote_exec build "rm -rf [standard_output_file ${wrong_lib_subdir}]"
64 remote_exec build "rm -rf [standard_output_file ${right_lib_subdir}]"
65 remote_exec build "mkdir [standard_output_file ${wrong_lib_subdir}]"
66 remote_exec build "mkdir [standard_output_file ${right_lib_subdir}]"
77 remote_exec build "ln -sf ${right_lib_subdir}/${libname1}.so ${binfile1_lib}"
78 remote_exec build "ln -sf ${right_lib_subdir}/${libname2}.so ${binfile2_lib}"
103 remote_exec build "ln -sf ${wrong_lib_subdir}/${libname1}.so ${binfile1_lib}"
104 remote_exec build "ln -sf ${wrong_lib_subdir}/${libname2}.so ${binfile2_lib}"
178 remote_exec build "rm -f ${binfile1_lib}"
179 remote_exec build "rm -f ${binfile2_lib}"
H A Dcorefile-buildid.exp36 remote_exec build "rm -rf $builddir"
37 remote_exec build "mkdir $builddir"
81 remote_exec build "rm -rf $builddir"
82 remote_exec build "mkdir $builddir"
83 remote_exec build "mv $binfile $builddir"
84 remote_exec build "mv $objdso $builddir"
85 remote_exec build "mv $objlib $builddir"
170 remote_exec build "rm -rf $debugdir"
171 remote_exec build \
191 remote_exec build "ln -s $t [file join $debugdir $name]"
[all …]
/dports/devel/binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dcompress.exp238 set status [remote_exec build cmp "${src1} ${src2}"]
258 set status [remote_exec build cmp "${src1} ${src2}"]
302 set status [remote_exec build cmp "${src1} ${src2}"]
327 set status [remote_exec build cmp "${src1} ${src2}"]
348 set status [remote_exec build cmp "${src1} ${src2}"]
369 set status [remote_exec build cmp "${src1} ${src2}"]
390 set status [remote_exec build cmp "${src1} ${src2}"]
411 set status [remote_exec build cmp "${src1} ${src2}"]
432 set status [remote_exec build cmp "${src1} ${src2}"]
453 set status [remote_exec build cmp "${src1} ${src2}"]
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dcompress.exp238 set status [remote_exec build cmp "${src1} ${src2}"]
258 set status [remote_exec build cmp "${src1} ${src2}"]
302 set status [remote_exec build cmp "${src1} ${src2}"]
327 set status [remote_exec build cmp "${src1} ${src2}"]
348 set status [remote_exec build cmp "${src1} ${src2}"]
369 set status [remote_exec build cmp "${src1} ${src2}"]
390 set status [remote_exec build cmp "${src1} ${src2}"]
411 set status [remote_exec build cmp "${src1} ${src2}"]
432 set status [remote_exec build cmp "${src1} ${src2}"]
453 set status [remote_exec build cmp "${src1} ${src2}"]
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/testsuite/binutils-all/
H A Dcompress.exp238 set status [remote_exec build cmp "${src1} ${src2}"]
258 set status [remote_exec build cmp "${src1} ${src2}"]
302 set status [remote_exec build cmp "${src1} ${src2}"]
327 set status [remote_exec build cmp "${src1} ${src2}"]
348 set status [remote_exec build cmp "${src1} ${src2}"]
369 set status [remote_exec build cmp "${src1} ${src2}"]
390 set status [remote_exec build cmp "${src1} ${src2}"]
411 set status [remote_exec build cmp "${src1} ${src2}"]
432 set status [remote_exec build cmp "${src1} ${src2}"]
453 set status [remote_exec build cmp "${src1} ${src2}"]
[all …]
/dports/misc/dejagnu/dejagnu-1.6.3/testsuite/runtest.libs/
H A Dtarget.test155 "remote_exec host" U
276 "remote_exec host" U
285 "remote_exec host" U
294 "remote_exec host" U
303 "remote_exec host" U
312 "remote_exec host" U
328 "remote_exec host" U
338 "remote_exec host" U
357 "remote_exec host" U
367 "remote_exec host" U
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg03.exp113 set exec_output_data1 [lindex [remote_exec build "${symaddrfile} ${binfile} data1"] 1]
116 set exec_output_data2 [lindex [remote_exec build "${symaddrfile} ${binfile} data2"] 1]
119 set exec_output_data3 [lindex [remote_exec build "${symaddrfile} ${binfile} data3"] 1]
122 set exec_output_data10 [lindex [remote_exec build "${symaddrfile} ${binfile} data10"] 1]
125 set exec_output_data11 [lindex [remote_exec build "${symaddrfile} ${binfile} data11"] 1]
128 set exec_output_common1 [lindex [remote_exec build "${symaddrfile} ${binfile} common1"] 1]
131 set exec_output_common2 [lindex [remote_exec build "${symaddrfile} ${binfile} common2"] 1]
134 set exec_output_common3 [lindex [remote_exec build "${symaddrfile} ${binfile} common3"] 1]
137 set exec_output_common10 [lindex [remote_exec build "${symaddrfile} ${binfile} common10"] 1]
140 set exec_output_common11 [lindex [remote_exec build "${symaddrfile} ${binfile} common11"] 1]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg03.exp113 set exec_output_data1 [lindex [remote_exec build "${symaddrfile} ${binfile} data1"] 1]
116 set exec_output_data2 [lindex [remote_exec build "${symaddrfile} ${binfile} data2"] 1]
119 set exec_output_data3 [lindex [remote_exec build "${symaddrfile} ${binfile} data3"] 1]
122 set exec_output_data10 [lindex [remote_exec build "${symaddrfile} ${binfile} data10"] 1]
125 set exec_output_data11 [lindex [remote_exec build "${symaddrfile} ${binfile} data11"] 1]
128 set exec_output_common1 [lindex [remote_exec build "${symaddrfile} ${binfile} common1"] 1]
131 set exec_output_common2 [lindex [remote_exec build "${symaddrfile} ${binfile} common2"] 1]
134 set exec_output_common3 [lindex [remote_exec build "${symaddrfile} ${binfile} common3"] 1]
137 set exec_output_common10 [lindex [remote_exec build "${symaddrfile} ${binfile} common10"] 1]
140 set exec_output_common11 [lindex [remote_exec build "${symaddrfile} ${binfile} common11"] 1]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg03.exp112 set exec_output_data1 [lindex [remote_exec build "${symaddrfile} ${binfile} data1"] 1]
115 set exec_output_data2 [lindex [remote_exec build "${symaddrfile} ${binfile} data2"] 1]
118 set exec_output_data3 [lindex [remote_exec build "${symaddrfile} ${binfile} data3"] 1]
121 set exec_output_data10 [lindex [remote_exec build "${symaddrfile} ${binfile} data10"] 1]
124 set exec_output_data11 [lindex [remote_exec build "${symaddrfile} ${binfile} data11"] 1]
127 set exec_output_common1 [lindex [remote_exec build "${symaddrfile} ${binfile} common1"] 1]
130 set exec_output_common2 [lindex [remote_exec build "${symaddrfile} ${binfile} common2"] 1]
133 set exec_output_common3 [lindex [remote_exec build "${symaddrfile} ${binfile} common3"] 1]
136 set exec_output_common10 [lindex [remote_exec build "${symaddrfile} ${binfile} common10"] 1]
139 set exec_output_common11 [lindex [remote_exec build "${symaddrfile} ${binfile} common11"] 1]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg03.exp112 set exec_output_data1 [lindex [remote_exec build "${symaddrfile} ${binfile} data1"] 1]
115 set exec_output_data2 [lindex [remote_exec build "${symaddrfile} ${binfile} data2"] 1]
118 set exec_output_data3 [lindex [remote_exec build "${symaddrfile} ${binfile} data3"] 1]
121 set exec_output_data10 [lindex [remote_exec build "${symaddrfile} ${binfile} data10"] 1]
124 set exec_output_data11 [lindex [remote_exec build "${symaddrfile} ${binfile} data11"] 1]
127 set exec_output_common1 [lindex [remote_exec build "${symaddrfile} ${binfile} common1"] 1]
130 set exec_output_common2 [lindex [remote_exec build "${symaddrfile} ${binfile} common2"] 1]
133 set exec_output_common3 [lindex [remote_exec build "${symaddrfile} ${binfile} common3"] 1]
136 set exec_output_common10 [lindex [remote_exec build "${symaddrfile} ${binfile} common10"] 1]
139 set exec_output_common11 [lindex [remote_exec build "${symaddrfile} ${binfile} common11"] 1]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/testsuite/binutils-all/
H A Dcompress.exp240 set status [remote_exec build cmp "${src1} ${src2}"]
260 set status [remote_exec build cmp "${src1} ${src2}"]
304 set status [remote_exec build cmp "${src1} ${src2}"]
329 set status [remote_exec build cmp "${src1} ${src2}"]
350 set status [remote_exec build cmp "${src1} ${src2}"]
371 set status [remote_exec build cmp "${src1} ${src2}"]
392 set status [remote_exec build cmp "${src1} ${src2}"]
413 set status [remote_exec build cmp "${src1} ${src2}"]
434 set status [remote_exec build cmp "${src1} ${src2}"]
455 set status [remote_exec build cmp "${src1} ${src2}"]
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/testsuite/binutils-all/
H A Dcompress.exp240 set status [remote_exec build cmp "${src1} ${src2}"]
260 set status [remote_exec build cmp "${src1} ${src2}"]
304 set status [remote_exec build cmp "${src1} ${src2}"]
329 set status [remote_exec build cmp "${src1} ${src2}"]
350 set status [remote_exec build cmp "${src1} ${src2}"]
371 set status [remote_exec build cmp "${src1} ${src2}"]
392 set status [remote_exec build cmp "${src1} ${src2}"]
413 set status [remote_exec build cmp "${src1} ${src2}"]
434 set status [remote_exec build cmp "${src1} ${src2}"]
455 set status [remote_exec build cmp "${src1} ${src2}"]
[all …]
/dports/mail/anubis/anubis-4.2/testsuite/anubis.authmode/
H A Dabase.exp29 remote_exec host "$rmbin" "$ANUBIS_RC_DIR/user.rc"
36 set res [remote_exec host "$ANUBIS_USR" \
44 set res [remote_exec host "$cmpbin" \
59 set res [remote_exec host "$ANUBIS_USR" \
84 set res [remote_exec host "$ANUBIS_USR" \
90 set res [remote_exec host "$cmpbin" \
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-elf/
H A Dcompress.exp131 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
145 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
159 set got [remote_exec host "$READELF -t -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
173 set got [remote_exec host "$READELF -w tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
182 set got [remote_exec host "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\"" "" "/dev/null…
194 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
208 set got [remote_exec host "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\"" "" "/dev/null…
220 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
234 set got [remote_exec host "$READELF -w tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
246 set got [remote_exec host "$READELF -t -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-elf/
H A Dcompress.exp131 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
145 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
159 set got [remote_exec host "$READELF -t -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
173 set got [remote_exec host "$READELF -w tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
182 set got [remote_exec host "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\"" "" "/dev/null…
194 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
208 set got [remote_exec host "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\"" "" "/dev/null…
220 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
234 set got [remote_exec host "$READELF -w tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
246 set got [remote_exec host "$READELF -t -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/expected/
H A Dremote_txn.out121 remote_exec
153 remote_exec
212 remote_exec
261 remote_exec
317 remote_exec
366 remote_exec
390 remote_exec
428 remote_exec
493 remote_exec
543 remote_exec
[all …]
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-elf/
H A Dcompress.exp129 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
143 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
157 set got [remote_exec host "$READELF -t -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
171 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test > tmpdir/$test.out"]] "" "/…
180 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debu…
193 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
207 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debu…
220 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
234 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test > tmpdir/$test.out"]] "" "/…
247 set got [remote_exec host "$READELF -t -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-elf/
H A Dcompress.exp129 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
143 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
157 set got [remote_exec host "$READELF -t -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]
171 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test > tmpdir/$test.out"]] "" "/…
180 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debu…
193 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
207 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debu…
220 set got [remote_exec host "$READELF -S -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
234 set got [remote_exec host [concat sh -c [list "$READELF -w tmpdir/$test > tmpdir/$test.out"]] "" "/…
247 set got [remote_exec host "$READELF -t -W tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]

12345678910>>...44