-
Notifications
You must be signed in to change notification settings - Fork 4
[BUG] Random behavior with pull-secret #128
Comments
Just comment I am hitting the pull secret issue lets say on 10% of starts. |
…at is not used earlier it was showing a notification as stored even if daemon returned an error
We are now using the result of the POST of the pull-secret set command; 200 true, 500 = false |
TaskCancelled needs #130. Moved to a separate issue. |
…at is not used earlier it was showing a notification as pull secret stored even if daemon returned an error BasicGetCommand and BasicPostCommand now wait for the Result to be returned so Start now waits for setPullSecret to return
…ot used earlier it was showing a notification as pull secret stored even if daemon returned an error BasicGetCommand and BasicPostCommand now wait for the Result to be returned so Start now waits for setPullSecret to return
This should have been resolved as tasks around the pullsecret will be retried when timeout and taskcanceled. |
did not hit again during testing on |
^^ @gbraad unfortunately I just hit again with version |
What do you see when it happens? We forced an error. Can you check the notifications? |
Did not see any notification, after stopping the cluster I just try to start again clicking on start menu item and the pull secret windows shows again (the pull secret was already used as the cluster was already started). This was ran from ux testing automation so the test end up failing as on the restart this is not expected: <testsuite name="UX Test" tests="6" skipped="0" failures="3" errors="0" time="1621.6018907">
<testcase name="Install tray" status="passed" time="1.1290731"></testcase>
<testcase name="Start the cluster" status="passed" time="580.1197926"></testcase>
<testcase name="Connect to the cluster #1" status="failed" time="14.8209602">
<failure message="Step user is connected to the cluster as kubeadmin: output did not match. Expected: 'kubeadmin', Actual: ''"></failure>
</testcase>
<testcase name="Connect to the cluster #2" status="failed" time="15.2240385">
<failure message="Step user is connected to the cluster as developer: output did not match. Expected: 'developer', Actual: ''"></failure>
</testcase>
<testcase name="Stop the cluster" status="passed" time="84.9260149"></testcase>
<testcase name="Restart the cluster" status="failed" time="925.3369163">
<failure message="Step cluster should be running: not found: running. Timeout"></failure>
<error message="Step tray should show cluster as running" type="skipped"></error>
<error message="Step user should get notified with cluster state as running" type="skipped"></error>
</testcase>
</testsuite>
|
Tested on pre-release
1.31.2
:Pre conditions:
Flow:
Issues:
The text was updated successfully, but these errors were encountered: