Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Jul 15, 2024
1 parent cedb062 commit 748014a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/testutil/run_all_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main(int argc, char** argv) {
doris::TabletSchemaCache::create_global_schema_cache(
doris::config::tablet_schema_cache_capacity));
LOG(INFO) << "init config " << st;
doris::Status s = doris::config::set_config("enable_stacktrace", "false").ok();
doris::Status s = doris::config::set_config("enable_stacktrace", "false");
if (!s.ok()) {
LOG(WARNING) << "set enable_stacktrace=false failed";
}
Expand Down

0 comments on commit 748014a

Please sign in to comment.