Skip to content

Conversation

@Jongy
Copy link
Contributor

@Jongy Jongy commented Sep 17, 2022

More lines-of-code for the same task, but the image generators are much more clear now. This code has become a hassle to work with, and now it's simple again :)

As said I'll do here.

More lines-of-code for the same task, but the image generators are much more clear now. This code
has become a hassle to work with, and now it's simple again :)
@Jongy Jongy added the enhancement New feature or request label Sep 17, 2022
@Jongy Jongy requested a review from michelhe September 17, 2022 22:33
return arg


def assert_cast(typ: Type[T], arg: Any) -> T:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added it but after a refactor I won't need it. Still useful, so keeping it

@Jongy Jongy mentioned this pull request Sep 17, 2022
2 tasks
@Jongy
Copy link
Contributor Author

Jongy commented Sep 18, 2022

Documented the 2 flaky issues in #462 (ValueError: auxv id 31 was not found!)

@Jongy Jongy requested a review from netaneld122 September 18, 2022 22:45
@Jongy Jongy mentioned this pull request Sep 20, 2022
3 tasks


@fixture(scope="session")
def application_docker_images(docker_client: DockerClient) -> Mapping[str, Image]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe not in this PR, but perhaps it might be better to build the images lazily rather than building them all in advance, because right now even if you run one specific test it will build all images.

Copy link
Contributor Author

@Jongy Jongy Sep 21, 2022

Choose a reason for hiding this comment

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

#480 :)

@Jongy Jongy merged commit f59bbf3 into master Sep 21, 2022
@Jongy Jongy deleted the break-application-docker-images branch September 21, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants