xref: /aosp_15_r20/external/okhttp/okhttp-hpacktests/README.md (revision ab625e417e7950f52094c019474d2a9e9f14a68c)
1*ab625e41SAndroid Build Coastguard WorkerOkHttp HPACK tests
2*ab625e41SAndroid Build Coastguard Worker==================
3*ab625e41SAndroid Build Coastguard Worker
4*ab625e41SAndroid Build Coastguard WorkerThese tests use the [hpack-test-case][1] project to validate OkHttp's HPACK
5*ab625e41SAndroid Build Coastguard Workerimplementation.  The HPACK test cases are in a separate git submodule, so to
6*ab625e41SAndroid Build Coastguard Workerinitialize them, you must run:
7*ab625e41SAndroid Build Coastguard Worker
8*ab625e41SAndroid Build Coastguard Worker    git submodule init
9*ab625e41SAndroid Build Coastguard Worker    git submodule update
10*ab625e41SAndroid Build Coastguard Worker
11*ab625e41SAndroid Build Coastguard WorkerTODO
12*ab625e41SAndroid Build Coastguard Worker----
13*ab625e41SAndroid Build Coastguard Worker
14*ab625e41SAndroid Build Coastguard Worker * Add maven goal to avoid manual call to git submodule init.
15*ab625e41SAndroid Build Coastguard Worker * Make hpack-test-case update itself from git, and run new tests.
16*ab625e41SAndroid Build Coastguard Worker * Add maven goal to generate stories and a pull request to hpack-test-case
17*ab625e41SAndroid Build Coastguard Worker   to have others validate our output.
18*ab625e41SAndroid Build Coastguard Worker
19*ab625e41SAndroid Build Coastguard Worker[1]: https://github.com/http2jp/hpack-test-case
20