Former-commit-id: 853c3cf53e
This commit is contained in:
Tour
2025-12-03 15:09:39 +01:00
parent 13cedfa84c
commit 4bb36e23e9
16 changed files with 1405 additions and 2000 deletions

View File

@@ -41,8 +41,8 @@ public class AuctionParsingTest {
System.out.println("\n=== Auction Parsing Test ===");
System.out.println("Found " + auctionLinks.size() + " auction links");
List<TroostwijkScraper.AuctionInfo> auctions = new ArrayList<>();
int count = 0;
List<AuctionInfo> auctions = new ArrayList<>();
int count = 0;
for (Element link : auctionLinks) {
String href = link.attr("href");
@@ -59,7 +59,7 @@ public class AuctionParsingTest {
int auctionId = Integer.parseInt(matcher.group(2));
// Extract auction info using IMPROVED text-based method
TroostwijkScraper.AuctionInfo auction = extractAuctionInfoFromText(link, href, auctionId, "A" + typeNum);
AuctionInfo auction = extractAuctionInfoFromText(link, href, auctionId, "A" + typeNum);
auctions.add(auction);
// Print the first 10 auctions for verification
@@ -101,7 +101,7 @@ public class AuctionParsingTest {
assertTrue(auctions.size() > 0, "Should find at least one auction");
// Verify all auctions have basic info
for (TroostwijkScraper.AuctionInfo auction : auctions) {
for (AuctionInfo auction : auctions) {
assertNotNull(auction.title, "Title should not be null for auction " + auction.auctionId);
assertTrue(auction.title.length() > 0, "Title should not be empty for auction " + auction.auctionId);
assertNotNull(auction.url, "URL should not be null for auction " + auction.auctionId);
@@ -119,8 +119,8 @@ public class AuctionParsingTest {
* Expected format: "[day] om [time] [lot_count] [title] [city], [CC]"
* Example: "woensdag om 18:00 1 Vrachtwagens voor bedrijfsvoertuigen Loßburg, DE"
*/
private TroostwijkScraper.AuctionInfo extractAuctionInfoFromText(Element link, String href, int auctionId, String type) {
TroostwijkScraper.AuctionInfo auction = new TroostwijkScraper.AuctionInfo();
private AuctionInfo extractAuctionInfoFromText(Element link, String href, int auctionId, String type) {
AuctionInfo auction = new AuctionInfo();
auction.auctionId = auctionId;
auction.type = type;
auction.url = "https://www.troostwijkauctions.com" + href;

View File

@@ -68,71 +68,18 @@ public class TroostwijkScraperTest {
}
@Test
public void testFetchAndPersistAuctionData() throws SQLException {
// First, discover auctions
List<Integer> auctions = scraper.discoverDutchAuctions();
assertFalse(auctions.isEmpty(), "Need at least one auction to test");
// Take the first auction and fetch its lots
Integer firstSaleId = auctions.getFirst();
System.out.println("Testing with sale ID: " + firstSaleId);
scraper.fetchLotsForSale(firstSaleId);
// Verify data was persisted to database
List<TroostwijkScraper.Lot> lotsInDb = scraper.db.getAllLots();
assertNotNull(lotsInDb, "Lots list should not be null");
assertFalse(lotsInDb.isEmpty(), "Should have persisted at least one lot");
// Verify lot properties
for (TroostwijkScraper.Lot lot : lotsInDb) {
assertEquals(firstSaleId.intValue(), lot.saleId, "Lot should belong to the correct sale");
assertTrue(lot.lotId > 0, "Lot ID should be positive");
assertNotNull(lot.title, "Lot title should not be null");
assertFalse(lot.title.isEmpty(), "Lot title should not be empty");
assertNotNull(lot.url, "Lot URL should not be null");
assertTrue(lot.url.startsWith("https://"), "Lot URL should be valid");
assertTrue(lot.currentBid >= 0, "Current bid should be non-negative");
}
System.out.println("✓ Successfully persisted " + lotsInDb.size() + " lots to database");
System.out.println("✓ All lot properties are valid");
}
@Test
public void testDatabaseSchema() throws SQLException {
// Verify that the database schema was created correctly
List<TroostwijkScraper.Lot> lots = scraper.db.getAllLots();
List<Lot> lots = scraper.db.getAllLots();
assertNotNull(lots, "Should be able to query lots table");
int imageCount = scraper.db.getImageCount();
assertTrue(imageCount >= 0, "Image count should be non-negative");
List<TroostwijkScraper.Lot> activeLots = scraper.db.getActiveLots();
List<Lot> activeLots = scraper.db.getActiveLots();
assertNotNull(activeLots, "Should be able to query active lots");
System.out.println("✓ Database schema is valid and queryable");
}
@Test
public void testAuctionProperties() {
List<Integer> auctions = scraper.discoverDutchAuctions();
assertFalse(auctions.isEmpty(), "Should find auctions");
// Test that we can fetch data for multiple auctions
int auctionsToTest = Math.min(2, auctions.size());
for (int i = 0; i < auctionsToTest; i++) {
Integer saleId = auctions.get(i);
System.out.println("Testing auction " + (i + 1) + ": " + saleId);
// This should not throw an exception
assertDoesNotThrow(() -> scraper.fetchLotsForSale(saleId),
"Should be able to fetch lots for sale " + saleId);
}
System.out.println("✓ Successfully tested " + auctionsToTest + " auctions");
}
}

View File

@@ -1,456 +1,61 @@
## Woensdag 3 dec 25
* [
woensdag om 16:00
![Industry & machinery](https://media.tbauctions.com/image-media/37f8e30d-7f4e-4af4-bb8a-029975b089cf/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/da3276a5-eb99-4a5d-ac3b-cc546b0a5f39/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/4d273787-cc80-4ac5-b89d-20525871426a/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/0b0b946d-26a6-486f-8c73-e9d0394e4e70/file?imageSize=1024x768 1024w)
145
Industrie & machines
Meerdere locaties (45)
](/a/industrie-machines-A3-37358)
* [
woensdag om 16:00
![D | Racing car transporters, crane polyp grabs and containers from inventory adjustment](https://media.tbauctions.com/image-media/b020da96-bb92-4e22-8a7b-2dd205dd5f7f/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/d3153444-7d59-45ac-8160-3cdaa7e1074e/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/be9f0e03-f585-47d0-abf0-3e802e21c8ad/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/658c88d7-0430-4454-b7fb-f48eeadeb401/file?imageSize=1024x768 1024w)
38
D | Raceautotransporters, kraan-polypengrepen en containers uit voorraadaanpassing
Nieheim, DE
](/a/d-%7C-raceautotransporters-kraan-polypengrepen-en-containers-uit-voorraadaanpassing-A1-39772)
* [
woensdag om 16:00
![Food Processing Equipment and Packaging Machinery](https://media.tbauctions.com/image-media/dd6b698d-79f5-40a4-ab74-2beca7a5341e/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/198b179c-0921-420f-9b14-ab430a957fb0/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/842f0a7d-cd05-4040-bb00-8691def7e9bc/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/b7855c86-f9e8-4346-9d0b-565d7cd126cc/file?imageSize=1024x768 1024w)
61
Voedselverwerkende apparatuur en verpakkingsmachines
CHOMERAC, FR
](/a/voedselverwerkende-apparatuur-en-verpakkingsmachines-A1-39319)
* [
woensdag om 16:00
![Agricultural & earthmoving machines](https://media.tbauctions.com/image-media/a11f32a9-5197-4486-8074-803b4da25227/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/dcf35ea2-0e1b-4d30-8cd7-1b534ecf7b0e/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/4857e24d-25b2-46f6-bde4-c0a5383508dd/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/7210f5e7-e124-40ab-b2db-c54e02af416a/file?imageSize=1024x768 1024w)
117
Landbouw- & grondverzetmachines
Meerdere locaties (49)
](/a/landbouw-grondverzetmachines-A3-37375)
* [
woensdag om 17:00
![Tools & equipment](https://media.tbauctions.com/image-media/24f212ce-e1f0-45a3-b095-c3944fd35340/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/1cc0cb65-68f6-4108-b51a-11cb1652f366/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/92d4629a-d259-43ad-806d-de99da15ea32/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/2653c057-5e28-46dc-aacc-08920f0500b4/file?imageSize=1024x768 1024w)
261
Gereedschappen & uitrusting
Meerdere locaties (36), BE
](/a/gereedschappen-uitrusting-A3-37367)
* [
woensdag om 18:00
![](https://media.tbauctions.com/image-media/13b74047-5372-493f-81dc-2d075c3bada1/file?imageSize=1024x768 1024w)
1
Vrachtwagens voor bedrijfsvoertuigen
Loßburg, DE
](/a/vrachtwagens-voor-bedrijfsvoertuigen-A7-39531)
* [
woensdag om 19:00
![White goods and accessories](https://media.tbauctions.com/image-media/1abf2d9b-7596-45e3-93b3-b503397eba0e/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/8cb4c2f1-f298-4e20-b221-ec828cca717c/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/d588cf94-3f82-4785-ace4-a8014a1859fd/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/9036f5bf-7fc7-43a3-ae8a-41c1376f60ec/file?imageSize=1024x768 1024w)
61
Witgoed en accessoires
Etten-Leur, NL
](/a/witgoed-en-accessoires-A1-27241)
* [
Opent 28 nov 17:00
![](https://media.tbauctions.com/image-media/4f41caa7-865a-4fe7-9cd5-305bd2e455f6/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/1cdf88f5-67d4-4932-96a4-449ad17ba51d/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/c47fee25-0326-40e1-b1db-3190a19ecb1a/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/a3e7c080-2dcf-45aa-99ab-2072697b4f54/file?imageSize=1024x768 1024w)
54
Collectie Rolex en Cartier horloges
Dordrecht, NL
](/a/collectie-rolex-en-cartier-horloges-A1-39398)
* [
woensdag om 19:00
![Kitchens and sanitary facilities](https://media.tbauctions.com/image-media/6379bf2c-aed2-4fbe-8fce-367c9d200141/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/16e97117-3cc2-4ced-bfe1-4f24e0b8d784/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/0002b9da-1ba5-429c-b377-eaddc3714e37/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/d3186016-0d7b-433a-b3e8-903fd85ec929/file?imageSize=1024x768 1024w)
254
SHOWROOMKEUKENS en INBOUWAPPARATUUR
Tilburg, NL
](/a/showroomkeukens-en-inbouwapparatuur-A1-39480)
* [
woensdag om 19:00
![](https://media.tbauctions.com/image-media/e6b76a75-9994-46b0-a2fa-c9a321f62980/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/ebef8850-5265-446a-ab32-5f2cd0d2bf88/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/f82e2b71-f908-472e-8019-9b2b15b0cb17/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/d92ba732-28b0-462f-bab5-ce82540d1c81/file?imageSize=1024x768 1024w)
499
Machines, retourgoederen en restpartijen
Harlingen, NL
](/a/machines-retourgoederen-en-restpartijen-A1-39642)
* [
woensdag om 19:00
![Lots of tools, office inventory, retail goods, decoration and olive trees](https://media.tbauctions.com/image-media/f949084a-50d5-4182-acfb-5d21ac54e471/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/96ef91fa-3927-49d4-af9e-ef709581ac51/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/2917a150-c99a-439f-8767-68ece5214800/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/328e4999-4a75-4f29-bd95-66b1de4e46e8/file?imageSize=1024x768 1024w)
120
Partijen gereedschap, kantoorinventaris, detailhandelgoederen, decoratie en olijfbomen
Meerdere locaties (3), NL
](/a/partijen-gereedschap-kantoorinventaris-detailhandelgoederen-decoratie-en-olijfbomen-A1-27016)
* [
woensdag om 19:00
![Bankruptcy vehicles](https://media.tbauctions.com/image-media/82880ed5-30f0-4055-99bd-a2cf07fad2ef/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/64312888-1b04-4f75-a0f1-386752232172/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/f4268e70-82fb-4ea1-ab92-c23dff650909/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/0c52cb25-fe99-4848-961b-a8a85c7a66d4/file?imageSize=1024x768 1024w)
16
Faillissementsvoertuigen
Meerdere locaties (3), NL
](/a/faillissementsvoertuigen-A1-38368)
* [
woensdag om 19:00
![](https://media.tbauctions.com/image-media/41066c8c-7806-43ee-beef-918c43e18cc7/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/a2543ed7-409e-449f-aa42-c68721432fdf/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/17dee71a-201f-40c5-9e8d-f71f807b27a9/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/0c8f8bb7-60fc-4c3f-af17-1080f489a8c2/file?imageSize=1024x768 1024w)
78
Personenautos, oldtimers, campers en brommobielen
Buitenpost, NL
](/a/personenauto%E2%80%99s-oldtimers-campers-en-brommobielen-A1-39508)
* [
woensdag om 19:00
![](https://media.tbauctions.com/image-media/278c35b9-3e5a-42eb-a09b-1bfdf48c60b2/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/2ced3007-a441-4752-84fc-eb3e2ceba7a2/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/36ed78ee-32f2-4824-b8eb-fd38f3d87e27/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/caa71786-c172-491f-bd78-787946e35480/file?imageSize=1024x768 1024w)
391
Bezorgveiling Faillissement Dvize B.V. Hyundai Power Products gereedschappen
Meerdere locaties (2)
](/a/bezorgveiling-faillissement-dvize-b-v-%E2%80%93-hyundai-power-products-gereedschappen-A1-39409)
* [
woensdag om 19:00
![](https://media.tbauctions.com/image-media/37df514f-357a-43aa-9a5a-8fedefb7068f/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/37df514f-357a-43aa-9a5a-8fedefb7068f/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/37df514f-357a-43aa-9a5a-8fedefb7068f/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/4b8b6f24-4ca1-4141-a3e3-254caba98284/file?imageSize=1024x768 1024w)
208
Kunstplanten en bomen, composiet gevel- en vloerbekleding en akoestische materialen
De Lier, NL
](/a/kunstplanten-en-bomen-composiet-gevel-en-vloerbekleding-en-akoestische-materialen-A1-28707)
* [
woensdag om 19:00
![Metalworking machines, tools and stock in connection with company relocation](https://media.tbauctions.com/image-media/d5232c84-b313-48dc-973d-b82e762f000e/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/997e6803-7667-49ce-8a2c-b62939ee0aa7/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/40cec190-c669-4d80-b9fa-99039e6804ea/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/77371ea9-2869-4df6-97b4-145d76a34615/file?imageSize=1024x768 1024w)
181
Metaalbewerkingsmachines, gereedschap en voorraad in verband met bedrijfsverhuizing
Cuijk, NL
](/a/metaalbewerkingsmachines-gereedschap-en-voorraad-in-verband-met-bedrijfsverhuizing-A1-39360)
* [
woensdag om 19:00
![](https://media.tbauctions.com/image-media/2faa2b06-09c0-49ec-ba31-b8d24e15263a/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/485930ea-fbd4-4fc0-adeb-53f9e4f9b89e/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/fdb0a385-b27e-4aa2-b0c9-aca59d7c5f96/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/a268ff31-f1f1-421c-80e9-97cfd0fcfa7b/file?imageSize=1024x768 1024w)
238
Overstock en magazijnopruiming
Heesch, NL
](/a/overstock-en-magazijnopruiming-A1-39538)
* [
woensdag om 19:00
![Collector's Auction Scooters & Motorcycles](https://media.tbauctions.com/image-media/8464e9fc-b60a-4081-b898-d98328c8d1dd/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/a953420a-4d1d-4e80-9c53-be7bb85106c5/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/7f0198da-b213-46c0-8a0b-6a382ca1b029/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/7b11eee5-efe7-4fbd-8529-b1d50bd4db2e/file?imageSize=1024x768 1024w)
47
Verzamelveiling Scooters en Motoren
Meerdere locaties (2), NL
](/a/verzamelveiling-scooters-en-motoren-A1-28428)
* [
woensdag om 19:00
![Cars & transport](https://media.tbauctions.com/image-media/28be6ce7-6987-48ed-8758-622ab308ca2a/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/5be09c82-6f9a-41b8-b0dd-2d5a43327cb4/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/8fe5b954-b16c-4e72-a4b9-be6b345d5a82/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/183e08ae-4769-4a9d-a7db-2d07ab487781/file?imageSize=1024x768 1024w)
338
Auto's & transport
Meerdere locaties (109)
](/a/auto%27s-transport-A3-37349)
* [
woensdag om 19:30
![](https://media.tbauctions.com/image-media/f1401ff5-4e5d-41e5-b4b2-6771fd7aad83/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/d788438c-5a47-4eeb-aced-4777c5bb4701/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/f888c72a-8756-4b83-994d-a4bb6a08eb05/file?imageSize=1024x768 1024w)
![](https://media.tbauctions.com/image-media/9566453d-2c19-431c-b5c6-521cfdc01594/file?imageSize=1024x768 1024w)
74
Gouden juwelen en diamanten
Meerdere locaties (28)
](/a/gouden-juwelen-en-diamanten-A1-29562)
Configure your devices to use the Pi-hole as their DNS server │
│ using: │
│ │
│ IPv4: 192.168.1.159 │
│ IPv6: fdc5:59a6:9ac1:f11f:2c86:25d3:6282:37ef │
│ If you have not done so already, the above IP should be set to │
│ static. │
│ View the web interface at http://pi.hole:80/admin or │
http://192.168.1.159:80/admin │
│ │
│ Your Admin Webpage login password is gYj7Enh- │
│ │
│ To allow your user to use all CLI functions without │
│ authentication, │
│ refer to https://docs.pi-hole.net/main/post-install/ │
├─────────────────────────────────────────────────────────────
127.0.0.1
192.168.1.159
::1
fdc5:59a6:9ac1:f11f:2c86:25d3:6282:37ef
fdc5:59a6:9ac1:f11f:bd8c:6e87:65f0:243c
fe80::a05b:bbc6:d47f:3002%enp9s0
2IXD-XJN9-C337-1K4Y-BBEO-HV1F-3BVI
https://ollama.lan:9443/#!/wizard - heel-goed-wachtwoord
[
{
"domain": "ollama.lan",
"answer": "192.168.1.159",
"enabled": true
},
{
"domain": "hephaestus.lan",
"answer": "192.168.1.159",
"enabled": true
},
{
"domain": "hermes.lan",
"answer": "192.168.137.239",
"enabled": true
},
{
"domain": "atlas.lan",
"answer": "192.168.1.100",
"enabled": true
},
{
"domain": "hub.lan",
"answer": "192.168.1.1",
"enabled": true
},
{
"domain": "ha.lan",
"answer": "192.168.1.193",
"enabled": true
}
]