Skip to content

Commit

Permalink
[#1381] Extend the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed May 27, 2024
1 parent 6d91e19 commit c121fa1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions backend/server/restservice/machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2486,8 +2486,11 @@ func TestAppToRestAPIForNilKeaConfig(t *testing.T) {
require.NotNil(t, restApp)
}

// Test that converting app with partially detected BIND9 instance doesn't
// cause panic.
// Test that converting BIND9 app with no daemons doesn't cause panic.
// The daemon list is empty when the Stork agent detects the BIND9 process but
// it fails to establish connection to it through the RNDC control channel
// (e.g. due to insufficient permissions to BIND9 configurations of the Stork
// agent user).
func TestAppToRestAPIForPartiallyDetectedBind9(t *testing.T) {
// Arrange
app := &dbmodel.App{
Expand Down

0 comments on commit c121fa1

Please sign in to comment.