mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
JPS: remove cache version from test data
This commit is contained in:
@@ -575,7 +575,7 @@ abstract class AbstractIncrementalJpsTest(
|
||||
else -> error("Unknown cache manager $cacheManager")
|
||||
}
|
||||
|
||||
logLine("$cacheTitle are $attributesDiff")
|
||||
logLine("$cacheTitle are ${attributesDiff.status}")
|
||||
}
|
||||
|
||||
override fun markedAsDirtyBeforeRound(files: Iterable<File>) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Building module1
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/A.kt
|
||||
Cleaning output files:
|
||||
@@ -14,7 +14,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/B.kt
|
||||
Cleaning output files:
|
||||
@@ -27,7 +27,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module3
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module3/src/C.kt
|
||||
Cleaning output files:
|
||||
@@ -40,7 +40,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module4
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module4/src/D.kt
|
||||
Cleaning output files:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/A.kt
|
||||
module2/src/B.kt
|
||||
|
||||
@@ -4,7 +4,7 @@ Building module5
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Building module4
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module4/src/d.kt
|
||||
Cleaning output files:
|
||||
@@ -17,7 +17,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module1
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
Cleaning output files:
|
||||
@@ -31,7 +31,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/b.kt
|
||||
Cleaning output files:
|
||||
@@ -44,7 +44,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module3
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module3/src/c.kt
|
||||
Cleaning output files:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
module2/src/b.kt
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Building module1
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
Cleaning output files:
|
||||
@@ -15,7 +15,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/b.kt
|
||||
Cleaning output files:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
module2/src/b.kt
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Building module1
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/A.kt
|
||||
Cleaning output files:
|
||||
@@ -14,7 +14,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/B.kt
|
||||
Cleaning output files:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/A.kt
|
||||
module2/src/B.kt
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Building module1
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/A.kt
|
||||
Cleaning output files:
|
||||
@@ -15,7 +15,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/B.kt
|
||||
Cleaning output files:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/A.kt
|
||||
module2/src/B.kt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
@@ -17,4 +17,4 @@ Compiling files:
|
||||
src/other.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
------------------------------------------
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
src/a.kt
|
||||
src/b.kt
|
||||
|
||||
@@ -4,7 +4,7 @@ Building module5
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Building module4
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module4/src/d.kt
|
||||
Cleaning output files:
|
||||
@@ -17,7 +17,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module1
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
module1/src/f.kt
|
||||
@@ -52,7 +52,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module2' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/b.kt
|
||||
Cleaning output files:
|
||||
@@ -65,7 +65,7 @@ End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module3
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
|
||||
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module3' production) are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module3/src/c.kt
|
||||
Cleaning output files:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
================ Step #1 add file with compilation error to module1 =================
|
||||
|
||||
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
module1/src/f.kt
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
================ Step #1 change module2 and disable incremental compilation =================
|
||||
|
||||
Lookups cache are SHOULD_BE_CLEARED: actual=(3011001, [jvm]) -> expected=null
|
||||
Local cache for Module 'module1' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module2' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module3' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module4' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Lookups cache are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module1' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module2' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module3' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module4' production are SHOULD_BE_CLEARED
|
||||
Building module1
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are SHOULD_BE_CLEARED: actual=(3011001, [jvm]) -> expected=null
|
||||
Local cache for Module 'module1' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module2' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module3' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module4' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Lookups cache are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module1' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module2' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module3' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module4' production are SHOULD_BE_CLEARED
|
||||
Building module1
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
@@ -35,7 +35,7 @@ Exit code: NOTHING_DONE
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
Lookups cache are INVALID: actual=null -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/z.kt
|
||||
module2/src/a.kt
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are SHOULD_BE_CLEARED: actual=(3011001, [jvm]) -> expected=null
|
||||
Local cache for Module 'module1' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module2' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Local cache for Module 'module3' production are SHOULD_BE_CLEARED: actual=CacheVersion(version=9011001) -> expected=null
|
||||
Lookups cache are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module1' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module2' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module3' production are SHOULD_BE_CLEARED
|
||||
Building module1
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
@@ -16,7 +16,7 @@ Exit code: NOTHING_DONE
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
Lookups cache are INVALID: actual=null -> expected=(3011001, [jvm])
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/a.kt
|
||||
module2/src/c.kt
|
||||
|
||||
Reference in New Issue
Block a user