Console application for filtering CSV #636
test.yml
on: pull_request
ruby-versions
/
Generate Ruby versions
3s
Gem test
49s
Document test
21s
Matrix: scanner
Matrix: in-place
Annotations
166 errors
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc9052b8 @start_time=2025-02-08 16:14:51.067149972 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055debca29c48 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000055debc6e0c80>, @failures=[], @errors=[#<Test::Unit::Error:0x000055debca29c48 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000055debc6e1ea0 @a_proc=#<Proc:0x000055debc6e1ec8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=94415132434120>=>#<Proc:0x000055debc6e1ec8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000055debc6e1978 @a_proc=#<Proc:0x000055debc6e19a0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=94415132432800>=>#<Proc:0x000055debc6e19a0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000055debc6e1540 @a_proc=#<Proc:0x000055debc6e1568 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=94415132431720>=>#<Proc:0x000055debc6e1568 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000055debc6e10b8 @a_proc=#<Proc:0x000055debc6e10e0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=94415132430560>=>#<Proc:0x000055debc6e10e0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolca
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000055debc904e80 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc904e58 @start_time=2025-02-08 16:14:51.082207575 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055debca29c48 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc9052b8 @start_time=2025-02-08 16:14:51.067149972 +0000, @elapsed_time=0.015033247, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055debcacc268 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055debc904e80 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000055debc6e0c80>, @failures=[], @errors=[#<Test::Unit::Error:0x000055debca29c48 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc9052b8 @start_time=2025-02-08 16:14:51.067149972 +0000, @elapsed_time=0.015033247, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055debcacc268 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055debc904e80 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000055debc6e1ea0 @a_proc=#<Proc:0x000055debc6e1ec8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=94415132434120>=>#<Proc:0x000055debc6e1ec8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000055debc6e1978 @a_proc=#<Proc:0x000055debc6e19a0 /home/runner/work/csv/csv/vendor/bun
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e4c8 @start_time=2025-02-08 16:14:50.003409946 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f950d94e298 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00007f950c3bcfb0>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f950d94e298 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f950c3be040 @a_proc=#<Proc:0x00007f950c3be068 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=140278132105320>=>#<Proc:0x00007f950c3be068 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f950c3bdbb8 @a_proc=#<Proc:0x00007f950c3bdbe0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=140278132104160>=>#<Proc:0x00007f950c3bdbe0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00007f950c3bd7a8 @a_proc=#<Proc:0x00007f950c3bd7d0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=140278132103120>=>#<Proc:0x00007f950c3bd7d0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x00007f950c3bd398 @a_proc=#<Proc:0x00007f950c3bd3c0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=140278132102080>=>#<Proc:0x00007f950c3bd3c0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc904cf0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc904cc8 @start_time=2025-02-08 16:14:51.099171072 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055debca29c48 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc9052b8 @start_time=2025-02-08 16:14:51.067149972 +0000, @elapsed_time=0.015033247, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055debcacc268 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055debc904e80 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc904e58 @start_time=2025-02-08 16:14:51.082207575 +0000, @elapsed_time=0.01693781, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000055debcb5f450 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc904cf0 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000055debc6e0c80>, @failures=[], @errors=[#<Test::Unit::Error:0x000055debca29c48 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc9052b8 @start_time=2025-02-08 16:14:51.067149972 +0000, @elapsed_time=0.015033247, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.r
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f950d99e040 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e018 @start_time=2025-02-08 16:14:50.020702825 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f950d94e298 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e4c8 @start_time=2025-02-08 16:14:50.003409946 +0000, @elapsed_time=0.017266219, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f950c3a3da8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f950d99e040 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00007f950c3bcfb0>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f950d94e298 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e4c8 @start_time=2025-02-08 16:14:50.003409946 +0000, @elapsed_time=0.017266219, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f950c3a3da8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f950d99e040 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f950c3be040 @a_proc=#<Proc:0x00007f950c3be068 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=140278132105320>=>#<Proc:0x00007f950c3be068 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/tes
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99de88 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99de60 @start_time=2025-02-08 16:14:50.032640746 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f950d94e298 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e4c8 @start_time=2025-02-08 16:14:50.003409946 +0000, @elapsed_time=0.017266219, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f950c3a3da8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f950d99e040 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e018 @start_time=2025-02-08 16:14:50.020702825 +0000, @elapsed_time=0.011911081, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f950c0b6b18 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99de88 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00007f950c3bcfb0>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f950d94e298 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e4c8 @start_time=2025-02-08 16:14:50.003409946 +0000, @elapsed_time=0.017266219, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc904b60 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc904b38 @start_time=2025-02-08 16:14:51.114260114 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000055debca29c48 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc9052e0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc9052b8 @start_time=2025-02-08 16:14:51.067149972 +0000, @elapsed_time=0.015033247, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000055debcacc268 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000055debc904e80 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc904e58 @start_time=2025-02-08 16:14:51.082207575 +0000, @elapsed_time=0.01693781, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000055debcb5f450 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc904cf0 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000055debc904cc8 @start_time=2025-02-08 16:14:51.099171072 +0000, @elapsed_time=0.015063394, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000055debc6e2490 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000055debcbe37a0 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055debc904b60 ...>>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99dcd0 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99dc80 @start_time=2025-02-08 16:14:50.051207345 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f950d94e298 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99e4f0 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e4c8 @start_time=2025-02-08 16:14:50.003409946 +0000, @elapsed_time=0.017266219, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f950c3a3da8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f950d99e040 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99e018 @start_time=2025-02-08 16:14:50.020702825 +0000, @elapsed_time=0.011911081, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f950c0b6b18 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99de88 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f950d99de60 @start_time=2025-02-08 16:14:50.032640746 +0000, @elapsed_time=0.01854003, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f950c3be5e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00007f950c3a4618 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f950d99dcd0 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache
|
Scanner test: Ruby 3.0: ubuntu-latest
Process completed with exit code 1.
|
Scanner test: Ruby 3.1: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef648 @start_time=2025-02-08 16:14:54.444821 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000108b9f268 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000000108acd6f0>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000108b9f268 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000108ace780 @a_proc=#<Proc:0x0000000108ace7a8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4440516520>=>#<Proc:0x0000000108ace7a8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000108ace2f8 @a_proc=#<Proc:0x0000000108ace320 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=4440515360>=>#<Proc:0x0000000108ace320 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000000108acdee8 @a_proc=#<Proc:0x0000000108acdf10 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=4440514320>=>#<Proc:0x0000000108acdf10 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000000108acdad8 @a_proc=#<Proc:0x0000000108acdb00 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=4440513280>=>#<Proc:0x0000000108acdb00 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/U
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00000001089ef210 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef1e8 @start_time=2025-02-08 16:14:54.459651 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000108b9f268 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef648 @start_time=2025-02-08 16:14:54.444821 +0000, @elapsed_time=0.014813, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010519dbf0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000001089ef210 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000000108acd6f0>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000108b9f268 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef648 @start_time=2025-02-08 16:14:54.444821 +0000, @elapsed_time=0.014813, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010519dbf0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000001089ef210 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000108ace780 @a_proc=#<Proc:0x0000000108ace7a8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4440516520>=>#<Proc:0x0000000108ace7a8 /Users/runner/work/csv/csv/vendor/bundle/ruby/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef080 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef058 @start_time=2025-02-08 16:14:54.469691 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000108b9f268 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef648 @start_time=2025-02-08 16:14:54.444821 +0000, @elapsed_time=0.014813, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010519dbf0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000001089ef210 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef1e8 @start_time=2025-02-08 16:14:54.459651 +0000, @elapsed_time=0.010023, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000108a87ba0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef080 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000000108acd6f0>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000108b9f268 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef648 @start_time=2025-02-08 16:14:54.444821 +0000, @elapsed_time=0.014813, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/cs
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089eeef0 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089eeec8 @start_time=2025-02-08 16:14:54.485237 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000108b9f268 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef670 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef648 @start_time=2025-02-08 16:14:54.444821 +0000, @elapsed_time=0.014813, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010519dbf0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000001089ef210 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef1e8 @start_time=2025-02-08 16:14:54.459651 +0000, @elapsed_time=0.010023, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000108a87ba0 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089ef080 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000001089ef058 @start_time=2025-02-08 16:14:54.469691 +0000, @elapsed_time=0.015529, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108aced20 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00000001051e6ff8 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001089eeef0 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/
|
Scanner test: Ruby 3.1: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a760f8 @start_time=2025-02-08 16:14:53.456691 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000126bd71e0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000000126b3e850>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000126bd71e0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000126b3fb60 @a_proc=#<Proc:0x0000000126b3fb88 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4944296840>=>#<Proc:0x0000000126b3fb88 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000126b3f660 @a_proc=#<Proc:0x0000000126b3f688 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=4944295560>=>#<Proc:0x0000000126b3f688 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000000126b3f1b0 @a_proc=#<Proc:0x0000000126b3f1d8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=4944294360>=>#<Proc:0x0000000126b3f1d8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000000126b3ecd8 @a_proc=#<Proc:0x0000000126b3ed00 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=4944293120>=>#<Proc:0x0000000126b3ed00 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_opti
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000126a75978 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a75950 @start_time=2025-02-08 16:14:53.469106 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000126bd71e0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a760f8 @start_time=2025-02-08 16:14:53.456691 +0000, @elapsed_time=0.012405, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000012608e248 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000126a75978 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000000126b3e850>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000126bd71e0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a760f8 @start_time=2025-02-08 16:14:53.456691 +0000, @elapsed_time=0.012405, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000012608e248 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000126a75978 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000126b3fb60 @a_proc=#<Proc:0x0000000126b3fb88 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4944296840>=>#<Proc:0x0000000126b3fb88 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000126b3f660 @a_proc=#<Proc:0x0000000126b3f688 /Users/runner/work/cs
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a75630 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a75568 @start_time=2025-02-08 16:14:53.477198 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000126bd71e0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a760f8 @start_time=2025-02-08 16:14:53.456691 +0000, @elapsed_time=0.012405, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000012608e248 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000126a75978 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a75950 @start_time=2025-02-08 16:14:53.469106 +0000, @elapsed_time=0.00808, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001260fe4f8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a75630 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000000126b3e850>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000126bd71e0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a760f8 @start_time=2025-02-08 16:14:53.456691 +0000, @elapsed_time=0.012405, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a75298 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a75270 @start_time=2025-02-08 16:14:53.489579 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000126bd71e0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a76148 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a760f8 @start_time=2025-02-08 16:14:53.456691 +0000, @elapsed_time=0.012405, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000012608e248 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000126a75978 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a75950 @start_time=2025-02-08 16:14:53.469106 +0000, @elapsed_time=0.00808, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001260fe4f8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a75630 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000126a75568 @start_time=2025-02-08 16:14:53.477198 +0000, @elapsed_time=0.012372, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000126b442a0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000000012616db00 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000126a75298 ...>>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv
|
Scanner test: Ruby 3.0: macos-latest
Process completed with exit code 1.
|
Scanner test: Ruby debug: macos-latest
Process completed with exit code 1.
|
In-place test: Ruby head: ubuntu-latest
Process completed with exit code 1.
|
Scanner test: Ruby debug: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e62268 @start_time=2025-02-08 16:15:02.025218715 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007fc9dec97778 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00007fc9decb9260>, @failures=[], @errors=[#<Test::Unit::Error:0x00007fc9dec97778 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007fc9decba2f0 @a_proc=#<Proc:0x00007fc9decba318 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=140505003041560>=>#<Proc:0x00007fc9decba318 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00007fc9decb9e68 @a_proc=#<Proc:0x00007fc9decb9e90 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=140505003040400>=>#<Proc:0x00007fc9decb9e90 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00007fc9decb9a58 @a_proc=#<Proc:0x00007fc9decb9a80 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=140505003039360>=>#<Proc:0x00007fc9decb9a80 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x00007fc9decb9648 @a_proc=#<Proc:0x00007fc9decb9670 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=140505003038320>=>#<Proc:0x00007fc9decb9670 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc9e0e61c78 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e61c00 @start_time=2025-02-08 16:15:02.048332349 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007fc9dec97778 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e62268 @start_time=2025-02-08 16:15:02.025218715 +0000, @elapsed_time=0.023075573, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc9dd6a4830 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc9e0e61c78 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00007fc9decb9260>, @failures=[], @errors=[#<Test::Unit::Error:0x00007fc9dec97778 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e62268 @start_time=2025-02-08 16:15:02.025218715 +0000, @elapsed_time=0.023075573, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc9dd6a4830 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc9e0e61c78 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007fc9decba2f0 @a_proc=#<Proc:0x00007fc9decba318 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=140505003041560>=>#<Proc:0x00007fc9decba318 /home/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/tes
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e61480 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e61408 @start_time=2025-02-08 16:15:02.061499552 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007fc9dec97778 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e62268 @start_time=2025-02-08 16:15:02.025218715 +0000, @elapsed_time=0.023075573, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc9dd6a4830 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc9e0e61c78 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e61c00 @start_time=2025-02-08 16:15:02.048332349 +0000, @elapsed_time=0.013136105, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007fc9e0f8ba68 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e61480 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00007fc9decb9260>, @failures=[], @errors=[#<Test::Unit::Error:0x00007fc9dec97778 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e62268 @start_time=2025-02-08 16:15:02.025218715 +0000, @elapsed_time=0.023075573, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e60d00 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e608c8 @start_time=2025-02-08 16:15:02.079878067 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007fc9dec97778 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e622b8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e62268 @start_time=2025-02-08 16:15:02.025218715 +0000, @elapsed_time=0.023075573, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007fc9dd6a4830 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007fc9e0e61c78 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e61c00 @start_time=2025-02-08 16:15:02.048332349 +0000, @elapsed_time=0.013136105, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007fc9e0f8ba68 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e61480 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007fc9e0e61408 @start_time=2025-02-08 16:15:02.061499552 +0000, @elapsed_time=0.018351254, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007fc9decba890 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00007fc9dd740190 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007fc9e0e60d00 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcach
|
In-place test: Ruby 3.1: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in 'TestFilter#test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method 'api_output' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in 'TestFilter#test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in 'TestFilter#test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/Users/runner/hostedtoolcache/Ruby/3.4.1/arm64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in 'TestFilter#test_option_v'
|
In-place test: Ruby 3.4: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb6c418 @start_time=2025-02-08 16:15:01.631393 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000013ece7b08 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000000013ec26980>, @failures=[], @errors=[#<Test::Unit::Error:0x000000013ece7b08 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000013ec27c90 @a_proc=#<Proc:0x000000013ec27cb8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=5347900600>=>#<Proc:0x000000013ec27cb8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000000013ec277b8 @a_proc=#<Proc:0x000000013ec277e0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=5347899360>=>#<Proc:0x000000013ec277e0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000000013ec272e0 @a_proc=#<Proc:0x000000013ec27330 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=5347898160>=>#<Proc:0x000000013ec27330 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000000013ec26e08 @a_proc=#<Proc:0x000000013ec26e30 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=5347896880>=>#<Proc:0x000000013ec26e30 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_opti
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000000013eb67fd0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb67fa8 @start_time=2025-02-08 16:15:01.646193 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000013ece7b08 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb6c418 @start_time=2025-02-08 16:15:01.631393 +0000, @elapsed_time=0.014784, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013ed76ad8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000013eb67fd0 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000000013ec26980>, @failures=[], @errors=[#<Test::Unit::Error:0x000000013ece7b08 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb6c418 @start_time=2025-02-08 16:15:01.631393 +0000, @elapsed_time=0.014784, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013ed76ad8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000013eb67fd0 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000013ec27c90 @a_proc=#<Proc:0x000000013ec27cb8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=5347900600>=>#<Proc:0x000000013ec27cb8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000000013ec277b8 @a_proc=#<Proc:0x000000013ec277e0 /Users/runner/work/cs
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb67d50 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb67d28 @start_time=2025-02-08 16:15:01.654488 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000013ece7b08 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb6c418 @start_time=2025-02-08 16:15:01.631393 +0000, @elapsed_time=0.014784, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013ed76ad8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000013eb67fd0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb67fa8 @start_time=2025-02-08 16:15:01.646193 +0000, @elapsed_time=0.008282, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000000013edfef50 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb67d50 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000000013ec26980>, @failures=[], @errors=[#<Test::Unit::Error:0x000000013ece7b08 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb6c418 @start_time=2025-02-08 16:15:01.631393 +0000, @elapsed_time=0.014784, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb67af8 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb67aa8 @start_time=2025-02-08 16:15:01.667451 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x000000013ece7b08 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb6c440 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb6c418 @start_time=2025-02-08 16:15:01.631393 +0000, @elapsed_time=0.014784, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000013ed76ad8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000013eb67fd0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb67fa8 @start_time=2025-02-08 16:15:01.646193 +0000, @elapsed_time=0.008282, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000000013edfef50 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb67d50 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000013eb67d28 @start_time=2025-02-08 16:15:01.654488 +0000, @elapsed_time=0.012944, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000000013ec2c510 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000000013ee85078 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000013eb67af8 ...>>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.0.7/arm64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/cs
|
In-place test: Ruby 3.0: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef77e8 @start_time=2025-02-08 16:15:02.427767 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000104e16f18 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00000001051158b8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000104e16f18 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000105116948 @a_proc=#<Proc:0x0000000105116970 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4379994480>=>#<Proc:0x0000000105116970 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00000001051164c0 @a_proc=#<Proc:0x00000001051164e8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=4379993320>=>#<Proc:0x00000001051164e8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00000001051160b0 @a_proc=#<Proc:0x00000001051160d8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=4379992280>=>#<Proc:0x00000001051160d8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000000105115ca0 @a_proc=#<Proc:0x0000000105115cc8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=4379991240>=>#<Proc:0x0000000105115cc8 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/U
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514b008 @start_time=2025-02-08 16:15:03.483522 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000107fd25e8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000000010805cba8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000107fd25e8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 ...>>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000010805d9e0 @a_proc=#<Proc:0x000000010805da08 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4429568520>=>#<Proc:0x000000010805da08 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000000010805d5f8 @a_proc=#<Proc:0x000000010805d620 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=4429567520>=>#<Proc:0x000000010805d620 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000000010805d288 @a_proc=#<Proc:0x000000010805d2b0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=4429566640>=>#<Proc:0x000000010805d2b0 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000000010805cf18 @a_proc=#<Proc:0x000000010805cf40 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=4429565760>=>#<Proc:0x000000010805cf40 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_opti
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104ef73b0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef7388 @start_time=2025-02-08 16:15:02.440826 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000104e16f18 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef77e8 @start_time=2025-02-08 16:15:02.427767 +0000, @elapsed_time=0.013048, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001050ceb20 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104ef73b0 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00000001051158b8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000104e16f18 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef77e8 @start_time=2025-02-08 16:15:02.427767 +0000, @elapsed_time=0.013048, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001050ceb20 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104ef73b0 ...>
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000000105116948 @a_proc=#<Proc:0x0000000105116970 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.1.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4379994480>=>#<Proc:0x0000000105116970 /Users/runner/work/csv/csv/vendor/bundle/ruby/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010543bfd8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514ae78 @start_time=2025-02-08 16:15:03.484759 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000107fd25e8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514b008 @start_time=2025-02-08 16:15:03.483522 +0000, @elapsed_time=0.001226, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010801a820 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010543bfd8 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000000010805cba8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000107fd25e8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514b008 @start_time=2025-02-08 16:15:03.483522 +0000, @elapsed_time=0.001226, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010801a820 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010543bfd8 ...>>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000000010805d9e0 @a_proc=#<Proc:0x000000010805da08 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=4429568520>=>#<Proc:0x000000010805da08 /Users/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000000010805d5f8 @a_proc=#<Proc:0x000000010805d620 /Users/runner/work/cs
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7220 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef71f8 @start_time=2025-02-08 16:15:02.450414 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000104e16f18 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef77e8 @start_time=2025-02-08 16:15:02.427767 +0000, @elapsed_time=0.013048, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001050ceb20 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104ef73b0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef7388 @start_time=2025-02-08 16:15:02.440826 +0000, @elapsed_time=0.009572, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001053b4e20 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7220 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00000001051158b8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000104e16f18 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef77e8 @start_time=2025-02-08 16:15:02.427767 +0000, @elapsed_time=0.013048, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/cs
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543be98 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514ace8 @start_time=2025-02-08 16:15:03.485406 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000107fd25e8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514b008 @start_time=2025-02-08 16:15:03.483522 +0000, @elapsed_time=0.001226, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010801a820 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010543bfd8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514ae78 @start_time=2025-02-08 16:15:03.484759 +0000, @elapsed_time=0.000639, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000108015460 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543be98 ...>>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000000010805cba8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000000107fd25e8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514b008 @start_time=2025-02-08 16:15:03.483522 +0000, @elapsed_time=0.001226, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7090 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef7068 @start_time=2025-02-08 16:15:02.465417 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000104e16f18 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7810 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef77e8 @start_time=2025-02-08 16:15:02.427767 +0000, @elapsed_time=0.013048, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00000001050ceb20 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000104ef73b0 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef7388 @start_time=2025-02-08 16:15:02.440826 +0000, @elapsed_time=0.009572, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
output = api_output(@input)
^^^^^^^^^^>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00000001053b4e20 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7220 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000000104ef71f8 @start_time=2025-02-08 16:15:02.450414 +0000, @elapsed_time=0.014989, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000105116ee8 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.1.6/arm64/lib/ruby/3.1.0/tempfile.rb:358:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000000010511ed00 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000104ef7090 ...>
*cli_option_names,
^^^^^^^^^^^^^^^^>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543bd58 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514abf8 @start_time=2025-02-08 16:15:03.486424 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000000107fd25e8 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543c3e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514b008 @start_time=2025-02-08 16:15:03.483522 +0000, @elapsed_time=0.001226, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000000010801a820 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000000010543bfd8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514ae78 @start_time=2025-02-08 16:15:03.484759 +0000, @elapsed_time=0.000639, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000000108015460 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543be98 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000000010514ace8 @start_time=2025-02-08 16:15:03.485406 +0000, @elapsed_time=0.001008, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000000108013d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000000107fbfe20 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000000010543bd58 ...>>, @method_name="test_option_v", @location=["/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/Users/runner/hostedtoolcache/Ruby/3.2.7/arm64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/Users/runner/work/cs
|
In-place test: Ruby 3.1: macos-latest
Process completed with exit code 1.
|
In-place test: Ruby 3.2: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.3.7/arm64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.3.7/arm64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/3.3.7/arm64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 3.3: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000056444f6b2170>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000056444f6b1d60>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000056444f6b18d8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000056444f6b15e0>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
Scanner test: Ruby 2.7: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 3.3: ubuntu-latest
Process completed with exit code 1.
|
In-place test: Ruby debug: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df35715c0 @start_time=2025-02-08 16:15:03.989287075 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000563df37580a0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000563df334d3e8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000563df37580a0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000563df334e630 @a_proc=#<Proc:0x0000563df334e658 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=94824073324120>=>#<Proc:0x0000563df334e658 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000563df334e108 @a_proc=#<Proc:0x0000563df334e130 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=94824073322800>=>#<Proc:0x0000563df334e130 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000563df334dc80 @a_proc=#<Proc:0x0000563df334dca8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=94824073321640>=>#<Proc:0x0000563df334dca8 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000563df334d820 @a_proc=#<Proc:0x0000563df334d870 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=94824073320560>=>#<Proc:0x0000563df334d870 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolca
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000563df3571188 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df3571160 @start_time=2025-02-08 16:15:04.004280315 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000563df37580a0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df35715c0 @start_time=2025-02-08 16:15:03.989287075 +0000, @elapsed_time=0.01496654, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000563df37c76d0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000563df3571188 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000563df334d3e8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000563df37580a0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df35715c0 @start_time=2025-02-08 16:15:03.989287075 +0000, @elapsed_time=0.01496654, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000563df37c76d0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000563df3571188 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000563df334e630 @a_proc=#<Proc:0x0000563df334e658 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=94824073324120>=>#<Proc:0x0000563df334e658 /home/runner/work/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000563df334e108 @a_proc=#<Proc:0x0000563df334e130 /home/runner/work/csv/csv/vendor/bundl
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df3570ff8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df3570fd0 @start_time=2025-02-08 16:15:04.021812417 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000563df37580a0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df35715c0 @start_time=2025-02-08 16:15:03.989287075 +0000, @elapsed_time=0.01496654, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000563df37c76d0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000563df3571188 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df3571160 @start_time=2025-02-08 16:15:04.004280315 +0000, @elapsed_time=0.017504681, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000563df383fdd8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df3570ff8 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000563df334d3e8>, @failures=[], @errors=[#<Test::Unit::Error:0x0000563df37580a0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df35715c0 @start_time=2025-02-08 16:15:03.989287075 +0000, @elapsed_time=0.01496654, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df3570e68 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df3570e40 @start_time=2025-02-08 16:15:04.04361935 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x0000563df37580a0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df35715e8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df35715c0 @start_time=2025-02-08 16:15:03.989287075 +0000, @elapsed_time=0.01496654, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000563df37c76d0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000563df3571188 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df3571160 @start_time=2025-02-08 16:15:04.004280315 +0000, @elapsed_time=0.017504681, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000563df383fdd8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df3570ff8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000563df3570fd0 @start_time=2025-02-08 16:15:04.021812417 +0000, @elapsed_time=0.02177315, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000563df334ec48 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000563df38b6320 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563df3570e68 ...>>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/te
|
In-place test: Ruby 3.0: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b288 @start_time=2025-02-08 16:15:03.671978725 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 @assertion_count=4021, @pass_count=511, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f3d0ff4eea0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x00007f3d11781428>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f3d0ff4eea0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 ...>>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3d11782260 @a_proc=#<Proc:0x00007f3d11782288 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=139900262818440>=>#<Proc:0x00007f3d11782288 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3d11781e78 @a_proc=#<Proc:0x00007f3d11781ea0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=139900262817440>=>#<Proc:0x00007f3d11781ea0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3d11781b08 @a_proc=#<Proc:0x00007f3d11781b30 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=139900262816560>=>#<Proc:0x00007f3d11781b30 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3d11781798 @a_proc=#<Proc:0x00007f3d117817c0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=139900262815680>=>#<Proc:0x00007f3d117817c0 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>}}>, @input="aaa,bbb,ccc\nddd,eee,fff\n">
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedto
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f3d117f0828 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b198 @start_time=2025-02-08 16:15:03.673805296 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 @assertion_count=4021, @pass_count=511, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f3d0ff4eea0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b288 @start_time=2025-02-08 16:15:03.671978725 +0000, @elapsed_time=0.001800883, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f3d117628c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f3d117f0828 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x00007f3d11781428>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f3d0ff4eea0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b288 @start_time=2025-02-08 16:15:03.671978725 +0000, @elapsed_time=0.001800883, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f3d117628c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f3d117f0828 ...>>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3d11782260 @a_proc=#<Proc:0x00007f3d11782288 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=139900262818440>=>#<Proc:0x00007f3d11782288 /home/runner/work/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x00007f3d11781e78 @a_proc=#<Proc:0x00007f3d11781ea0 /home/runner/work/csv/csv/vendor/bu
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f06e8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b0a8 @start_time=2025-02-08 16:15:03.675140206 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 @assertion_count=4021, @pass_count=511, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f3d0ff4eea0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b288 @start_time=2025-02-08 16:15:03.671978725 +0000, @elapsed_time=0.001800883, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f3d117628c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f3d117f0828 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b198 @start_time=2025-02-08 16:15:03.673805296 +0000, @elapsed_time=0.001320052, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f3d117ae108 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f06e8 ...>>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x00007f3d11781428>, @failures=[], @errors=[#<Test::Unit::Error:0x00007f3d0ff4eea0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b288 @start_time=2025-02-08 16:15:03.671978725 +0000, @elapsed_time=0.001800883, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f05a8 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4ad38 @start_time=2025-02-08 16:15:03.676363557 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 @assertion_count=4021, @pass_count=511, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Error:0x00007f3d0ff4eea0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f0c38 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b288 @start_time=2025-02-08 16:15:03.671978725 +0000, @elapsed_time=0.001800883, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x00007f3d117628c0 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00007f3d117f0828 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b198 @start_time=2025-02-08 16:15:03.673805296 +0000, @elapsed_time=0.001320052, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x00007f3d117ae108 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f06e8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00007f3d14e4b0a8 @start_time=2025-02-08 16:15:03.675140206 +0000, @elapsed_time=0.001209275, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x00007f3d117a0c38 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x00007f3d117a7808 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00007f3d117f05a8 ...>>, @method_name="test_option_v", @location=["/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "/opt/hostedtoolcache/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "/home/runner/work/csv/csv/test/csv/csv-filter
|
In-place test: Ruby 3.2: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in 'TestFilter#test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method 'api_output' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in 'TestFilter#test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in 'TestFilter#test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
/opt/hostedtoolcache/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in 'TestFilter#test_option_v'
|
In-place test: Ruby 3.4: ubuntu-latest
Process completed with exit code 1.
|
In-place test: Ruby head: macos-latest
Process completed with exit code 1.
|
In-place test: Ruby debug: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000130b51108>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000130b50f00>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000130b50c80>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000130b50a00>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
Scanner test: Ruby 2.7: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055cecd2376b0>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000055cecd237318>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055cecd236ff8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055cecd236be8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.6: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563beed51c60>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000563beed51aa8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563beed518c8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000563beed516e8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.7: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005592ad0e0610>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00005592ad0e0458>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005592ad0e02a0>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00005592ad0e00e8>
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.5: ubuntu-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000152a9b480>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000000152a9b2c8>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000152a9b110>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000000152a9af58>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.7.8/arm64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.7: macos-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001452bdb30>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00000001452bd7e8>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001452bd568>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x00000001452bd158>
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/Users/runner/hostedtoolcache/Ruby/2.6.10/arm64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/Users/runner/work/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.6: macos-latest
Process completed with exit code 1.
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055af24d0e638>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000055af24d0e480>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055af24d0e2c8>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
tmp/test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000055af24d0e110>
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
/opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
/home/runner/work/csv/csv/tmp/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
Gem test
Process completed with exit code 1.
|
Scanner test: Ruby mswin: windows-latest
Process completed with exit code 1.
|
In-place test: Ruby mingw: windows-latest
Process completed with exit code 1.
|
Scanner test: Ruby mingw: windows-latest
Process completed with exit code 1.
|
In-place test: Ruby head: windows-latest
Process completed with exit code 1.
|
In-place test: Ruby mswin: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.3.7/x64/lib/ruby/3.3.0/tempfile.rb:447:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 3.3: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0fa8 @start_time=2025-02-08 16:16:17.9377402 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 @assertion_count=4020, @pass_count=510, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001c061dcc800 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x000001c0621ac1f0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x000001c061e85508>, @failures=[], @errors=[#<Test::Unit::Error:0x000001c0621ac1f0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000001c061dcc800 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000001c061e898d8 @a_proc=#<Proc:0x000001c061e89900 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=1925787982080>=>#<Proc:0x000001c061e89900 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x000001c061e86458 @a_proc=#<Proc:0x000001c061e864a8 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=1925787968680>=>#<Proc:0x000001c061e864a8 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x000001c061e85f08 @a_proc=#<Proc:0x000001c061e85f80 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=1925787967360>=>#<Proc:0x000001c061e85f80 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x000001c061e85aa8 @a_proc=#<Proc:0x000001c061e85ad0 D:/a/csv/csv/vendor/bundle/ruby/3.2.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=1925787966160>=>#<Proc:0x000001c06
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000001c061af7d78 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0e68 @start_time=2025-02-08 16:16:17.9400863 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 @assertion_count=4020, @pass_count=510, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001c061dcc800 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x000001c0621ac1f0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0fa8 @start_time=2025-02-08 16:16:17.9377402 +0000, @elapsed_time=0.0023208, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001c061e3ef68 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001c061af7d78 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x000001c061e85508>, @failures=[], @errors=[#<Test::Unit::Error:0x000001c0621ac1f0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0fa8 @start_time=2025-02-08 16:16:17.9377402 +0000, @elapsed_time=0.0023208, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001c061e3ef68 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001c061af7d78 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x000001c061dcc800 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x000001c061e898d8 @a_proc=#<Proc:0x000001c061e89900 D:/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af7c10 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0dc8 @start_time=2025-02-08 16:16:17.9415396 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 @assertion_count=4020, @pass_count=510, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001c061dcc800 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x000001c0621ac1f0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0fa8 @start_time=2025-02-08 16:16:17.9377402 +0000, @elapsed_time=0.0023208, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001c061e3ef68 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001c061af7d78 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0e68 @start_time=2025-02-08 16:16:17.9400863 +0000, @elapsed_time=0.0014315, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000001c061e3afa8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af7c10 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x000001c061e85508>, @failures=[], @errors=[#<Test::Unit::Error:0x000001c0621ac1f0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0fa8 @start_time=2025-02-08 16:16:17.9377402 +0000, @elapsed_time=0.0023208, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hos
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af7aa8 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0d28 @start_time=2025-02-08 16:16:17.9435988 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 @assertion_count=4020, @pass_count=510, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x000001c061dcc800 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x000001c0621ac1f0 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af8278 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0fa8 @start_time=2025-02-08 16:16:17.9377402 +0000, @elapsed_time=0.0023208, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x000001c061e3ef68 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x000001c061af7d78 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0e68 @start_time=2025-02-08 16:16:17.9400863 +0000, @elapsed_time=0.0014315, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x000001c061e3afa8 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af7c10 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x000001c061cf0dc8 @start_time=2025-02-08 16:16:17.9415396 +0000, @elapsed_time=0.0020347, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x000001c061f08d40 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x000001c061e34838 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001c061af7aa8 ...>>, @method_name="test_option_v", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.2.7/x64/lib/ruby/3.2.0/tempfile.rb:407:in `create'", "
|
In-place test: Ruby 3.2: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000027450bb2508>, @failures=[], @errors=[#<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bfa240 @a_proc=#<Proc:0x0000027450bfa268 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=2698594198120>=>#<Proc:0x0000027450bfa268 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bf95e8 @a_proc=#<Proc:0x0000027450bf9638 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=2698594195000>=>#<Proc:0x0000027450bf9638 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bf8c88 @a_proc=#<Proc:0x0000027450bf8cd8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=2698594192600>=>#<Proc:0x0000027450bf8cd8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bb3fc0 @a_proc=#<Proc:0x0000027450bf8008 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=2698594189320>=>#<Proc:0x000002745
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557336d0 @start_time=2025-02-08 16:16:34.7409077 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000027450bb2508>, @failures=[], @errors=[#<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bfa240 @a_proc=#<Proc:0x0000027450bfa268 D:/a/cs
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733518 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557334f0 @start_time=2025-02-08 16:16:34.7520867 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557336d0 @start_time=2025-02-08 16:16:34.7409077 +0000, @elapsed_time=0.011145, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000027455c20f08 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733518 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000027450bb2508>, @failures=[], @errors=[#<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedto
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733388 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733338 @start_time=2025-02-08 16:16:34.7691111 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557336d0 @start_time=2025-02-08 16:16:34.7409077 +0000, @elapsed_time=0.011145, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000027455c20f08 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733518 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557334f0 @start_time=2025-02-08 16:16:34.7520867 +0000, @elapsed_time=0.016991, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000027455cda598 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733388 ...>>, @method_name="test_option_v", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a
|
Scanner test: Ruby 3.0: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921bc38 @start_time=2025-02-08 16:16:38.7176075 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 @assertion_count=4020, @pass_count=510, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000021ec91cdf38 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000021ec90df338 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000021ec46e4558>, @failures=[], @errors=[#<Test::Unit::Error:0x0000021ec90df338 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000021ec91cdf38 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000021ec46e6da8 @a_proc=#<Proc:0x0000021ec46e6e70 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=2331167846000>=>#<Proc:0x0000021ec46e6e70 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000021ec46e6588 @a_proc=#<Proc:0x0000021ec46e65b0 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=2331167843760>=>#<Proc:0x0000021ec46e65b0 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000021ec46e5d90 @a_proc=#<Proc:0x0000021ec46e5de0 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=2331167841760>=>#<Proc:0x0000021ec46e5de0 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000021ec46e5188 @a_proc=#<Proc:0x0000021ec46e5200 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=2331167838720>=>#<Proc:0x0000021ec
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000021ec921b738 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921b710 @start_time=2025-02-08 16:16:38.7355396 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 @assertion_count=4020, @pass_count=510, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000021ec91cdf38 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000021ec90df338 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921bc38 @start_time=2025-02-08 16:16:38.7176075 +0000, @elapsed_time=0.0178957, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000021ec93891d8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000021ec921b738 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000021ec46e4558>, @failures=[], @errors=[#<Test::Unit::Error:0x0000021ec90df338 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921bc38 @start_time=2025-02-08 16:16:38.7176075 +0000, @elapsed_time=0.0178957, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000021ec93891d8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000021ec921b738 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000021ec91cdf38 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000021ec46e6da8 @a_proc=#<Proc:0x0000021ec46e6e70 D:/
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921b5a8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921b558 @start_time=2025-02-08 16:16:38.7510663 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 @assertion_count=4020, @pass_count=510, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000021ec91cdf38 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000021ec90df338 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921bc38 @start_time=2025-02-08 16:16:38.7176075 +0000, @elapsed_time=0.0178957, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000021ec93891d8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000021ec921b738 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921b710 @start_time=2025-02-08 16:16:38.7355396 +0000, @elapsed_time=0.0154872, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000021ec96e4800 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921b5a8 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000021ec46e4558>, @failures=[], @errors=[#<Test::Unit::Error:0x0000021ec90df338 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921bc38 @start_time=2025-02-08 16:16:38.7176075 +0000, @elapsed_time=0.0178957, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hos
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921b3f0 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921b3a0 @start_time=2025-02-08 16:16:38.7686459 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 @assertion_count=4020, @pass_count=510, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000021ec91cdf38 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000021ec90df338 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921bc60 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921bc38 @start_time=2025-02-08 16:16:38.7176075 +0000, @elapsed_time=0.0178957, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000021ec93891d8 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x0000021ec921b738 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921b710 @start_time=2025-02-08 16:16:38.7355396 +0000, @elapsed_time=0.0154872, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000021ec96e4800 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921b5a8 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000021ec921b558 @start_time=2025-02-08 16:16:38.7510663 +0000, @elapsed_time=0.0175392, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000021ec46e76e0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000021ec9795768 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000021ec921b3f0 ...>>, @method_name="test_option_v", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "
|
In-place test: Ruby 3.0: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002c35d925158>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000002c35d924e38>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002c35d924870>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000002c35d924410>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.7: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in 'TestFilter#test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method 'api_output' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in 'TestFilter#test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in 'TestFilter#test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method 'cli_option_names' for an instance of TestFilter
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in 'TestFilter#run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in 'block in TestFilter#results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:576:in 'Tempfile.create_with_filename'
C:/hostedtoolcache/windows/Ruby/3.4.1/x64/lib/ruby/3.4.0/tempfile.rb:562:in 'Tempfile.create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in 'TestFilter#results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in 'TestFilter#test_option_v'
|
In-place test: Ruby 3.4: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001191bccc8f8>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000001191bccc308>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001191bccc088>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001191bcc7b78>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.7.8/x64/lib/ruby/2.7.0/tempfile.rb:332:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
Scanner test: Ruby 2.7: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001d2e5b7f340>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x000001d2e5b7f188>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001d2e5b7efa8>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x000001d2e5b7edc8>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.6.10/x64/lib/ruby/2.6.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.6: windows-latest
Process completed with exit code 1.
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000023ccd384b20>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x0000023ccd384080>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000023ccd33e940>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'
|
Error:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000023ccd33c348>
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'
C:/hostedtoolcache/windows/Ruby/2.5.9/x64/lib/ruby/2.5.0/tempfile.rb:336:in `create'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'
D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:83:in `test_option_v'
|
In-place test: Ruby 2.5: windows-latest
Process completed with exit code 1.
|