wave icon indicating copy to clipboard operation
wave copied to clipboard

On-demand containers provisioning service

Results 85 wave issues
Sort by recently updated
recently updated
newest added

- [ ] Do all of the above tweaks in all reports - [ ] base64 encode the PNG images and include inline too, rather than using external image files...

Most common cause of error for container builds made by Wave is the lack or the use of wrong credentials. It should be explored the ability to check the repos...

Test for `ContainerBuildService` should be strengthened. More in detail it should be checked that `BuildStore` and `BuildRecordStore` are created/updated when * [job completion](https://github.com/seqeralabs/wave/blob/3b70658ea72758df8515534d73b1b5e7765f4d7f/src/test/groovy/io/seqera/wave/service/builder/ContainerBuildServiceTest.groovy#L549-L549) * [job exception](https://github.com/seqeralabs/wave/blob/3b70658ea72758df8515534d73b1b5e7765f4d7f/src/test/groovy/io/seqera/wave/service/builder/ContainerBuildServiceTest.groovy#L577-L577) * [job timeout](https://github.com/seqeralabs/wave/blob/3b70658ea72758df8515534d73b1b5e7765f4d7f/src/test/groovy/io/seqera/wave/service/builder/ContainerBuildServiceTest.groovy#L602-L602)

In some cases the following error is reported. This seems a problem when a container tag is interpreted as float value by Surreal. See `GET /view/scans/bbmap-38.96--caf1c23cccfadf79` ``` 2024-09-06 04:54:18.510 02:54:18.507...

The [BuildStatus](https://github.com/seqeralabs/wave/issues/602) information should be extended to report the transition from pending to running state. Requires https://github.com/seqeralabs/wave/issues/602