Skip to content

enable testcase for cast to blob #3177

enable testcase for cast to blob

enable testcase for cast to blob #3177

GitHub Actions / CTest (ubuntu-22.04, memory) failed Feb 14, 2025 in 0s

[CTest] 1 test failed

Tests: 1870 Failures: 1 Errors: 0 Skipped: 87 Duration: 138.88000000000008s

Annotations

Check failure on line 394 in test/jogasaki/api/blob_type_test.cpp

See this annotation in the file changed.

@github-actions github-actions / CTest (ubuntu-22.04, memory)

blob_type_test.insert_generated_blob

Expected equality of these values:
  "\x00\x01\x02"sv
    Which is: "\0\x1\x2"
  read_file(ret1.path().string())
    Which is: ""
\0

Check failure on line 397 in test/jogasaki/api/blob_type_test.cpp

See this annotation in the file changed.

@github-actions github-actions / CTest (ubuntu-22.04, memory)

blob_type_test.insert_generated_blob

Expected equality of these values:
  "ABC"sv
    Which is: "ABC"
  read_file(ret2.path().string())
    Which is: ""
ABC