Honza Horak

Results 53 issues of Honza Horak

My common use case is to search for a meeting where some keyword was mentioned. For example, when I want to refresh what was decision about problem "foo", I'd like...

help wanted
T: new change
D: research

As suggested in https://github.com/sclorg/httpd-container/pull/94, there could be a generic `ct_run_cmd` function similar to what https://github.com/sclorg/httpd-container/ and some other images use -- such a function might check the output and exit...

It's supposed to be used as simple as this: ``` ct_os_show_all_image_stream_tags imagestreams/*json Tags in the image stream imagestreams/postgresql-centos.json: - latest -> 12-el8 - 13-el7 -> quay.io/centos7/postgresql-13-centos7:latest - 12-el8 -> docker.io/centos/postgresql-12-centos8:latest...

This is quite suspicious, that calling distgen few times in a row results in different output every time. I smell timestamps on files might be the cause here. ``` (python36-tools)...

Brain dump of some ideas how to make the debugging easier: * print docker/podman version at the beginning of the test (plus some other related packages) * do some performance...

The test for the PostgreSQL container includes a nice function `add_cleanup_command` that allows to extend the default `cleanup` action. It would be good to have this function in the `test-lib.sh`...

With umask set to 077, the image build and test might fail. While we might not fix this properly, it would be good to find out that the umask is...

`ct_os_install_in_centos` function is not used in: https://github.com/sclorg/container-common-scripts/blob/6fb3efbb25c731a92c440763d239eab4d5733c26/test-lib-openshift.sh#L284 However, instead of removing it, it might be good to have a binary (e.g. `ct-centos-prepare-machine`, similarly can be then `ct-fedora-prepare-machine`) in common scripts...

Many tests share similar or same parts, like: * cleaning the containers after running the test * running the container while storing the ID into a cidfile * checking the...

``` s2i build https://github.com/sclorg/nodejs-ex.git centos/nodejs-10-centos7 testimgnode Your branch is up to date with 'origin/master'. ---> Installing application source ... ---> Installing all dependencies npm WARN deprecated [email protected]: Jade has been...