Update lib/rocprofiler-sdk-tool (#755)
- questionable data race within std::regex in CI - simplify rocprofiler::tool::format - set config::tmp_directory to default to output_path - fs::create_directories for tmp_file - rework get_file_name(...) and compose_tmp_file_name(...) in tool.cpp
이 커밋은 다음에 포함됨:
@@ -29,6 +29,9 @@ def test_validate_counter_collection_pmc2(input_dir: pd.DataFrame):
|
||||
# Check if each file in the subdirectory has some data
|
||||
for file_name in os.listdir(subdirectory_path):
|
||||
file_path = os.path.join(subdirectory_path, file_name)
|
||||
# ignore hidden folders
|
||||
if os.path.isdir(file_path) and os.path.basename(file_path).startswith("."):
|
||||
continue
|
||||
assert os.path.isfile(file_path), f"{file_path} is not a file."
|
||||
|
||||
if "agent_info.csv" not in file_path:
|
||||
|
||||
@@ -29,6 +29,9 @@ def test_validate_counter_collection_plus_tracing(input_dir: pd.DataFrame):
|
||||
# Check if each file in the subdirectory has some data
|
||||
for file_name in os.listdir(subdirectory_path):
|
||||
file_path = os.path.join(subdirectory_path, file_name)
|
||||
# ignore hidden folders
|
||||
if os.path.isdir(file_path) and os.path.basename(file_path).startswith("."):
|
||||
continue
|
||||
assert os.path.isfile(file_path), f"{file_path} is not a file."
|
||||
|
||||
if "agent_info.csv" not in file_path:
|
||||
|
||||
새 이슈에서 참조
사용자 차단