Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Jul 15, 2024
1 parent 1a47d71 commit d272019
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 @@ -60,7 +60,7 @@ int main(int argc, char** argv) {
doris::TabletSchemaCache::create_global_schema_cache(
doris::config::tablet_schema_cache_capacity));
LOG(INFO) << "init config " << st;
s = config::set_config("enable_stacktrace", "false").ok();
Status s = doris::config::set_config("enable_stacktrace", "false").ok();
if (!s.ok()) {
LOG(WARNING) << "set enable_stacktrace=false failed";
}
Expand Down

0 comments on commit d272019

Please sign in to comment.