Skip to content

fix: stop activity bump if no tracked sessions #15237

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

Merged
merged 11 commits into from
Oct 29, 2024
Prev Previous commit
Next Next commit
Revert "fix"
This reverts commit 56cfa17.
  • Loading branch information
f0ssel committed Oct 28, 2024
commit d451924bed04e23c94e165057c67fbfd877d0422
6 changes: 0 additions & 6 deletions coderd/activitybump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,6 @@ func TestWorkspaceActivityBump(t *testing.T) {
time.Sleep(time.Second * 3)
sshConn, err := conn.SSHClient(ctx)
require.NoError(t, err)
sess, err := sshConn.NewSession()
require.NoError(t, err)
err = sess.Shell()
require.NoError(t, err)
err = sess.Close()
require.NoError(t, err)
_ = sshConn.Close()

assertBumped(true)
Expand Down