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

Compilation error #33

Open
TomerYakir opened this issue Mar 19, 2023 · 2 comments
Open

Compilation error #33

TomerYakir opened this issue Mar 19, 2023 · 2 comments

Comments

@TomerYakir
Copy link

I believe that e56b556 has broken compilation:

YCSB/ycsb-mongodb/core/src/test/java/com/yahoo/ycsb/TestByteIterator.java:[3,29] error: cannot access Test

(presumably this:

<dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>7.7.0</version>
      <scope>test</scope>
    </dependency>

)

@lianghouxu
Copy link

<dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>7.5</version> <scope>test</scope> </dependency>
This works for me.

@qkrwjdan
Copy link

qkrwjdan commented Apr 17, 2024

The following dependency works for me.
I edited ./core/pom.xml

    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>7.4.0</version>
      <scope>test</scope>
    </dependency>

os is Rocky 8.9.

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

3 participants