Open commonism opened 6 months ago
As you can see from the linked comits, I'm having issues downloading the dsp8010 zip from the github ci using the standard github runners.
It's slow and breaks, can you help with this?
--2024-05-27 15:40:03-- https://www.dmtf.org/sites/default/files/standards/documents/DSP8010_2024.1.zip
Resolving www.dmtf.org (www.dmtf.org)... 72.47.235.184
Connecting to www.dmtf.org (www.dmtf.org)|72.47.235.184|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48279220 (46M) [application/zip]
Saving to: ‘DSP8010_2024.1.zip’
0K .......... .......... .......... .......... .......... 0% 160K 4m55s
50K .......... .......... .......... .......... .......... 0% 319K 3m41s
100K .......... .......... .......... .......... .......... 0% 21.4K 14m38s
150K .......... .......... .......... .......... .......... 0% 160K 12m12s
200K .......... .......... .......... .......... .......... 0% 184M 9m45s
250K .......... .......... .......... .......... .......... 0% 79.8K 9m45s
300K .......... .......... .......... .......... .......... 0% 107K 9m23s
350K .......... .......... .......... .......... .......... 0% 107K 9m7s
400K .......... .......... .......... .......... .......... 0% 106K 8m55s
450K .......... .......... .......... .......... .......... 1% 34.4K 10m16s
500K .......... .......... .......... .......... .......... 1% 9.50K 16m46s
550K .......... .......... .......... .......... .......... 1% 26.0K 17m50s
600K .......... .......... .......... .......... .......... 1% 53.3K 17m34s
650K .......... .......... .......... .......... .......... 1% 80.0K 16m59s
700K .......... .......... .......... .......... .......... 1% 13.8K 19m34s
750K .......... .......... .......... .......... .......... 1% 8.64K 23m55s
800K .......... .......... .......... .......... .......... 1% 13.6K 25m50s
850K .......... .......... .......... .......... .......... 1% 4.25K 34m27s
900K .......... .......... .......... .......... .......... 2% 9.75K 36m45s
950K .......... .......... .......... .......... .......... 2% 4.93K 42m41s
1000K .......... .......... .......... .......... .......... 2% 5.96K 46m45s
1050K .......... .......... .......... ........ 2% 11.0K=67s
2024-05-27 15:41:11 (16.2 KB/s) - Connection closed at byte 1114112. Retrying.
--2024-05-27 15:41:12-- (try: 2) https://www.dmtf.org/sites/default/files/standards/documents/DSP8010_2024.1.zip
Connecting to www.dmtf.org (www.dmtf.org)|72.47.235.184|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 48279220 (46M), 47165108 (45M) remaining [application/zip]
Saving to: ‘DSP8010_2024.1.zip’
[ skipping 1050K ]
1050K ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,.. .......... 2% 32.3K 99m8s
1100K .......... .......... .......... .......... .......... 2% 7.07K 1h46m
1150K .......... .......... .......... .......... .......... 2% 27.1K 71m33s
1200K .......... .......... .......... .......... .......... 2% 34.7K 56m13s
1250K .......... .......... .......... .......... .......... 2% 62.4K 45m48s
1300K .......... .......... .......... .......... .......... 2% 78.1K 38m53s
1350K .......... .......... .......... .......... .......... 2% 77.6K 34m11s
1400K .......... .......... .......... .......... .......... 3% 104K 30m27s
…
There are certainly issues with mockups in DSP2043; we haven't run the service validator against all of the mockups yet, but the ones you've identified are certainly real issues we need to fix in DSP2043.
As far as why the 8010 ZIP file takes so long... That's a good question... I've noticed lately some of my other GitHub actions are struggling with downloading packages from other sources (like downloading from Microsoft), so it may not be unique to your action.
Hi,
using the DSP8010_2024.1 & 1.2.6 Swordfish OpenAPI schemas I validated all DSP2043 mock files.
failed.txt
It's a mix of different issues:
autoExpand LogEntryCollections
missing properties
unknown properties
pathes without PathItem definition
Focussing on a single entry …
the definition is
and the data
SubscriptionType is missing. Is this a problem with the DSP2043 data due to missing validation or the generated OpenAPI specification?