hiroyuki-sato opened a new issue, #45455:
URL: https://github.com/apache/arrow/issues/45455
### Describe the bug, including details regarding any error messages,
version, and platform.
* `../c_glib/test/run-test.sh`: 100% pass (Because another unit tests used a
memory pool)
* `../c_glib/test/run-test.sh -t "TestMemoryPool"`: failed
source: deccce15041809157a84ff2b869015a36bdf2270
```
../c_glib/test/run-test.sh -t "TestMemoryPool"
ninja: no work to do.
Loaded suite test
Started
F
====================================================================================================================================================================================
Failure: test_bytes_allocated(TestMemoryPool):
@memory_pool.bytes_allocated.positive?
| | |
| | false
| 0
#<Arrow::MemoryPool:0x000000011d67ebe8 ptr=0x0000600000effbe0>
/Users/hsato/OpenProjects/arrow/arrow/c_glib/test/test-memory-pool.rb:26:in
'TestMemoryPool#test_bytes_allocated'
23: end
24:
25: def test_bytes_allocated
=> 26: assert do
27: @memory_pool.bytes_allocated.positive?
28: end
29: end
====================================================================================================================================================================================
F
====================================================================================================================================================================================
Failure: test_max_memory(TestMemoryPool):
@memory_pool.max_memory.positive?
| | |
| | false
| 0
#<Arrow::MemoryPool:0x000000012bab2ff8 ptr=0x0000600000e94190>
/Users/hsato/OpenProjects/arrow/arrow/c_glib/test/test-memory-pool.rb:32:in
'TestMemoryPool#test_max_memory'
29: end
30:
31: def test_max_memory
=> 32: assert do
33: @memory_pool.max_memory.positive?
34: end
35: end
====================================================================================================================================================================================
Finished in 0.015778 seconds.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3 tests, 3 assertions, 2 failures, 0 errors, 0 pendings, 0 omissions, 0
notifications
33.3333% passed
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
190.14 tests/s, 190.14 assertions/s
```
### Component(s)
GLib
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]