Christoph Thiede

Results 216 issues of Christoph Thiede

When I only change a single spec description and save the file, this spec should run first; in this example, the other tests would not even be required to be...

See also #481. I find myself often removing useful Transcript sends from test code because the job log in GitHub Actions gets hard-to-read and long-to-scroll otherwise. Ideally, one could show/hide...

enhancement

This error occurs when running `smalltalkCI` multiple times after each other in a GitHub Actions job. It might be helpful to introduce a more explicit error message here. :)

Because of a [small bug in OSVM that has been fixed very recently only](http://forum.world.st/testBecomeForward-fails-when-simulated-in-a-rush-td5127737.html), I would like to use a newer VM in my CI job. However, iiuc, at the...

enhancement

Without this patch, it is not possible to pass a VM path containing spaces to smalltalkCI, like here in mingw: ``` $ smalltalkci -s Squeak64-Trunk --vm "/c/Program Files (x86)/Squeak/SqueakConsole.exe" ```...

Here is one of the erroneously calculated builds: https://coveralls.io/builds/40758673 However, all other current builds look identically. Note that the CI passes on GitHub and the local TestRunner in my image...

question
coverage

We (@fniephaus and me) identified the need for such a feature in hpi-swa/setup-smalltalkCI#9: > > I could speed up my Actions workflow if this critical section could be reduced by...

enhancement
help wanted

In my solution, I have different kinds of tests, including unit tests and acceptance tests. For the coverage detection, I would like to take the unit tests into consideration only....

question
coverage

Trying to realize the idea I mentioned here: https://github.com/hpi-swa/smalltalkCI/issues/471#issuecomment-699024288 Usage: `smalltalkci -s "Squeak{{ 32 | 64}}-{{ version_number }}`, where `version_number` points to a Squeak version such as `19431`. Work in...

At the moment, expected failures are listed with a green checkmark in the build logs which I find a bit confusing because the tests did not actually pass. Can we...

enhancement