Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Apr 15, 2021
1 parent 35f9a28 commit b6a6892
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class LoadSpec extends Specification {
LogEntry.Sql(Statement.ShreddedCopy("atomic",info, "us-east-1",1,arn,Compression.Gzip)),
LogEntry.Sql(Statement.ManifestAdd("atomic",LoadSpec.dataDiscoveryWithOrigin.origin)),
LogEntry.Sql(Statement.Commit),
LogEntry.Message("TICK REALTIME"),
)

val result = Load.load[Pure](SpecHelpers.validCliConfig, message).value.runS
Expand All @@ -80,7 +79,6 @@ class LoadSpec extends Specification {
LogEntry.Sql(Statement.ShreddedCopy("atomic",info, "us-east-1",1,arn,Compression.Gzip)),
LogEntry.Sql(Statement.ManifestAdd("atomic",LoadSpec.dataDiscoveryWithOrigin.origin)),
LogEntry.Sql(Statement.Commit),
LogEntry.Message("TICK REALTIME"),
LogEntry.Message("ACK"),
)

Expand All @@ -106,7 +104,6 @@ class LoadSpec extends Specification {
LogEntry.Sql(Statement.ShreddedCopy("atomic",info, "us-east-1",1,arn,Compression.Gzip)),
LogEntry.Sql(Statement.ManifestAdd("atomic",LoadSpec.dataDiscoveryWithOrigin.origin)),
LogEntry.Sql(Statement.Commit),
LogEntry.Message("TICK REALTIME"),
)

val result = Load.load[Pure](SpecHelpers.validCliConfig, message).value.runS
Expand Down Expand Up @@ -138,7 +135,6 @@ class LoadSpec extends Specification {
LogEntry.Sql(Statement.ShreddedCopy("atomic",info, "us-east-1",1,arn,Compression.Gzip)),
LogEntry.Sql(Statement.ManifestAdd("atomic",LoadSpec.dataDiscoveryWithOrigin.origin)),
LogEntry.Sql(Statement.Commit),
LogEntry.Message("TICK REALTIME"),
)
val result = Load.load[Pure](SpecHelpers.validCliConfig, message).value.runS

Expand Down Expand Up @@ -188,7 +184,6 @@ class LoadSpec extends Specification {
LogEntry.Sql(Statement.ShreddedCopy("atomic",info, "us-east-1",1,arn,Compression.Gzip)),
LogEntry.Sql(Statement.ManifestAdd("atomic",LoadSpec.dataDiscoveryWithOrigin.origin)),
LogEntry.Sql(Statement.Commit),
LogEntry.Message("TICK REALTIME"),
LogEntry.Message("VACUUM atomic.events"),
LogEntry.Message("Post-loading actions failed, ignoring. Database error: Vacuum failed")
)
Expand Down

0 comments on commit b6a6892

Please sign in to comment.