Fixed
Status Update
Comments
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit bce60539c0944b4b449a6f03419f62715536c867
Author: Sumir Kataria <sumir@google.com>
Date: Wed Jan 23 00:05:10 2019
Revert "Mark jobs as completed, if they were never enqueued."
This reverts commit 77767a7c8c7d6f757c6110ebac2536be6e3b69ee.
Reason for revert: b/123211993
Change-Id: I503f2479d0a123f1a85cc45193cae976dadd10d6
M work/workmanager/src/androidTest/java/androidx/work/impl/background/systemjob/SystemJobServiceTest.java
M work/workmanager/src/main/java/androidx/work/impl/WorkManagerImpl.java
M work/workmanager/src/main/java/androidx/work/impl/background/systemjob/SystemJobService.java
M work/workmanager/src/main/java/androidx/work/impl/utils/StartWorkRunnable.java
https://android-review.googlesource.com/881112
https://goto.google.com/android-sha1/bce60539c0944b4b449a6f03419f62715536c867
Branch: androidx-master-dev
commit bce60539c0944b4b449a6f03419f62715536c867
Author: Sumir Kataria <sumir@google.com>
Date: Wed Jan 23 00:05:10 2019
Revert "Mark jobs as completed, if they were never enqueued."
This reverts commit 77767a7c8c7d6f757c6110ebac2536be6e3b69ee.
Reason for revert:
Change-Id: I503f2479d0a123f1a85cc45193cae976dadd10d6
M work/workmanager/src/androidTest/java/androidx/work/impl/background/systemjob/SystemJobServiceTest.java
M work/workmanager/src/main/java/androidx/work/impl/WorkManagerImpl.java
M work/workmanager/src/main/java/androidx/work/impl/background/systemjob/SystemJobService.java
M work/workmanager/src/main/java/androidx/work/impl/utils/StartWorkRunnable.java
el...@google.com <el...@google.com>
pa...@gmail.com <pa...@gmail.com> #3
org.codehaus.groovy.ast.expr.TupleExpression cannot be cast to org.codehaus.groovy.ast.expr.ArgumentListExpression
org.codehaus.groovy.ast.expr.TupleExpression cannot be cast to org.codehaus.groovy.ast.expr.ArgumentListExpression
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
org.codehaus.groovy.ast.expr.TupleExpression cannot be cast to org.codehaus.groovy.ast.expr.ArgumentListExpression
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
Description
Component used: Room Persistence Library Version used: 2.2.5
Here is an example column with a default value using parentheses
This schema fails in onValidateSchema because
PRAGMA table_info(<table>)
returnsstrftime('%s','now') * 1000
fordflt_value
which is then compared to(strftime('%s','now') * 1000)
and so it fails.