Skip to content

Commit

Permalink
fix dep and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Oct 23, 2024
1 parent 08aebcc commit aae682d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ target_link_libraries(
velox_exec_test_lib
velox_dwio_common_exception
velox_exec
GTest::gmock
GTest::gtest
GTest::gtest_main)
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace {
class GCSInsertTest : public testing::Test, public test::VectorTestBase {
protected:
static void SetUpTestSuite() {
registerGCSFileSystem();
memory::MemoryManager::testingSetInstance({});
if (testbench_ == nullptr) {
testbench_ = std::make_shared<GcsTestbench>();
Expand Down

0 comments on commit aae682d

Please sign in to comment.