Contact Details
No response
Killercoda Scenario
opentofu/getting-started
What happened?
The Background-Script in step8 fails, when the user is not working in the ~/scenario directory. The problem being here, that we swap the user to that directory in a foreground script (https://github.com/peak-scale/killercoda/blob/main/opentofu/getting-started/foreground.sh). Which seems to have racing conditions, especially when the user starts the scenario to fast. We need to wait for the background-scripts
Contact Details
No response
Killercoda Scenario
opentofu/getting-started
What happened?
The Background-Script in step8 fails, when the user is not working in the ~/scenario directory. The problem being here, that we swap the user to that directory in a foreground script (https://github.com/peak-scale/killercoda/blob/main/opentofu/getting-started/foreground.sh). Which seems to have racing conditions, especially when the user starts the scenario to fast. We need to wait for the background-scripts