PyvesB / advanced-achievements

:fireworks: Popular plugin that adds unique and challenging achievements to Minecraft servers.
https://www.spigotmc.org/resources/83466
GNU General Public License v3.0
200 stars 211 forks source link

Build fails in test stage #1079

Closed Hypermoron closed 2 years ago

Hypermoron commented 2 years ago

🎆 Advanced Achievements version

7.2.4

🖥 Server version

N/A

🚰 Spigot username

N/A

𝑾 Wiki read

📁 Existing issues

🐛 Description

Following the wiki's compilation instructions results in an error upon reaching com.hm.achievement.db.H2DatabaseManagerTest:

com.hm.achievement.exception.PluginLoadError: Failed to establish database connection. Please verify your settings in config.yml. at com.hm.achievement.db.H2DatabaseManagerTest.setUpClass(H2DatabaseManagerTest.java:59)

I had to skip tests in the pom to get around this.

📄 Server logs

⚙ Configuration

PyvesB commented 2 years ago

Hello @Hypermoron ! :wave:

Do you have an actual stack trace? Have you tried debugging the failing test?

PyvesB commented 2 years ago

The build works in my IDE, my macOS terminal, my Windows terminal, and the Ubuntu-based GitHub action. In the absence of further information, I'll go ahead and close this.