Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 262 for ErrorIs (0.27 sec)

  1. src/crypto/tls/handshake_server_test.go

    // GetCertificate result in a tls alert.
    func TestHandshakeServerSNIGetCertificateError(t *testing.T) {
    	const errMsg = "TestHandshakeServerSNIGetCertificateError error"
    
    	serverConfig := testConfig.Clone()
    	serverConfig.GetCertificate = func(clientHello *ClientHelloInfo) (*Certificate, error) {
    		return nil, errors.New(errMsg)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    		}
    
    		mutex.Lock()
    		defer mutex.Unlock()
    		switch action.GetVerb() {
    		case "create":
    			if obj.GetUID() != "" {
    				return true, nil, errors.New("UID must not be set on create")
    			}
    			if obj.GetResourceVersion() != "" {
    				return true, nil, errors.New("ResourceVersion must not be set on create")
    			}
    			obj.SetUID(types.UID(fmt.Sprintf("UID-%d", uidCounter)))
    			uidCounter++
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  3. src/encoding/json/decode_test.go

    	{CaseName: Name(""), in: `{"B": "maybe"}`, ptr: new(B), err: errors.New(`json: invalid use of ,string struct tag, trying to unmarshal "maybe" into bool`)},
    	{CaseName: Name(""), in: `{"B": "tru"}`, ptr: new(B), err: errors.New(`json: invalid use of ,string struct tag, trying to unmarshal "tru" into bool`)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  4. cmd/admin-handlers-users.go

    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"bytes"
    	"context"
    	"encoding/json"
    	"errors"
    	"fmt"
    	"io"
    	"net/http"
    	"os"
    	"sort"
    	"strconv"
    	"time"
    	"unicode/utf8"
    
    	"github.com/klauspost/compress/zip"
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio/internal/auth"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    		}
    		if e, a := expected.Object, actualObject; !apiequality.Semantic.DeepEqual(e, a) {
    			errors = append(errors, fmt.Sprintf("Expected: %#v, got: %#v", e, a))
    		}
    		return len(errors) == 0, errors
    	}
    
    	if len(events) != len(actualEvents) {
    		t.Fatalf("unexpected number of events: %d, expected: %d, acutalEvents: %#v, expectedEvents:%#v", len(actualEvents), len(events), actualEvents, events)
    	}
    
    	if strictOrder {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  6. pkg/apis/networking/validation/validation_test.go

    			ingress := baseIngress.DeepCopy()
    			testCase.tweakIngress(ingress)
    			errs := validateIngress(ingress, IngressValidationOptions{})
    			if len(testCase.expectErrsOnFields) != len(errs) {
    				t.Fatalf("Expected %d errors, got %d errors: %v", len(testCase.expectErrsOnFields), len(errs), errs)
    			}
    			for i, err := range errs {
    				if err.Field != testCase.expectErrsOnFields[i] {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	})
    	defer func() {
    		if successfulList {
    			c.ready.set(false)
    		}
    	}()
    
    	c.terminateAllWatchers()
    	// Note that since onReplace may be not called due to errors, we explicitly
    	// need to retry it on errors under lock.
    	// Also note that startCaching is called in a loop, so there's no need
    	// to have another loop here.
    	if err := c.reflector.ListAndWatch(stopChannel); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. pkg/controller/cronjob/cronjob_controllerv2_test.go

    */
    
    package cronjob
    
    import (
    	"context"
    	"fmt"
    	"reflect"
    	"sort"
    	"strings"
    	"testing"
    	"time"
    
    	batchv1 "k8s.io/api/batch/v1"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/errors"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/types"
    	"k8s.io/client-go/informers"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  9. pkg/apis/certificates/validation/validation_test.go

    		// options that allow the csr to pass validation
    		lenientOpts certificateValidationOptions
    
    		// regexes matching expected errors when validating strictly
    		strictRegexes []regexp.Regexp
    
    		// expected errors (after filtering out errors matched by strictRegexes) when validating strictly
    		strictErrs []string
    	}{
    		// valid strict cases
    		{
    			name: "no status",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  10. src/go/parser/parser.go

    	// If AllErrors is not set, discard errors reported on the same line
    	// as the last recorded error and stop parsing if there are more than
    	// 10 errors.
    	if p.mode&AllErrors == 0 {
    		n := len(p.errors)
    		if n > 0 && p.errors[n-1].Pos.Line == epos.Line {
    			return // discard - likely a spurious error
    		}
    		if n > 10 {
    			panic(bailout{})
    		}
    	}
    
    	p.errors.Add(epos, msg)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
Back to top