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

Async & concurrent network startup #116

Merged
merged 27 commits into from
Nov 27, 2024

add simple network test

716f776
Select commit
Loading
Failed to load commit list.
Merged

Async & concurrent network startup #116

add simple network test
716f776
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 27, 2024 in 1s

70.06% of diff hit (target 59.14%)

View this Pull Request on Codecov

70.06% of diff hit (target 59.14%)

Annotations

Check warning on line 77 in bento_beacon/app.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/app.py#L77

Added line #L77 was not covered by tests

Check warning on line 56 in bento_beacon/authz/access.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/authz/access.py#L56

Added line #L56 was not covered by tests

Check warning on line 21 in bento_beacon/endpoints/datasets.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/datasets.py#L21

Added line #L21 was not covered by tests

Check warning on line 47 in bento_beacon/endpoints/individuals.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/individuals.py#L47

Added line #L47 was not covered by tests

Check warning on line 58 in bento_beacon/endpoints/individuals.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/individuals.py#L58

Added line #L58 was not covered by tests

Check warning on line 70 in bento_beacon/endpoints/individuals.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/individuals.py#L70

Added line #L70 was not covered by tests

Check warning on line 78 in bento_beacon/endpoints/individuals.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/individuals.py#L78

Added line #L78 was not covered by tests

Check warning on line 99 in bento_beacon/endpoints/individuals.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/individuals.py#L97-L99

Added lines #L97 - L99 were not covered by tests

Check warning on line 127 in bento_beacon/endpoints/individuals.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/individuals.py#L127

Added line #L127 was not covered by tests

Check warning on line 93 in bento_beacon/endpoints/info.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/info.py#L93

Added line #L93 was not covered by tests

Check warning on line 99 in bento_beacon/endpoints/info.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/info.py#L99

Added line #L99 was not covered by tests

Check warning on line 24 in bento_beacon/endpoints/variants.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/variants.py#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 30 in bento_beacon/endpoints/variants.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/variants.py#L30

Added line #L30 was not covered by tests

Check warning on line 36 in bento_beacon/endpoints/variants.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/variants.py#L36

Added line #L36 was not covered by tests

Check warning on line 43 in bento_beacon/endpoints/variants.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/variants.py#L43

Added line #L43 was not covered by tests

Check warning on line 46 in bento_beacon/endpoints/variants.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/variants.py#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 51 in bento_beacon/endpoints/variants.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/variants.py#L51

Added line #L51 was not covered by tests

Check warning on line 57 in bento_beacon/endpoints/variants.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/endpoints/variants.py#L57

Added line #L57 was not covered by tests

Check warning on line 47 in bento_beacon/network/network.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/network/network.py#L47

Added line #L47 was not covered by tests

Check warning on line 54 in bento_beacon/network/network.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/network/network.py#L54

Added line #L54 was not covered by tests

Check warning on line 57 in bento_beacon/network/network.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/network/network.py#L57

Added line #L57 was not covered by tests

Check warning on line 39 in bento_beacon/network/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/network/utils.py#L39

Added line #L39 was not covered by tests

Check warning on line 44 in bento_beacon/network/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/network/utils.py#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 70 in bento_beacon/network/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/network/utils.py#L70

Added line #L70 was not covered by tests

Check warning on line 94 in bento_beacon/network/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

bento_beacon/network/utils.py#L94

Added line #L94 was not covered by tests