You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
The test for CollectionDelete is failing on machines with more
processing power because the timestamp for the last to-be-deleted entry
and the next one ends up being the same. Added a sleep and also setup
non-boundary test scenarios and more logging.
Updated the Jenkins build to increase timeouts
logger.info("Created {} entities after delete time with key {} and uuid {} at {} ", i+ 1, entity.getProperty("key"), entity.getUuid(), entity.getCreated());
134
137
135
138
}
136
-
logger.info("Created {} entities after delete time", ENTITIES_TO_ADD_AFTER_TIME);
137
139
138
140
139
141
app.waitForQueueDrainAndRefreshIndex(15000);
@@ -238,7 +240,7 @@ private int readData(EntityManager em, String collectionName, int expectedEntiti
0 commit comments