File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
lib/active_record/connection_adapters Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ require_relative 'test/support/rake_helpers'
66task test : [ 'test:dblib' ]
77task default : [ :test ]
88
9- puts ENV . inspect
10-
119namespace :test do
1210
1311 %w( dblib odbc ) . each do |mode |
Original file line number Diff line number Diff line change @@ -31,12 +31,11 @@ test_script:
3131 # - bundle exec rake test ACTIVERECORD_UNITTEST_AZURE=1 ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ONLY_SQLSERVER=1
3232 # - timeout /t 4 /nobreak > NUL
3333 # - bundle exec rake test ACTIVERECORD_UNITTEST_AZURE=1 ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_TDSVERSION="7.3"
34- - bundle exec rake test ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_USER=%CI_AZURE_USER% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_AZURE=1 ONLY_SQLSERVER=1 TDSVER=7.3
34+ - ruby -e "require 'net/http' ; Net::HTTP.get_print(URI.parse('http://ipecho.net/plain'))"
35+ - bundle exec rake test ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_AZURE=1 ONLY_SQLSERVER=1 TDSVER=7.3
3536environment :
3637 CI_AZURE_HOST :
3738 secure : VChrioaIWkf9iuuaSs4cryiA4honrADgZqNC0++begg=
38- CI_AZURE_USER :
39- secure : Z10Hf0Lppp+/FJNeQcpd7C2djhVBXBVDVeyxSSQ9Y3o=
4039 CI_AZURE_PASS :
4140 secure : cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
4241 matrix :
Original file line number Diff line number Diff line change @@ -308,7 +308,6 @@ def connect
308308 end
309309
310310 def dblib_connect ( config )
311- puts config . inspect
312311 TinyTds ::Client . new (
313312 dataserver : config [ :dataserver ] ,
314313 host : config [ :host ] ,
You can’t perform that action at this time.
0 commit comments