Skip to content

Commit e02309f

Browse files
Bump CACHE_VERSION (josh-project#1289)
This should have been done in b54968a Change: cache-bump
1 parent 4a5c0a1 commit e02309f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+51
-51
lines changed

josh-core/src/cache.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use super::*;
22
use std::collections::HashMap;
33

4-
const CACHE_VERSION: u64 = 15;
4+
const CACHE_VERSION: u64 = 16;
55

66
lazy_static! {
77
static ref DB: std::sync::Mutex<Option<sled::Db>> = std::sync::Mutex::new(None);

tests/proxy/amend_patchset.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
]
125125
.
126126
|-- josh
127-
| `-- 15
127+
| `-- 16
128128
| `-- sled
129129
| |-- blobs
130130
| |-- conf

tests/proxy/authentication.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"real_repo.git" = ["::sub1/"]
125125
.
126126
|-- josh
127-
| `-- 15
127+
| `-- 16
128128
| `-- sled
129129
| |-- blobs
130130
| |-- conf

tests/proxy/caching.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
.
5353
|-- josh
54-
| `-- 15
54+
| `-- 16
5555
| `-- sled
5656
| |-- blobs
5757
| |-- conf
@@ -162,7 +162,7 @@
162162
]
163163
.
164164
|-- josh
165-
| `-- 15
165+
| `-- 16
166166
| `-- sled
167167
| |-- blobs
168168
| |-- conf

tests/proxy/clone_absent_head.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
$ bash ${TESTDIR}/destroy_test_env.sh
8686
.
8787
|-- josh
88-
| `-- 15
88+
| `-- 16
8989
| `-- sled
9090
| |-- blobs
9191
| |-- conf

tests/proxy/clone_all.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"real_repo.git" = ["::sub1/"]
5454
.
5555
|-- josh
56-
| `-- 15
56+
| `-- 16
5757
| `-- sled
5858
| |-- blobs
5959
| |-- conf

tests/proxy/clone_blocked.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$ bash ${TESTDIR}/destroy_test_env.sh
1010
.
1111
|-- josh
12-
| `-- 15
12+
| `-- 16
1313
| `-- sled
1414
| |-- blobs
1515
| |-- conf

tests/proxy/clone_invalid_url.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
$ bash ${TESTDIR}/destroy_test_env.sh
3333
.
3434
|-- josh
35-
| `-- 15
35+
| `-- 16
3636
| `-- sled
3737
| |-- blobs
3838
| |-- conf

tests/proxy/clone_locked_refs.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
]
112112
.
113113
|-- josh
114-
| `-- 15
114+
| `-- 16
115115
| `-- sled
116116
| |-- blobs
117117
| |-- conf

tests/proxy/clone_prefix.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
]
7575
.
7676
|-- josh
77-
| `-- 15
77+
| `-- 16
7878
| `-- sled
7979
| |-- blobs
8080
| |-- conf

tests/proxy/clone_sha.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Check (2) and (3) but with a branch ref
9393
"real_repo.git" = ["::sub1/"]
9494
.
9595
|-- josh
96-
| `-- 15
96+
| `-- 16
9797
| `-- sled
9898
| |-- blobs
9999
| |-- conf

tests/proxy/clone_subsubtree.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
]
8888
.
8989
|-- josh
90-
| `-- 15
90+
| `-- 16
9191
| `-- sled
9292
| |-- blobs
9393
| |-- conf

tests/proxy/clone_subtree.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
]
8686
.
8787
|-- josh
88-
| `-- 15
88+
| `-- 16
8989
| `-- sled
9090
| |-- blobs
9191
| |-- conf

tests/proxy/clone_subtree_no_master.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"real_repo.git" = [":/sub1"]
7979
.
8080
|-- josh
81-
| `-- 15
81+
| `-- 16
8282
| `-- sled
8383
| |-- blobs
8484
| |-- conf

tests/proxy/clone_subtree_tags.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
]
116116
.
117117
|-- josh
118-
| `-- 15
118+
| `-- 16
119119
| `-- sled
120120
| |-- blobs
121121
| |-- conf

tests/proxy/clone_with_meta.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
]
130130
.
131131
|-- josh
132-
| `-- 15
132+
| `-- 16
133133
| `-- sled
134134
| |-- blobs
135135
| |-- conf

tests/proxy/empty_commit.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ should still be included.
8383
"real_repo.git" = ["::sub1/"]
8484
.
8585
|-- josh
86-
| `-- 15
86+
| `-- 16
8787
| `-- sled
8888
| |-- blobs
8989
| |-- conf

tests/proxy/get_version.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$ bash ${TESTDIR}/destroy_test_env.sh
88
.
99
|-- josh
10-
| `-- 15
10+
| `-- 16
1111
| `-- sled
1212
| |-- blobs
1313
| |-- conf

tests/proxy/import_export.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Flushed credential cache
301301
"repo2.git" = [":prefix=repo2"]
302302
.
303303
|-- josh
304-
| `-- 15
304+
| `-- 16
305305
| `-- sled
306306
| |-- blobs
307307
| |-- conf

tests/proxy/join_with_merge.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"real_repo.git" = [":prefix=sub1"]
6060
.
6161
|-- josh
62-
| `-- 15
62+
| `-- 16
6363
| `-- sled
6464
| |-- blobs
6565
| |-- conf

