Skip to content

CI: Failed ObjectSpaceInputTest #5054

@Watson1978

Description

@Watson1978

Describe the bug

Now ObjectSpaceInputTest causes following error.

ObjectSpaceInputTest: 
  test_configure:                                                                                                                                               .: (0.001749)
  test_emit:                                                                                                                                                    F
=======================================================================================================================================================================================
Failure: test_emit(ObjectSpaceInputTest):
      assert{ emits.length > 0 }
              |     |      |
              |     |      false
              |     0
              []
/home/watson/src/fluentd/test/plugin/test_in_object_space.rb:58:in `test_emit'
     55:     d.run(expect_emits: 3)
     56: 
     57:     emits = d.events
  => 58:     assert{ emits.length > 0 }
     59: 
     60:     emits.each { |tag, time, record|
     61:       assert_equal d.instance.tag, tag
=======================================================================================================================================================================================
: (300.285955)

To Reproduce

bundle exec rake

Expected behavior

No error

Your Environment

- Fluentd version:
- Package version:
- Operating system:
- Kernel version:

Your Configuration

none

Your Error Log

Ref. https://github.com/fluent/fluentd/actions/runs/16896497001

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    CITest/CI issues

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions