Skip to content

Implement BLOB-related methods in datastore class #860

Implement BLOB-related methods in datastore class

Implement BLOB-related methods in datastore class #860

GitHub Actions / CTest (ubuntu-22.04) failed Jan 24, 2025 in 0s

[CTest] 1 test failed

Tests: 192 Failures: 1 Errors: 0 Skipped: 4 Duration: 12.075s

Annotations

Check failure on line 81 in test/limestone/blob/datastore_blob_test.cpp

See this annotation in the file changed.

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

datastore_blob_test.get_blob_file_basic

Expected: boost::filesystem::exists(file.path()) throws an exception of type boost::filesystem::filesystem_error.
  Actual: it throws nothing.

Check failure on line 83 in test/limestone/blob/datastore_blob_test.cpp

See this annotation in the file changed.

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

datastore_blob_test.get_blob_file_basic

Value of: static_cast<bool>(file_excption_throws)
  Actual: true
Expected: false