Actions
Bug #23318
closedlib/crunchrun tests fail when run alone
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Tests
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Steps to reproduce: run:
WORKSPACE="$PWD" build/run-tests.sh --temp ~/tmp --only lib/crunchrun
See attached log of output. IntegrationTest.SetUpSuite starts by starting Keep servers, and that process should delete all existing keepstore API records and replace them with new ones pointing at the new servers. However, it seems like some part of the test code has already gotten the list from before that happened, which causes it try to write to keepstores described in the API test fixtures, which fails. Fix this so clients see the list of started keepstores.
Files
Updated by Tom Clegg 4 months ago
23318-crunchrun-tests @ 3590b4bf6b9bf3fc1d54ed5e24e5578b30f19f9a -- developer-run-tests: #4957
Updated by Brett Smith 4 months ago
- Target version changed from Development 2025-11-26 to Development 2025-12-10
Updated by Brett Smith 4 months ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|2d4a5b483ebfbbed587c5678a64c90216b6e2451.
Actions