• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 15709361110 / 1 – rust
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 17 Jun 2025 02:02PM UTC
Files 119
Run time 8min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jun 2025 01:59PM UTC coverage: 1.305%. First build
rust – 15709361110.1

push

github

web-flow
fix: make sure queries are sync (#2479)

## Problem

Here is a proposal to solve
[bsc#1243276](https://bugzilla.suse.com/show_bug.cgi?id=1243276) and
other synchronization problems. It needs to be tested more extensively.

We have detected that the web UI can get into the following scenario:

1. The web UI tries to connect to the WebSocket.
2. The web UI asks for the selected product. It caches the response.
3. The product gets selected, for instance, loading a profile.
4. The server emits the signal `ProductSelected`.
5. **The WebSocket connection is finally established.**

As you can see, there is a chance that Agama misses the signal (step 4).
If the WebSocket connections happens before (which is the normal case),
everything should work.

## Solution

* Do not mount the `App` component until the `WebSocket` is ready.
* If the connection is lost, `App` is umounted and it has the chance to
clean-up the queries.

## Tasks

- [x] Fix the tests.
- [x] Build an ISO to test the change. Testing images are
[here](https://download.opensuse.org/repositories/systemsmanagement:/Agama:/branches:/sync-queries/images/iso).

71 of 5441 relevant lines covered (1.3%)

0.02 hits per line

Source Files on job rust - 15709361110.1
  • Tree
  • List 119
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15709361110
  • 35f31ba0 on github
  • Prev Job for on master (#15709361115.)
  • Next Job for on master (#15729337007.)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc