Coder Social home page Coder Social logo

Comments (4)

JonathanLennox avatar JonathanLennox commented on July 19, 2024

We've added some new parameters to Malleus to support some additional load-testing features.

I suggest using the scripts/malleus.sh script to invoke Malleus; that gets updated whenever a new parameter is added.

from jitsi-meet-torture.

clark-97 avatar clark-97 commented on July 19, 2024

@JonathanLennox I got another java error

clark@LAPTOP-QNA4H49M:/mnt/e/User/Documents/Work/jitsi-meet-torture$ scripts/malleus.sh 1 20 20 300 mytestroom http://localhost:4444/wd/hub
Warning: JAVA_HOME environment variable is not set.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jitsi-meet-torture 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jitsi-meet-torture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/e/User/Documents/Work/jitsi-meet-torture/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ jitsi-meet-torture ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jitsi-meet-torture ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ jitsi-meet-torture ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ jitsi-meet-torture ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[45] testsToRun=[MalleusJitsificus]
[45] testsToExclude=[]
[45] testsToInclude=[]
[45] ---=== Testing MalleusJitsificus ===---
[Utils] [ERROR] [Error] java.lang.NumberFormatException: For input string: ""
        at java.lang.NumberFormatException.forInputString(java.base@9-internal/NumberFormatException.java:65)
        at java.lang.Integer.parseInt(java.base@9-internal/Integer.java:705)
        at java.lang.Integer.parseInt(java.base@9-internal/Integer.java:813)
        at org.jitsi.meet.test.MalleusJitsificus.createData(MalleusJitsificus.java:88)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
        at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
        at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74)
        at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:45)
        at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:131)
        at org.testng.internal.Parameters.handleParameters(Parameters.java:706)
        at org.testng.internal.ParameterHandler.handleParameters(ParameterHandler.java:49)
        at org.testng.internal.ParameterHandler.createParameters(ParameterHandler.java:37)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:914)
        at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
        at org.testng.TestRunner.privateRun(TestRunner.java:648)
        at org.testng.TestRunner.run(TestRunner.java:505)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
        at org.testng.SuiteRunner.access$000(SuiteRunner.java:40)
        at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:489)
        at org.testng.internal.thread.ThreadUtil$1.call(ThreadUtil.java:52)
        at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-internal/ThreadPoolExecutor.java:1158)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-internal/ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(java.base@9-internal/Thread.java:804)

[WARNING] Tests run: 333, Failures: 0, Errors: 0, Skipped: 333, Time elapsed: 11.021 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 329, Failures: 0, Errors: 0, Skipped: 329
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.774 s
[INFO] Finished at: 2021-02-17T15:52:10+08:00
[INFO] Final Memory: 13M/44M
[INFO] ------------------------------------------------------------------------
clark@LAPTOP-QNA4H49M:/mnt/e/User/Documents/Work/jitsi-meet-torture$

from jitsi-meet-torture.

JonathanLennox avatar JonathanLennox commented on July 19, 2024

Ah, whoops, that's the backwards-compatible command-line which it looks like I managed to break. Run with --help to see the new usage; I'll update the default behavior to fix the output and the default behavior.

from jitsi-meet-torture.

JonathanLennox avatar JonathanLennox commented on July 19, 2024

See #348.

from jitsi-meet-torture.

Related Issues (20)

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.