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

cosbench-openio build fails because of unnecessary .classpath definition #414

Open
thatsdone opened this issue Sep 20, 2021 · 0 comments
Open

Comments

@thatsdone
Copy link

DESCRIPTION

cosbench-openio build fails saying directory 'test' not found.

REPRODUCE PROCEDURE

Just try to build following BUILD.md, and you would see an error for cosbench-openio.

ANALYSYS and SUGGESTED RESOLUTION

Obviously, this is because dev/cosbench-openio/.classpath contains a classpath element'test' but 'test' directory does not exist.

So, there are 2 resolutions:

  1. create dev/cosbench-openio/test
  2. remove the classpath element from .classpath

IMHO, 2. is better because there is no test code, and like the case of #413,
a chunk of PR from @Nathaniel7687 resolves this issue.

https://github.com/intel-cloud/cosbench/pull/373/files?file-filters%5B%5D=dotfile&hide-deleted-files=true#diff-79b4a0076c9d63216bc4a7701d85aed387ea2481f854871c83ccabc1d69cf480

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant