@fluidframework/test-runtime-utils 2.63.0-359734 → 2.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/test-runtime-utils",
3
- "version": "2.63.0-359734",
3
+ "version": "2.63.0",
4
4
  "description": "Fluid runtime test utilities",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,26 +69,26 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "2.63.0-359734",
73
- "@fluidframework/container-definitions": "2.63.0-359734",
74
- "@fluidframework/container-runtime-definitions": "2.63.0-359734",
75
- "@fluidframework/core-interfaces": "2.63.0-359734",
76
- "@fluidframework/core-utils": "2.63.0-359734",
77
- "@fluidframework/datastore-definitions": "2.63.0-359734",
78
- "@fluidframework/driver-definitions": "2.63.0-359734",
79
- "@fluidframework/driver-utils": "2.63.0-359734",
80
- "@fluidframework/id-compressor": "2.63.0-359734",
81
- "@fluidframework/routerlicious-driver": "2.63.0-359734",
82
- "@fluidframework/runtime-definitions": "2.63.0-359734",
83
- "@fluidframework/runtime-utils": "2.63.0-359734",
84
- "@fluidframework/telemetry-utils": "2.63.0-359734",
72
+ "@fluid-internal/client-utils": "~2.63.0",
73
+ "@fluidframework/container-definitions": "~2.63.0",
74
+ "@fluidframework/container-runtime-definitions": "~2.63.0",
75
+ "@fluidframework/core-interfaces": "~2.63.0",
76
+ "@fluidframework/core-utils": "~2.63.0",
77
+ "@fluidframework/datastore-definitions": "~2.63.0",
78
+ "@fluidframework/driver-definitions": "~2.63.0",
79
+ "@fluidframework/driver-utils": "~2.63.0",
80
+ "@fluidframework/id-compressor": "~2.63.0",
81
+ "@fluidframework/routerlicious-driver": "~2.63.0",
82
+ "@fluidframework/runtime-definitions": "~2.63.0",
83
+ "@fluidframework/runtime-utils": "~2.63.0",
84
+ "@fluidframework/telemetry-utils": "~2.63.0",
85
85
  "jsrsasign": "^11.0.0",
86
86
  "uuid": "^11.1.0"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@arethetypeswrong/cli": "^0.17.1",
90
90
  "@biomejs/biome": "~1.9.3",
91
- "@fluid-internal/mocha-test-setup": "2.63.0-359734",
91
+ "@fluid-internal/mocha-test-setup": "~2.63.0",
92
92
  "@fluid-tools/build-cli": "^0.58.3",
93
93
  "@fluidframework/build-common": "^2.0.3",
94
94
  "@fluidframework/build-tools": "^0.58.3",
@@ -97,7 +97,6 @@ export const shortCodeMap = {
97
97
  "0x07a": "Services should be there to attach delta handler",
98
98
  "0x07c": "Unexpected op type",
99
99
  "0x07e": "Unexpected op type",
100
- "0x07f": "clientId undefined",
101
100
  "0x080": "Invalid document service!",
102
101
  "0x081": "Document service already set!",
103
102
  "0x082": "Document storage service already set!",
@@ -302,7 +301,6 @@ export const shortCodeMap = {
302
301
  "0x1ca": "replay-to target is <= current op in replay cycle",
303
302
  "0x1cb": "Bad window to verify snapshot",
304
303
  "0x1cc": "Unexpected previous snapshot op number",
305
- "0x1d3": "Missing client id on disconnect",
306
304
  "0x1d5": "Invalid snapshot format version",
307
305
  "0x1d8": "Should only transition from Connecting state",
308
306
  "0x1d9": "addRequestCore() should break into smaller chunks",
@@ -509,8 +507,6 @@ export const shortCodeMap = {
509
507
  "0x381": "processDeltas() should run async",
510
508
  "0x384": "requesting handle for unknown blob",
511
509
  "0x385": "For clarity and paranoid defense against adding future attachment states",
512
- "0x386": "Must have pending blob entry for uploaded blob",
513
- "0x38f": "local online BlobAttach op with no pending blob entry",
514
510
  "0x391": "Redirect table size must match BlobManager's local ID count",
515
511
  "0x395": "it's one and the same thing",
516
512
  "0x397": "Unexpected summary stage",
@@ -527,7 +523,6 @@ export const shortCodeMap = {
527
523
  "0x3b4": "not equal",
528
524
  "0x3b5": "",
529
525
  "0x3b7": "must start at node",
530
- "0x3b8": "must field height",
531
526
  "0x3b9": "must be in nodes mode",
532
527
  "0x3ba": "must start at node",
533
528
  "0x3bd": "should be in fields",
@@ -569,7 +564,6 @@ export const shortCodeMap = {
569
564
  "0x3ff": "pos2 should not be undefined here",
570
565
  "0x401": "Unexpected op type",
571
566
  "0x404": "Optional fields only support a single child node",
572
- "0x406": "can only nextNode when in Nodes",
573
567
  "0x408": "PathNode must be alive",
574
568
  "0x409": "PathNode must not be disposed",
575
569
  "0x40a": "PathNode must be alive",
@@ -626,9 +620,6 @@ export const shortCodeMap = {
626
620
  "0x46a": "entryPoint is undefined",
627
621
  "0x46b": "EntryPoint was undefined",
628
622
  "0x471": "Unexpected pending message received",
629
- "0x472": "clientId should not be undefined",
630
- "0x473": "clientId should not be undefined",
631
- "0x474": "clientId is undefined",
632
623
  "0x475": "this.runtime.clientId should be defined",
633
624
  "0x476": "number must be larger or equal to current minimumSequenceNumber.",
634
625
  "0x4a3": "Expected a StableId",
@@ -910,7 +901,6 @@ export const shortCodeMap = {
910
901
  "0x6c5": "revertible is not delete or change",
911
902
  "0x6c6": "timer should not be set yet!!",
912
903
  "0x6c7": "db should be intialized by now",
913
- "0x6c8": "pending blob entry not found for uploaded blob",
914
904
  "0x6c9": "Details should a JSON stringified string if inlineDetailsProp is true",
915
905
  "0x6d2": "connectivity transition to establishing connection",
916
906
  "0x6d3": "Connection state should be EstablishingConnection",
@@ -944,7 +934,6 @@ export const shortCodeMap = {
944
934
  "0x71d": "Expected generative mark",
945
935
  "0x722": "Cannot pop from empty queue",
946
936
  "0x724": "Detach event must have a revision",
947
- "0x725": "Must have pending blob entry for upcoming op",
948
937
  "0x726": "pendingLocalState should be defined",
949
938
  "0x729": "Expected last evicted commit to be new trunk base",
950
939
  "0x730": "expected number in stream",
@@ -1228,9 +1217,6 @@ export const shortCodeMap = {
1228
1217
  "0x934": "Expected effect to cover entire mark",
1229
1218
  "0x935": "Invalid write version for FieldBatch codec",
1230
1219
  "0x936": "authHeader should not be null or empty",
1231
- "0x937": "inital snapshot should only be defined once",
1232
- "0x938": "attachment snapshot should be defined",
1233
- "0x939": "trying to set a non attachment snapshot",
1234
1220
  "0x93a": "Snapshot sequence number is missing",
1235
1221
  "0x93c": "id compressor should be enabled",
1236
1222
  "0x93d": "should not even get here",
@@ -1256,8 +1242,6 @@ export const shortCodeMap = {
1256
1242
  "0x953": "Expected the first range to start after the queried ID",
1257
1243
  "0x954": "Expected the touched up range to contain the queried ID",
1258
1244
  "0x955": "Expected the last range to end before the queried ID",
1259
- "0x957": "Invalid resubmit phase start during incomplete resubmit phase",
1260
- "0x959": "Sequencing of unknown local commit",
1261
1245
  "0x95a": "Detached revision should only be set when not attached",
1262
1246
  "0x95e": "Local metadata must contain schema and policy.",
1263
1247
  "0x95f": "invalid schema class",
@@ -1290,9 +1274,6 @@ export const shortCodeMap = {
1290
1274
  "0x97d": "seq#",
1291
1275
  "0x97e": "received context must have a get function",
1292
1276
  "0x980": "Unknown commit",
1293
- "0x981": "Unexpected commit submitted during resubmit phase",
1294
- "0x982": "No available commit to resubmit outside of resubmit phase",
1295
- "0x984": "Invalid resubmit outside of resubmit phase",
1296
1277
  "0x985": "No transaction to commit",
1297
1278
  "0x986": "No transaction to abort",
1298
1279
  "0x987": "No transaction to add a step to",
@@ -1473,7 +1454,6 @@ export const shortCodeMap = {
1473
1454
  "0xa83": "Expected commit(s) for a non no-op rebase",
1474
1455
  "0xa84": "Commit must be in the branch's ancestry",
1475
1456
  "0xa86": "Expected source commits in non no-op merge",
1476
- "0xa87": "Expected resubmit queue to be non-empty",
1477
1457
  "0xa88": "temporaryFileName should only be set for new file creation in the empty file create flow",
1478
1458
  "0xa89": "must be a LocalDetachedFluidDataStoreContext",
1479
1459
  "0xa8a": "destination of created nodes must be a valid detached field",
@@ -1637,7 +1617,6 @@ export const shortCodeMap = {
1637
1617
  "0xb3f": "missing schema from context",
1638
1618
  "0xb40": "missing simple-tree context",
1639
1619
  "0xb41": "missing context",
1640
- "0xb42": "Expected anchor node to be present",
1641
1620
  "0xb45": "missing context",
1642
1621
  "0xb46": "missing schema",
1643
1622
  "0xb4a": "Expected removed to be set by edit",
@@ -1759,10 +1738,6 @@ export const shortCodeMap = {
1759
1738
  "0xbc9": "All implementations of TreeNodeSchemaCore must also implement TreeNodeSchemaCorePrivate",
1760
1739
  "0xbd4": "local must have metadata",
1761
1740
  "0xbd5": "must have property manager to ack",
1762
- "0xbd6": "must be more in the list",
1763
- "0xbd7": "must rollback latest commit in the in flight queue",
1764
- "0xbd8": "Unexpected resubmit of more commits than are in flight",
1765
- "0xbd9": "there must be inflight commits to resubmit",
1766
1741
  "0xbda": "there must be an inflight commit for each resubmit commit",
1767
1742
  "0xbdb": "revision must exist in local commits",
1768
1743
  "0xbde": "Expected object schema.",
@@ -1847,8 +1822,6 @@ export const shortCodeMap = {
1847
1822
  "0xc34": "Subdirectory should exist",
1848
1823
  "0xc35": "Unexpected clear rollback",
1849
1824
  "0xc36": "Unexpected pending data for set/delete op",
1850
- "0xc37": "Unexpected pending data for createSubDirectory op",
1851
- "0xc38": "Unexpected pending data for deleteSubDirectory op",
1852
1825
  "0xc39": "Subdirectory should exist",
1853
1826
  "0xc3a": "seqData should be defined",
1854
1827
  "0xc3b": "Not a TaskManager operation",
@@ -1860,7 +1833,6 @@ export const shortCodeMap = {
1860
1833
  "0xc41": "Unexpected op",
1861
1834
  "0xc42": "No pending ops for task on resubmit attempt",
1862
1835
  "0xc43": "Could not match pending op on resubmit attempt",
1863
- "0xc44": "clientId undefined",
1864
1836
  "0xc45": "Expect localOpMetadata to be a number",
1865
1837
  "0xc46": "No pending ops when trying to rollback",
1866
1838
  "0xc47": "pending op mismatch",
@@ -1903,5 +1875,27 @@ export const shortCodeMap = {
1903
1875
  "0xc6c": "must have parent",
1904
1876
  "0xc6d": "Branch already registered",
1905
1877
  "0xc6e": "Expected to have a resubmit machine for this branch",
1906
- "0xc6f": "Branches must be related"
1878
+ "0xc6f": "Branches must be related",
1879
+ "0xc70": "emulateProductionBuild disabled more than it was enabled",
1880
+ "0xc71": "Unexpected pending data for createSubDirectory op",
1881
+ "0xc72": "Unexpected pending data for deleteSubDirectory op",
1882
+ "0xc73": "Unknown parent version",
1883
+ "0xc74": "pendingHydration already set",
1884
+ "0xc75": "initialize should at most one hydration batch",
1885
+ "0xc76": "no nodes should be pending hydration when triggering events that could access nodes",
1886
+ "0xc77": "unexpected root field kind",
1887
+ "0xc78": "Unknown change format",
1888
+ "0xc79": "Expected local commits to start with specified revision",
1889
+ "0xc7a": "No pending change stored for this revision",
1890
+ "0xc7b": "missing anchor",
1891
+ "0xc7c": "Unknown modular change format",
1892
+ "0xc7d": "invalid AnnotatedAllowedTypes",
1893
+ "0xc7e": "Pending blob already in redirect table",
1894
+ "0xc7f": "Expected blob to be attached",
1895
+ "0xc80": "Expect uploadAndAttach to be called with either localOnly or uploaded state",
1896
+ "0xc81": "Attempting to upload from unexpected state",
1897
+ "0xc82": "Attempting to attach from unexpected state",
1898
+ "0xc83": "Pending blob must be in local cache",
1899
+ "0xc84": "Pending blob must not be in attached state",
1900
+ "0xc85": "bind must be an ISharedObjectHandle"
1907
1901
  };