Skip to content

[Feature Request]: Use variables to refer to absolute paths in bvt file test result #107

Description

@yjw1268

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

When I use bvt test, despite the use of $resource, the result column name of load_file function is the absolute path of tester. For example:
SELECT load_file('$resources/auto_increment_columns/auto_increment_1.csv');
load_file(/home/yjw/blob/matrixone/test/resources/auto_increment_columns/auto_increment_1.csv)
......

Describe the feature you'd like

To avoid displaying the absolute file path of the tester in bvt test result file, maybe we could change to this:

SELECT load_file('$resources/auto_increment_columns/auto_increment_1.csv');
load_file($resources/auto_increment_columns/auto_increment_1.csv)
......

Describe implementation you've considered

No response

Documentation, Adoption, Use Case, Migration Strategy

No response

Additional information

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions