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

perftestrun: Better error when artifact not found in local repo #2049

Open
pveentjer opened this issue Sep 14, 2023 · 0 comments
Open

perftestrun: Better error when artifact not found in local repo #2049

pveentjer opened this issue Sep 14, 2023 · 0 comments
Labels

Comments

@pveentjer
Copy link
Contributor

pveentjer commented Sep 14, 2023

In the bash log file I can see the following error when I'm trying to upload a non existing version. But on the console, everything seems ok and perftest run completes without error and without running any test.

I was trying to run with the non existing version 5.3 (it should be 5.3.0).

[INFO]Uploading driver hazelcast5 to drivers/driver-hazelcast4plus: done

13:43:44.031 [main] DEBUG com.hazelcast.simulator.utils.BashCommand - Executing bash command: /mnt/home/eng/Hazelcast/hazelcast-simulator/src/upload_hazelcast_jars.py "- {public_ip: 18.185.86.113, agent_index: '1', agent_port: '9000', ssh_options: -i
    key -o StrictHostKeyChecking=no -o ConnectTimeout=60, private_ip: 10.0.22.246,
  ssh_user: ubuntu}
- {public_ip: 3.71.101.72, agent_index: '2', agent_port: '9000', ssh_options: -i key
    -o StrictHostKeyChecking=no -o ConnectTimeout=60, private_ip: 10.0.22.66, ssh_user: ubuntu}
" "maven=5.3" "hazelcast5" 
13:43:47.965 [Thread-10] INFO  com.hazelcast.simulator.utils.BashCommand - version_spec:{'maven': '5.3'}
13:43:47.966 [Thread-10] INFO  com.hazelcast.simulator.utils.BashCommand - Force download:False
13:43:47.966 [Thread-10] INFO  com.hazelcast.simulator.utils.BashCommand - Uploading Hazelcast jars
13:43:47.966 [Thread-10] INFO  com.hazelcast.simulator.utils.BashCommand - mvn org.apache.maven.plugins:maven-dependency-plugin:3.2.0:get -DremoteRepositories=https://oss.sonatype.org/content/repositories/releases -Dartifact=com.hazelcast:hazelcast:5.3
13:43:47.966 [Thread-10] INFO  com.hazelcast.simulator.utils.BashCommand -  Could not find /home/pveentjer/.m2/repository/com/hazelcast/hazelcast/5.3/hazelcast-5.3.jar in maven repo.
13:43:47.979 [main] ERROR com.hazelcast.simulator.utils.BashCommand - Failed to execute [/mnt/home/eng/Hazelcast/hazelcast-simulator/src/upload_hazelcast_jars.py "- {public_ip: 18.185.86.113, agent_index: '1', agent_port: '9000', ssh_options: -i
    key -o StrictHostKeyChecking=no -o ConnectTimeout=60, private_ip: 10.0.22.246,
  ssh_user: ubuntu}
- {public_ip: 3.71.101.72, agent_index: '2', agent_port: '9000', ssh_options: -i key
    -o StrictHostKeyChecking=no -o ConnectTimeout=60, private_ip: 10.0.22.66, ssh_user: ubuntu}
" "maven=5.3" "hazelcast5" ]
13:43:47.979 [main] ERROR com.hazelcast.simulator.utils.BashCommand - [INFO]version_spec:{'maven': '5.3'}
[INFO]Force download:False
[INFO]Uploading Hazelcast jars
[INFO]mvn org.apache.maven.plugins:maven-dependency-plugin:3.2.0:get -DremoteRepositories=https://oss.sonatype.org/content/repositories/releases -Dartifact=com.hazelcast:hazelcast:5.3```
@pveentjer pveentjer added the bug label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant