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

Unit tests not running #220

Open
tofflos opened this issue Dec 13, 2021 · 0 comments
Open

Unit tests not running #220

tofflos opened this issue Dec 13, 2021 · 0 comments

Comments

@tofflos
Copy link

tofflos commented Dec 13, 2021

erik@msi:~$ git clone https://github.com/eclipse/eclipse-collections-kata.git
Cloning into 'eclipse-collections-kata'...
remote: Enumerating objects: 2554, done.
remote: Counting objects: 100% (886/886), done.
remote: Compressing objects: 100% (407/407), done.
remote: Total 2554 (delta 266), reused 716 (delta 160), pack-reused 1668
Receiving objects: 100% (2554/2554), 2.60 MiB | 6.61 MiB/s, done.
Resolving deltas: 100% (956/956), done.

erik@msi:~$ cd eclipse-collections-kata/pet-kata
erik@msi:~/eclipse-collections-kata/pet-kata$ mvn test
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 17, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.13.0-22-generic", arch: "amd64", family: "unix"
22:00:58:704 [INFO] Error stacktraces are turned on.
22:00:58:757 [INFO] Scanning for projects...
22:00:58:829 [INFO] 
22:00:58:830 [INFO] ---------------< org.eclipse.collections.kata:pet-kata >----------------
22:00:58:832 [INFO] Building pet-kata 7.1.0-SNAPSHOT
22:00:58:832 [INFO] --------------------------------[ jar ]---------------------------------
22:00:59:007 [INFO] 
22:00:59:007 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pet-kata ---
22:00:59:209 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:00:59:210 [INFO] skip non existing resourceDirectory /home/erik/eclipse-collections-kata/pet-kata/src/main/resources
22:00:59:211 [INFO] 
22:00:59:211 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pet-kata ---
22:00:59:465 [INFO] Changes detected - recompiling the module!
22:00:59:470 [INFO] Compiling 3 source files to /home/erik/eclipse-collections-kata/pet-kata/target/classes
22:00:59:492 [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
22:01:00:543 [INFO] 
22:01:00:543 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pet-kata ---
22:01:00:545 [INFO] Using 'UTF-8' encoding to copy filtered resources.
22:01:00:545 [INFO] skip non existing resourceDirectory /home/erik/eclipse-collections-kata/pet-kata/src/test/resources
22:01:00:546 [INFO] 
22:01:00:546 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pet-kata ---
22:01:00:551 [INFO] Changes detected - recompiling the module!
22:01:00:551 [INFO] Compiling 6 source files to /home/erik/eclipse-collections-kata/pet-kata/target/test-classes
22:01:00:553 [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
22:01:02:214 [INFO] 
22:01:02:214 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ pet-kata ---
22:01:02:362 [INFO] Surefire report directory: /home/erik/eclipse-collections-kata/pet-kata/target/surefire-reports
22:01:02:533 [INFO] 
22:01:02:534 [INFO] -------------------------------------------------------
22:01:02:535 [INFO]  T E S T S
22:01:02:535 [INFO] -------------------------------------------------------
22:01:03:322 [INFO] 
22:01:03:323 [INFO] Results:
22:01:03:323 [INFO] 
22:01:03:325 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
22:01:03:325 [INFO] 
22:01:03:329 [INFO] ------------------------------------------------------------------------
22:01:03:329 [INFO] BUILD SUCCESS
22:01:03:329 [INFO] ------------------------------------------------------------------------
22:01:03:331 [INFO] Total time:  4.600 s
22:01:03:331 [INFO] Finished at: 2021-12-13T22:01:03+01:00
22:01:03:331 [INFO] ------------------------------------------------------------------------
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