-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
CITest/CI issuesTest/CI issues
Description
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
noneYour Error Log
Ref. https://github.com/fluent/fluentd/actions/runs/16896497001Additional context
No response
Metadata
Metadata
Assignees
Labels
CITest/CI issuesTest/CI issues
Type
Projects
Status
Done