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

🐞 [Bug]: Fix failed VMs tests in grid_client workflow #3813

Open
1 task done
Tracked by #3711
ramezsaeed opened this issue Jan 14, 2025 · 2 comments
Open
1 task done
Tracked by #3711

🐞 [Bug]: Fix failed VMs tests in grid_client workflow #3813

ramezsaeed opened this issue Jan 14, 2025 · 2 comments
Assignees
Labels
type_bug Something isn't working
Milestone

Comments

@ramezsaeed
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

which package/s did you face the problem with?

grid_client

What happened?

https://github.com/threefoldtech/tfgrid-sdk-ts/actions/runs/12729156216/job/35480610260
gridclient tests workflow fails

FAIL tests/modules/vm.test.ts (129.738 s)
● TC2847 - VM: Deploy a VM With Mycelium

connect ENETUNREACH 5d0:d592:d395:28bb:ff0f:0:200:2:22
due to the mycelium binary absence or late response from the nodes

● TC1229 - VM: Deploy a VM With a Disk
Screenshot 2025-01-12 at 8 39 53 AM

● TC1230 - VM: Deploy Multiple VMs on Different Nodes
node error

● TC1237 - Gateways: Expose a VM Over Gateway
the gateway is unreachable

Steps To Reproduce

No response

which network/s did you face the problem on?

Dev

version

3.16

Twin ID/s

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant screenshots/screen records

image

Relevant log output

--
@ramezsaeed ramezsaeed added the type_bug Something isn't working label Jan 14, 2025
@ramezsaeed ramezsaeed added this to the 2.7.0 milestone Jan 14, 2025
@maayarosama maayarosama self-assigned this Jan 19, 2025
@maayarosama
Copy link
Contributor

Work Completed

  • After some investigation in ● TC1230 - VM: Deploy Multiple VMs on Different Nodes
    The node error was because the features filter wasn't added now that it's added the machine cant execute the lscpu command. When I ssh-ed to the machine I found out that the util-linux package isn't installed and after installing it the command works fine. I Implemented this in the test and it passes now

  • After some investigation in ● TC1229 - VM: Deploy a VM With a Disk, disk added should be in the fifth index not the fourth one

Work In Progress (WIP)

  • ● TC2847 - VM: Deploy a VM With Mycelium

@maayarosama maayarosama mentioned this issue Jan 19, 2025
15 tasks
@maayarosama
Copy link
Contributor

● TC1230 - VM: Deploy Multiple VMs on Different Nodes : This test might fail because it might deploy on node 11 which is not working properly right now, but as per my discussion with @AhmedHanafy725 I won't exclude it
● TC2847 - VM: Deploy a VM With Mycelium: Nothing to do on my part as mycelium isn't stable
● TC1237 - Gateways: Expose a VM Over Gateway: This isn't a VM test it's a gateway test so let's open an issue for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants