Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The root paths captured in index log entry should always be absolute paths #126

Closed
imback82 opened this issue Aug 14, 2020 · 0 comments · Fixed by #128
Closed

The root paths captured in index log entry should always be absolute paths #126

imback82 opened this issue Aug 14, 2020 · 0 comments · Fixed by #128
Labels
untriaged This is the default tag for a newly created issue

Comments

@imback82
Copy link
Contributor

Describe the issue

The root path for the index is sometimes recorded as a relative path:

"content" : {
    "root" : "src/test/resources/e2eTests/indexLocation/leftIndex/v__=0",
    "directories" : [ ]
  },

This needs to be fixed to always contain absolute paths (or URIs).

To Reproduce

Run any e2e tests and look at the generated index metadata.

Expected behavior

root should be a absolute path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged This is the default tag for a newly created issue
Projects
None yet
1 participant