Skip to content

Commit

Permalink
Remove testa with 50 peers, because it overwhelms Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Jul 3, 2023
1 parent 0464fe7 commit 009aea9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions tests/udf_communication/peer_communication/test_add_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
LOGGER: FilteringBoundLogger = structlog.get_logger()



def run(name: str, group_identifier: str, number_of_instances: int, queue: BidirectionalQueue, seed: int):
logger = LOGGER.bind(group_identifier=group_identifier, name=name)
try:
Expand Down Expand Up @@ -95,10 +94,6 @@ def test_functionality_25():
run_test_with_repetitions(25, REPETITIONS_FOR_FUNCTIONALITY)


def test_functionality_50():
run_test_with_repetitions(50, REPETITIONS_FOR_FUNCTIONALITY)


def run_test_with_repetitions(number_of_instances: int, repetitions: int):
for i in range(repetitions):
LOGGER.info(f"Start iteration",
Expand Down
4 changes: 0 additions & 4 deletions tests/udf_communication/test_local_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ def test_functionality_25():
run_test_with_repetitions(25, REPETITIONS_FOR_FUNCTIONALITY)


def test_functionality_50():
run_test_with_repetitions(50, REPETITIONS_FOR_FUNCTIONALITY)


def run_test_with_repetitions(number_of_instances: int, repetitions: int):
for i in range(repetitions):
LOGGER.info(f"Start iteration",
Expand Down

0 comments on commit 009aea9

Please sign in to comment.