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

net/routetable: increase route limit used by the test #11415

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

knyar
Copy link
Contributor

@knyar knyar commented Mar 14, 2024

I was running all tests while preparing a recent stable release, and this was failing because my computer is connected to a fairly large tailnet.

--- FAIL: TestGetRouteTable (0.01s)
    routetable_linux_test.go:32: expected at least one default route;
    ...
$ ip route show table 52  | wc -l
1051

Updates #cleanup

@knyar knyar requested a review from andrew-d March 14, 2024 14:45
I was running all tests while preparing a recent stable release, and
this was failing because my computer is connected to a fairly large
tailnet.

```
--- FAIL: TestGetRouteTable (0.01s)
    routetable_linux_test.go:32: expected at least one default route;
    ...
```

```
$ ip route show table 52  | wc -l
1051
```

Updates #cleanup

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
Copy link
Member

@andrew-d andrew-d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@knyar knyar merged commit cf8948d into main Mar 14, 2024
46 checks passed
@knyar knyar deleted the knyar/routetable branch March 14, 2024 16:10
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 this pull request may close these issues.

None yet

2 participants