(sess proto.DRPCProvisioner_SessionClient, source proto.GraphSource)
| 147 | } |
| 148 | |
| 149 | func sendGraph(sess proto.DRPCProvisioner_SessionClient, source proto.GraphSource) error { |
| 150 | return sess.Send(&proto.Request{Type: &proto.Request_Graph{Graph: &proto.GraphRequest{ |
| 151 | Source: source, |
| 152 | }}}) |
| 153 | } |
| 154 | |
| 155 | // below we exec fake_cancel.sh, which causes the kernel to execute it, and if more than |
| 156 | // one process tries to do this simultaneously, it can cause "text file busy" |
no test coverage detected