Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky integration tests #2038

Closed
klizhentas opened this issue Jun 22, 2018 · 0 comments · Fixed by #2073
Closed

Flaky integration tests #2038

klizhentas opened this issue Jun 22, 2018 · 0 comments · Fixed by #2073

Comments

@klizhentas
Copy link
Contributor

PASS: integration_test.go:554: IntSuite.TestInteractive	3.544s

----------------------------------------------------------------------
FAIL: integration_test.go:475: IntSuite.TestInteroperability

integration_test.go:548:
    c.Assert(strings.Contains(outbuf.String(), tt.outContains), check.Equals, true, comment)
... obtained bool = false
... expected bool = true
... Test 2: "" does not contain: "not a tty"


--------------------------------------------------------
@klizhentas klizhentas added this to the 2.7.0 "San Antonio" milestone Jun 22, 2018
klizhentas added a commit that referenced this issue Jul 12, 2018
This commit implements #1935, fixes #2038

Auth server now supports global
defaults for timeout behavior:

```
auth_service:
  client_idle_timeout:  15m
  disconnect_expired_cert: no
```

New role options were introduced:

```
kind: role
version: v3
metadata:
  name: intern
  spec:
    options:
    # these two settings override the global ones:
    client_idle_timeout:  1m
    disconnect_expired_cert: yes
```
klizhentas added a commit that referenced this issue Jul 13, 2018
This commit implements #1935, fixes #2038

Auth server now supports global
defaults for timeout behavior:

```
auth_service:
  client_idle_timeout:  15m
  disconnect_expired_cert: no
```

New role options were introduced:

```
kind: role
version: v3
metadata:
  name: intern
  spec:
    options:
    # these two settings override the global ones:
    client_idle_timeout:  1m
    disconnect_expired_cert: yes
```
klizhentas added a commit that referenced this issue Jul 13, 2018
This commit implements #1935, fixes #2038

Auth server now supports global
defaults for timeout behavior:

```
auth_service:
  client_idle_timeout:  15m
  disconnect_expired_cert: no
```

New role options were introduced:

```
kind: role
version: v3
metadata:
  name: intern
  spec:
    options:
    # these two settings override the global ones:
    client_idle_timeout:  1m
    disconnect_expired_cert: yes
```
klizhentas added a commit that referenced this issue Jul 13, 2018
This commit implements #1935, fixes #2038

Auth server now supports global
defaults for timeout behavior:

```
auth_service:
  client_idle_timeout:  15m
  disconnect_expired_cert: no
```

New role options were introduced:

```
kind: role
version: v3
metadata:
  name: intern
  spec:
    options:
    # these two settings override the global ones:
    client_idle_timeout:  1m
    disconnect_expired_cert: yes
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant