We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946acf7 commit bd77867Copy full SHA for bd77867
.buildkite/pipeline.yml
@@ -49,6 +49,7 @@ steps:
49
TRANSPORT_VERSION: "{{ matrix.transport }}"
50
RUBY_SOURCE: "{{ matrix.ruby_source }}"
51
TEST_SUITE: "platinum"
52
+ DEBUG: true
53
command: ./.buildkite/run-yaml-tests.sh
54
- wait: ~
55
continue_on_failure: true
elasticsearch-api/spec/yaml-test-runner/run.rb
@@ -57,7 +57,7 @@
57
58
tests_path = File.expand_path('./tmp', __dir__)
59
60
-logger = Logger.new($stdout)
+logger = Logger.new("#{tests_path}/transport-#{ENV['TRANSPORT_VERSION']}-#{ENV['RUBY_VERSION']}.log")
61
logger.level = Logger::WARN unless ENV['DEBUG']
62
63
# If we're running in a release branch, download the corresponding branch for tests
0 commit comments