[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.137.221.114: ~ $
--perl
#
# Look for Apache OpenJPA library, if not found: skip test.
#

use strict;
use IO::File;
use lib "lib/";
use My::Platform;

my $ok = 0;
my $classpath = $ENV{'MTR_CLASSPATH'} || '';
my $vardir = $ENV{MYSQLTEST_VARDIR} or die "Need MYSQLTEST_VARDIR";
my $jar;
my $notfound;
my $sep = (IS_WINDOWS) ? ';' : ':';

# -- look for the openjpa jar file

foreach $jar (split $sep, $classpath) {
  if($jar =~ m/openjpa/  && -f $jar) {
    $ok = 2;
  }
  elsif($jar =~ m/openjpa/) {
    $ok = 1;
    $notfound = $jar;
  }
}

# -- write the result to the output file
my $F = IO::File->new("$vardir/tmp/have_openjpa_result.inc", 'w') or die;

if($ok == 2) {
  print $F "--echo Found clusterj-openjpa.jar in MTR_CLASSPATH\n"
} 
elsif($ok == 1) {
  print $F "--skip JAR file not found: \"$notfound\"\n";
} 
else {
  print $F "--skip Could not find Apache OpenJPA jar in MTR_CLASSPATH ($classpath)\n";
}

$F->close();

EOF

--source $MYSQLTEST_VARDIR/tmp/have_openjpa_result.inc

Filemanager

Name Type Size Permission Actions
have_clusterj.inc File 3.03 KB 0644
have_clusterj_jpa.inc File 1.72 KB 0644
have_connectorj.inc File 1002 B 0644
have_java.inc File 3.42 KB 0644
have_junit.inc File 892 B 0644
have_ndbjtie_junit.inc File 1.3 KB 0644
have_openjpa.inc File 971 B 0644
memory_usage.inc File 3.08 KB 0644
ndb_add_node.cnf File 1000 B 0644
ndb_add_node_mysqld.cnf File 550 B 0644
ndb_desc_print.inc File 408 B 0644
ndb_execute_count.inc File 190 B 0644
ndb_info.inc File 3.55 KB 0644
ndb_init_execute_count.inc File 212 B 0644
ndb_init_scan_counts.inc File 346 B 0644
ndb_scan_counts.inc File 387 B 0644
ndb_share_check_shares.inc File 264 B 0644
restart_cluster.inc File 1.17 KB 0644
restart_cluster_rolling.inc File 1.33 KB 0644
restart_node.inc File 1.46 KB 0644
restart_random_node.inc File 1.04 KB 0644
run_java.inc File 2.06 KB 0644
run_ndbapitest.inc File 1.06 KB 0644