Ticket #810: _logged.amc

File _logged.amc, 2.1 KB (added by westram, 5 years ago)

macro to reproduce #810

Line 
1#!/usr/bin/perl
2use strict;
3use warnings;
4
5use lib "$ENV{'ARBHOME'}/lib/";
6use ARB;
7
8my $gb_main = ARB::open(":","r");
9if (not $gb_main) {
10  my $error = ARB::await_error();
11  die "$error";
12}
13
14# recording started @ Sun Oct  6 13:14:47 2019
15BIO::remote_action($gb_main,'ARB_NT','pt_server_admin');
16BIO::remote_awar($gb_main,'ARB_NT','tmp/probe_admin/pt_server','10');
17BIO::remote_action($gb_main,'ARB_NT','PT_SERVER_ADMIN/UPDATE_SERVER');
18BIO::remote_action($gb_main,'ARB_NT','PT_SERVER_ADMIN/CLOSE');
19BIO::remote_action($gb_main,'ARB_NT','ARB_NT/SEARCH');
20BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');
21
22BIO::remote_action($gb_main,'ARB_NT','spec_search_next_relativ_of_listed');
23BIO::remote_action($gb_main,'ARB_NT','SEARCH_NEXT_NEIGHBOURS_OF_LISTED/SAVELOAD_CONFIG');
24BIO::remote_action($gb_main,'ARB_NT','SEARCH_NEXT_NEIGHBOURS_OF_LISTED_config/RESET');
25BIO::remote_action($gb_main,'ARB_NT','SEARCH_NEXT_NEIGHBOURS_OF_LISTED_config/CLOSE');
26BIO::remote_action($gb_main,'ARB_NT','SEARCH_NEXT_NEIGHBOURS_OF_LISTED/select_next_neighbours_listed_dest_field');
27BIO::remote_awar($gb_main,'ARB_NT','next_neighbours/listed/dest_field','rel1');
28BIO::remote_action($gb_main,'ARB_NT','SEARCH_NEXT_NEIGHBOURS_OF_LISTED/CURR_PT_SERVER');
29BIO::remote_awar($gb_main,'ARB_NT','tmp/probe_admin/pt_server','10');
30BIO::remote_action($gb_main,'ARB_NT','SEARCH_NEXT_NEIGHBOURS_OF_LISTED/WRITE_FIELDS');
31
32BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/select_tmp_dbquery_spec_key_0');
33BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/key_0','rel1');
34BIO::remote_awar($gb_main,'ARB_NT','tmp/dbquery_spec/query_0','*;*');
35BIO::remote_action($gb_main,'ARB_NT','SPECIES_QUERY/SEARCH_spec');
36# BIO::remote_action($gb_main,'ARB_NT','macros');
37# recording stopped @ Sun Oct  6 13:16:35 2019
38# recording resumed @ Sun Oct  6 13:26:45 2019
39BIO::remote_action($gb_main,'ARB_NT','SELECT_PT_SERVER/CLOSE');
40BIO::remote_action($gb_main,'ARB_NT','SEARCH_NEXT_NEIGHBOURS_OF_LISTED/select_next_neighbours_listed_dest_field');
41BIO::remote_action($gb_main,'ARB_NT','SELECT_FIELD/CLOSE');
42# recording stopped @ Sun Oct  6 13:26:59 2019
43ARB::close($gb_main);