Skip to content

Commit

Permalink
fixup comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Jun 22, 2024
1 parent ee8e4fa commit 614e45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bpm/integration/integration_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"bpm/config"
)

// This needs to be different than /tmp as /tmp is bind mounted into the
// This needs to be different from /tmp as /tmp is bind mounted into the
// container
const bpmTmpDir = "/bpmtmp"

Expand Down Expand Up @@ -96,8 +96,8 @@ func runcState(root string, containerID string) specs.State {
if err != nil {
// XXX: do something smart here based on the error
//
// Sometimes the state returns some junk error message but we don't
// want to return an error because it'll cause the Eventually's to
// Sometimes the state returns some junk error message, but we don't
// want to return an error because it'll cause the Eventually()'s to
// fail. We probably need to return more information in the error here
// so that we can tell if this error is temporary or not.
return stateResponse
Expand Down

0 comments on commit 614e45e

Please sign in to comment.