tests/proxy/markers.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
]
341341
.
342342
|-- josh
343-
| `-- 15
343+
| `-- 16
344344
| `-- sled
345345
| |-- blobs
346346
| |-- conf

tests/proxy/no_proxy.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
$ bash ${TESTDIR}/destroy_test_env.sh
3636
.
3737
|-- josh
38-
| `-- 15
38+
| `-- 16
3939
| `-- sled
4040
| |-- blobs
4141
| |-- conf

tests/proxy/no_proxy_lfs.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$ bash ${TESTDIR}/destroy_test_env.sh
5151
.
5252
|-- josh
53-
| `-- 15
53+
| `-- 16
5454
| `-- sled
5555
| |-- blobs
5656
| |-- conf

tests/proxy/push_graphql.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"real_repo.git" = ["::sub1/"]
7070
.
7171
|-- josh
72-
| `-- 15
72+
| `-- 16
7373
| `-- sled
7474
| |-- blobs
7575
| |-- conf

tests/proxy/push_new_branch.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Check the branch again
9797
]
9898
.
9999
|-- josh
100-
| `-- 15
100+
| `-- 16
101101
| `-- sled
102102
| |-- blobs
103103
| |-- conf

tests/proxy/push_prefix.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
]
5757
.
5858
|-- josh
59-
| `-- 15
59+
| `-- 16
6060
| `-- sled
6161
| |-- blobs
6262
| |-- conf

tests/proxy/push_review.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Make sure all temporary namespace got removed
8787
]
8888
.
8989
|-- josh
90-
| `-- 15
90+
| `-- 16
9191
| `-- sled
9292
| |-- blobs
9393
| |-- conf

tests/proxy/push_review_already_in.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test for that.
4848
"real_repo.git" = []
4949
.
5050
|-- josh
51-
| `-- 15
51+
| `-- 16
5252
| `-- sled
5353
| |-- blobs
5454
| |-- conf

tests/proxy/push_review_nop_behind.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This is a regression test for that problem.
5555
"real_repo.git" = []
5656
.
5757
|-- josh
58-
| `-- 15
58+
| `-- 16
5959
| `-- sled
6060
| |-- blobs
6161
| |-- conf

tests/proxy/push_review_old.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Flushed credential cache
8585
]
8686
.
8787
|-- josh
88-
| `-- 15
88+
| `-- 16
8989
| `-- sled
9090
| |-- blobs
9191
| |-- conf

tests/proxy/push_review_topic.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Make sure all temporary namespace got removed
4242
]
4343
.
4444
|-- josh
45-
| `-- 15
45+
| `-- 16
4646
| `-- sled
4747
| |-- blobs
4848
| |-- conf

tests/proxy/push_stacked.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Make sure all temporary namespace got removed
151151
]
152152
.
153153
|-- josh
154-
| `-- 15
154+
| `-- 16
155155
| `-- sled
156156
| |-- blobs
157157
| |-- conf

tests/proxy/push_stacked_split.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Make sure all temporary namespace got removed
7676
"real_repo.git" = ["::sub1/"]
7777
.
7878
|-- josh
79-
| `-- 15
79+
| `-- 16
8080
| `-- sled
8181
| |-- blobs
8282
| |-- conf

tests/proxy/push_stacked_sub.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Make sure all temporary namespace got removed
132132
]
133133
.
134134
|-- josh
135-
| `-- 15
135+
| `-- 16
136136
| `-- sled
137137
| |-- blobs
138138
| |-- conf

tests/proxy/push_subdir_prefix.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
]
4949
.
5050
|-- josh
51-
| `-- 15
51+
| `-- 16
5252
| `-- sled
5353
| |-- blobs
5454
| |-- conf

tests/proxy/push_subtree.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Make sure all temporary namespace got removed
9090
]
9191
.
9292
|-- josh
93-
| `-- 15
93+
| `-- 16
9494
| `-- sled
9595
| |-- blobs
9696
| |-- conf

tests/proxy/push_subtree_two_repos.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Put a double slash in the URL to see that it also works
118118
]
119119
.
120120
|-- josh
121-
| `-- 15
121+
| `-- 16
122122
| `-- sled
123123
| |-- blobs
124124
| |-- conf

tests/proxy/unrelated_leak.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Flushed credential cache
133133
]
134134
.
135135
|-- josh
136-
| `-- 15
136+
| `-- 16
137137
| `-- sled
138138
| |-- blobs
139139
| |-- conf

tests/proxy/workspace.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
]
226226
.
227227
|-- josh
228-
| `-- 15
228+
| `-- 16
229229
| `-- sled
230230
| |-- blobs
231231
| |-- conf

tests/proxy/workspace_create.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Note that ws/d/ is now present in the ws
442442
]
443443
.
444444
|-- josh
445-
| `-- 15
445+
| `-- 16
446446
| `-- sled
447447
| |-- blobs
448448
| |-- conf

tests/proxy/workspace_discover.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
]
103103
.
104104
|-- josh
105-
| `-- 15
105+
| `-- 16
106106
| `-- sled
107107
| |-- blobs
108108
| |-- conf

tests/proxy/workspace_edit_commit.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
]
182182
.
183183
|-- josh
184-
| `-- 15
184+
| `-- 16
185185
| `-- sled
186186
| |-- blobs
187187
| |-- conf

tests/proxy/workspace_in_workspace.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
]
246246
.
247247
|-- josh
248-
| `-- 15
248+
| `-- 16
249249
| `-- sled
250250
| |-- blobs
251251
| |-- conf

0 commit comments

Comments
 (0)