Fix fix reference cycle in test col_accessor_map callback
[dbsrgits/DBIx-Class-Schema-Loader.git] / maint / travis-ci_scripts / 30_before_script.bash
CommitLineData
b7254ae2 1#!/bin/bash
2
a61771df 3# this file is executed in a subshell - set up the common stuff
b7254ae2 4source maint/travis-ci_scripts/common.bash
a61771df 5
f05f6b69 6if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
b7254ae2 7
8# poison the environment
9if [[ "$POISON_ENV" = "true" ]] ; then
10
11 # in addition to making sure tests do not rely on implicid order of
12 # returned results, look through lib, find all mentioned ENVvars and
13 # set them to true and see if anything explodes
14 for var in \
15 DBICTEST_SQLITE_REVERSE_DEFAULT_ORDER \
16 $(grep -P '\$ENV\{' -r lib/ --exclude-dir Optional | grep -oP '\bDBIC\w+' | sort -u | grep -v DBIC_TRACE)
17 do
18 if [[ -z "${!var}" ]] ; then
19 export $var=1
20 echo "POISON_ENV: setting $var to 1"
21 fi
22 done
23
24 # bogus nonexisting DBI_*
25 export DBI_DSN="dbi:ODBC:server=NonexistentServerAddress"
26 export DBI_DRIVER="ADO"
27
28
29 # emulate a local::lib-like env
30 # trick cpanm into executing true as shell - we just need the find+unpack
31 run_or_err "Downloading latest stable DBIC from CPAN" \
32 "SHELL=/bin/true cpanm --look DBIx::Class::Schema::Loader"
33
34 export PERL5LIB="$( ls -d ~/.cpanm/latest-build/DBIx-Class-Schema-Loader-*/lib | tail -n1 ):$PERL5LIB"
35
36 # perldoc -l <mod> searches $(pwd)/lib in addition to PERL5LIB etc, hence the cd /
37 echo_err "Latest stable DBIC (without deps) locatable via \$PERL5LIB at $(cd / && perldoc -l DBIx::Class::Schema::Loader)"
38
39 # FIXME - this is a kludge in place of proper MDV testing. For the time
40 # being simply use the minimum versions of our DBI/DBDstack, to avoid
41 # fuckups like 0.08260 (went unnoticed for 5 months)
42 #
43 # use url-spec for DBI due to https://github.com/miyagawa/cpanminus/issues/328
44 if perl -M5.013003 -e1 &>/dev/null ; then
45 # earlier DBI will not compile without PERL_POLLUTE which was gone in 5.14
46 parallel_installdeps_notest T/TI/TIMB/DBI-1.614.tar.gz
47 else
48 parallel_installdeps_notest T/TI/TIMB/DBI-1.57.tar.gz
49 fi
50
51 # Test both minimum DBD::SQLite and minimum BigInt SQLite
52 if [[ "$CLEANTEST" = "true" ]]; then
53 parallel_installdeps_notest DBD::SQLite@1.37
54 else
55 parallel_installdeps_notest DBD::SQLite@1.29
56 fi
57
58fi
59
60if [[ "$CLEANTEST" = "true" ]]; then
61 # get the last inc/ off cpan - we will get rid of MI
62 # soon enough, but till then this will do
63 # the point is to have a *really* clean perl (the ones
64 # we build are guaranteed to be clean, without side
65 # effects from travis preinstalls)
66
67 # trick cpanm into executing true as shell - we just need the find+unpack
68 [[ -d ~/.cpanm/latest-build/DBIx-Class-*/inc ]] || run_or_err "Downloading latest stable DBIC inc/ from CPAN" \
69 "SHELL=/bin/true cpanm --look DBIx::Class::Schema::Loader"
70
71 mv ~/.cpanm/latest-build/DBIx-Class-Schema-Loader-*/inc .
72
73 # The first CPAN which is somewhat sane is around 1.94_56 (perl 5.12)
74 # The problem is that the first sane version also brings a *lot* of
75 # deps with it, notably things like YAML and HTTP::Tiny
76 # The goal of CLEANTEST is to have as little extra stuff installed as
77 # possible, mainly to catch "but X is perl core" mistakes
78 # So instead we still use our stock (possibly old) CPAN, and add some
79 # handholding
80
81 if [[ "$DEVREL_DEPS" == "true" ]] ; then
fe5a6296 82 # We are not "quite ready" for DBIC 0.089xx, do not consider it
b7254ae2 83 #
fe5a6296 84 installdeps 'DBIx::Class~<0.08900'
b7254ae2 85
86 elif ! CPAN_is_sane ; then
87 # no configure_requires - we will need the usual suspects anyway
88 # without pre-installing these in one pass things like extract_prereqs won't work
89 installdeps ExtUtils::MakeMaker ExtUtils::CBuilder Module::Build
90
91 fi
92
93else
94 # we will be running all dbic tests - preinstall lots of stuff, run basic tests
95 # using SQLT and set up whatever databases necessary
96 export DBICTEST_SQLT_DEPLOY=1
97
617c4b41 98 # Include Moose-using tests
99 export SCHEMA_LOADER_TESTS_USE_MOOSE=1
100
b7254ae2 101 # do the preinstall in several passes to minimize amount of cross-deps installing
102 # multiple times, and to avoid module re-architecture breaking another install
103 # (e.g. once Carp is upgraded there's no more Carp::Heavy,
104 # while a File::Path upgrade may cause a parallel EUMM run to fail)
105 #
106 parallel_installdeps_notest ExtUtils::MakeMaker
107 parallel_installdeps_notest File::Path
108 parallel_installdeps_notest Carp
109 parallel_installdeps_notest Module::Build
110 parallel_installdeps_notest File::Spec Data::Dumper Module::Runtime
111 parallel_installdeps_notest Test::Exception Encode::Locale Test::Fatal
112 parallel_installdeps_notest Test::Warn B::Hooks::EndOfScope Test::Differences HTTP::Status
406a97c2 113 parallel_installdeps_notest Test::Pod::Coverage Test::EOL Test::NoTabs Test::Strict Devel::GlobalDestruction Sub::Util MRO::Compat Class::XSAccessor URI::Escape HTML::Entities
b7254ae2 114 parallel_installdeps_notest YAML LWP Class::Trigger JSON::XS DateTime::Format::Builder Class::Accessor::Grouped Package::Variant
115 parallel_installdeps_notest SQL::Abstract Moose Module::Install JSON SQL::Translator File::Which
406a97c2 116 parallel_installdeps_notest Module::Install::ReadmeFromPod Module::Install::AuthorTests
117 parallel_installdeps_notest Math::Base36 DBD::mysql DBD::Pg Math::BigInt String::CamelCase
617c4b41 118 parallel_installdeps_notest MooseX::NonMoose MooseX::MarkAsMethods namespace::autoclean
b7254ae2 119
464bbc0a 120 if env | grep -q '^DBICTEST_.*_ODBC_DSN'; then
121 parallel_installdeps_notest DBD::ODBC
122 fi
123 if [[ -n "$DBICTEST_ORA_DSN" ]]; then
124 parallel_installdeps_notest DBD::Oracle
125 fi
126 if [[ -n "$DBICTEST_DB2_DSN" ]]; then
127 parallel_installdeps_notest DBD::DB2
128 fi
129 if [[ -n "$DBICTEST_FIREBIRD_DSN" ]]; then
130 parallel_installdeps_notest DBD::Firebird
131 fi
132
b7254ae2 133 if [[ -n "$DBICTEST_FIREBIRD_INTERBASE_DSN" ]] ; then
134 # the official version is very much outdated and does not compile on 5.14+
135 # use this rather updated source tree (needs to go to PAUSE):
136 # https://github.com/pilcrow/perl-dbd-interbase
137 parallel_installdeps_notest git://github.com/dbsrgits/perl-dbd-interbase.git
138 fi
139
140fi
141
142# generate the makefile which will have different deps depending on
143# the runmode and envvars set above
144run_or_err "Configure on current branch" "perl Makefile.PL"
145
146# install (remaining) dependencies, sometimes with a gentle push
147if [[ "$CLEANTEST" = "true" ]]; then
148 # we may need to prepend some stuff to that list
149 HARD_DEPS="$(echo $(make listdeps))"
150
151##### TEMPORARY WORKAROUNDS needed in case we will be using CPAN.pm
152 if [[ "$DEVREL_DEPS" != "true" ]] && ! CPAN_is_sane ; then
153 # combat dzillirium on harness-wide level, otherwise breakage happens weekly
154 echo_err "$(tstamp) Ancient CPAN.pm: engaging TAP::Harness::IgnoreNonessentialDzilAutogeneratedTests during dep install"
155 perl -MTAP::Harness\ 3.18 -e1 &>/dev/null || run_or_err "Upgrading TAP::Harness for HARNESS_SUBCLASS support" "cpan TAP::Harness"
156 export PERL5LIB="$(pwd)/maint/travis-ci_scripts/lib:$PERL5LIB"
157 export HARNESS_SUBCLASS="TAP::Harness::IgnoreNonessentialDzilAutogeneratedTests"
158 # sanity check, T::H does not report sensible errors when the subclass fails to load
159 perl -MTAP::Harness::IgnoreNonessentialDzilAutogeneratedTests -e1
160
161 # DBD::SQLite reasonably wants DBI at config time
162 perl -MDBI -e1 &>/dev/null || HARD_DEPS="DBI $HARD_DEPS"
163
164 # this is a fucked CPAN - won't understand configure_requires of
165 # various pieces we may run into
166 # FIXME - need to get these off metacpan or something instead
167 HARD_DEPS="ExtUtils::Depends B::Hooks::OP::Check $HARD_DEPS"
168
b7254ae2 169 if CPAN_supports_BUILDPL ; then
170 # We will invoke a posibly MBT based BUILD-file, but we do not support
171 # configure requires. So we not only need to install MBT but its prereqs
172 # FIXME This is madness
173 HARD_DEPS="$(extract_prereqs Module::Build::Tiny) Module::Build::Tiny $HARD_DEPS"
174 else
175 # FIXME
176 # work around Params::Validate not having a Makefile.PL so really old
177 # toolchains can not figure out what the prereqs are ;(
178 # Need to do more research before filing a bug requesting Makefile inclusion
179 HARD_DEPS="$(extract_prereqs Params::Validate) $HARD_DEPS"
180 fi
181 fi
182##### END TEMPORARY WORKAROUNDS
183
184 installdeps $HARD_DEPS
185
186### FIXME in case we set it earlier in a workaround
187 if [[ -n "$HARNESS_SUBCLASS" ]] ; then
188
189 INSTALLDEPS_SKIPPED_TESTLIST=$(perl -0777 -e '
190my $curmod_re = qr{
191^
192 (?:
193 \QBuilding and testing\E
194 |
195 [\x20\t]* CPAN\.pm: [^\n]*? (?i:build)\S*
196 )
197
198 [\x20\t]+ (\S+)
199$}mx;
200
201my $curskip_re = qr{^ === \x20 \QSkipping nonessential autogenerated tests: \E([^\n]+) }mx;
202
203my (undef, @chunks) = (split qr/$curmod_re/, <>);
204while (@chunks) {
205 my ($mod, $log) = splice @chunks, 0, 2;
206 print "!!! Skipped nonessential tests while installing $mod:\n\t$1\n"
207 if $log =~ $curskip_re;
208}
209' <<< "$LASTOUT")
210
211 if [[ -n "$INSTALLDEPS_SKIPPED_TESTLIST" ]] ; then
212 POSTMORTEM="$POSTMORTEM$(
213 echo
214 echo "The following non-essential tests were skipped during deps installation"
215 echo "============================================================="
216 echo "$INSTALLDEPS_SKIPPED_TESTLIST"
217 echo "============================================================="
218 echo
219 )"
220 fi
221
222 unset HARNESS_SUBCLASS
223 fi
224
225else
226
227 # listalldeps is deliberate - will upgrade everything it can find
fe5a6296 228 # we exclude DBIC specifically, since we do not want to pull
229 # in 0.089xx on bleadcpan runs
230 deplist="$(make listalldeps | grep -vP '^(DBIx::Class)$')"
b7254ae2 231
232 # assume MDV on POISON_ENV, do not touch DBI/SQLite
233 if [[ "$POISON_ENV" = "true" ]] ; then
234 deplist="$(grep -vP '^(DBI|DBD::SQLite)$' <<< "$deplist")"
235 fi
236
237 parallel_installdeps_notest "$deplist"
238fi
239
240echo_err "$(tstamp) Dependency installation finished"
241# this will display list of available versions
242perl Makefile.PL
243
244# make sure we got everything we need
245if [[ -n "$(make listdeps)" ]] ; then
246 echo_err "$(tstamp) Not all deps installed - something went wrong :("
247 sleep 1 # without this the echo below confuses the console listener >.<
248 CPAN_is_sane || echo_err -e "Outdated CPAN.pm used - full installdep log follows\n$INSTALLDEPS_OUT\n\nSearch for 'NOT OK' in the text above\n\nDeps still missing:"
249 sleep 3 # without this the above echo confuses the console listener >.<
250 make listdeps
251 exit 1
252fi
253
254# check that our MDV somewhat works
255if [[ "$POISON_ENV" = "true" ]] && ( perl -MDBD::SQLite\ 1.38 -e1 || perl -MDBI\ 1.615 -e1 ) &>/dev/null ; then
256 echo_err "Something went wrong - higher versions of DBI and/or DBD::SQLite than we expected"
257 exit 1
258fi
259
260
261# announce what are we running
262echo_err "
263===================== DEPENDENCY CONFIGURATION COMPLETE =====================
264$(tstamp) Configuration phase seems to have taken $(date -ud "@$SECONDS" '+%H:%M:%S') (@$SECONDS)
265
a61771df 266$(ci_vm_state_text)"