Git Product home page Git Product logo

Comments (6)

codefromthecrypt avatar codefromthecrypt commented on June 11, 2024 2

linking some related issues..

jsevellec/cassandra-unit#283
https://discuss.lightbend.com/t/cassandra-error-while-starting-application/2614/3

probably least time would be spent switching to docker, just an issue of adding the tracing stuff to docker container classpath.. this might end up taking longer. @bsideup do you have an example of adding local classes to testcontainers java container?

from brave-cassandra.

reta avatar reta commented on June 11, 2024 1

@adriancole Interesting fact, I accidentally run the ITTracingSession tests with JDK1.8 (should be at least JDK11) and they passed green, no issues. Switching to 11 brought the failures back.

from brave-cassandra.

abesto avatar abesto commented on June 11, 2024

Good thinking. FWIW, we might want to be sparing - there are only 6 Windows nodes under ASF Jenkins (https://cwiki.apache.org/confluence/display/INFRA/Jenkins+node+labels), so we probably shouldn't run everything on Windows too.

from brave-cassandra.

bsideup avatar bsideup commented on June 11, 2024

@adriancole
GenericContainer#withCopyFileToContainer can be used to copy files from tests' host into a container.
Then it is only a matter of having a reference to the file with classes using your build system.
Here is an example of how I did it for Gradle:
https://github.com/bsideup/javaagent-boilerplate/blob/57e30bd7504e683d8df9ab935bc3e3a169e72828/build.gradle#L45
https://github.com/bsideup/javaagent-boilerplate/blob/57e30bd7504e683d8df9ab935bc3e3a169e72828/src/test/java/support/GroovyTestApp.java#L13

There are also libraries which help to extract .class files from classloaders.

I hope this helps!

from brave-cassandra.

codefromthecrypt avatar codefromthecrypt commented on June 11, 2024

@prashantbhardwaj this is not the CassandraCQLUnit or cassandra project. We are users of cassandra.. and also we don't do troubleshooting via github issues even if we did. I would recommend finding the owners of CassandraCQLUnit or any other cassandra support channel to troubleshoot your issue.

from brave-cassandra.

GuruprasadBennur avatar GuruprasadBennur commented on June 11, 2024

no use of this git hub discussions.

from brave-cassandra.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.