Skip to content

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

Description

@thatsdone

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions