Ferenc Gerlits

Results 8 comments of Ferenc Gerlits

> The check still shows that we do not handle the file size 2.1 GiB properly. Merge only once it is fixed. Right -- #1028 needs to be merged first,...

This still fails after merging #1028 and #1083. The main problem is that `SingleFileContentHashValidator` reports a hash mismatch on the 2.1 GiB test file: ``` INFO:root:Output file created: /tmp/.nifi-test-output.fe59da51-9bb0-4c9f-9966-876ec2ea543b/.4c3b8487-5767-4b29-830e-7e83d4e3e5ec.053203f8-ce84-11eb-82db-0242c0a81002 INFO:root:Output...

@hunyadi-dev do you want to fix this? I can do it if you don't feel like it.

This test passes for me locally after rebasing on top of main, so I think it's ready for merging. In order to not increase the running time of the CI...

Do we have any tests for this? If not, it would be good to add some, or to check the descriptions in existing manifest tests. If possible, Python processors should...

to reproduce: CMakeLists.txt ```cmake cmake_minimum_required(VERSION 3.28) project(test_librdkafka) add_compile_options(/std:c++latest) add_compile_definitions(WIN32_LEAN_AND_MEAN) include(FetchContent) set(WITH_SSL "ON" CACHE STRING "" FORCE) set(WITH_SASL "OFF" CACHE STRING "" FORCE) set(WITH_ZSTD "OFF" CACHE STRING "" FORCE) set(WITH_SNAPPY "OFF"...

There is a problem with this pull request: if you run `encrypt-config flow-config --re-encrypt` twice, then it encrypts the already-encrypted properties a second time, making them unusable. I'll put the...

> the new Python unit test is failing on both macOS and Ubuntu Linux This was because we need to set `PYTHON_CMD` for some of the Python code to work;...