This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new aaaf6915e4 [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path (#11628) aaaf6915e4 is described below commit aaaf6915e4644d1c248c3075bf7b72c3b21ce919 Author: Xin Liao <liaoxin...@126.com> AuthorDate: Wed Aug 10 08:17:47 2022 +0800 [feature-wip](unique-key-merge-on-write) fix rowid conversion ut that may create a directory under an incorrect path (#11628) --- be/test/olap/rowid_conversion_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/test/olap/rowid_conversion_test.cpp b/be/test/olap/rowid_conversion_test.cpp index 72c12d4899..1bae4f83e9 100644 --- a/be/test/olap/rowid_conversion_test.cpp +++ b/be/test/olap/rowid_conversion_test.cpp @@ -400,7 +400,7 @@ protected: } private: - const std::string kTestDir = "ut_dir/rowid_conversion_test"; + const std::string kTestDir = "/ut_dir/rowid_conversion_test"; string absolute_dir; std::unique_ptr<DataDir> _data_dir; }; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org