janhoy commented on PR #485:
URL: https://github.com/apache/solr-operator/pull/485#issuecomment-1298500481
The test output is
```
• Failure [1.304 seconds]
SolrCloud controller - General
/Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:35
Solr Cloud with Projected Volume
/Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:707
has the correct resources [It]
/Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:725
Additional Volume from podOptions not loaded into pod properly.
Expected
<*v1.ProjectedVolumeSource | 0x0>: nil
to equal
<*v1.ProjectedVolumeSource | 0x106e1c780>: {
Sources: [
{
Secret: nil,
DownwardAPI: nil,
ConfigMap: nil,
ServiceAccountToken: {
Audience: "My.Audience",
ExpirationSeconds: 300,
Path: "token",
},
},
],
DefaultMode: nil,
}
/Users/janhoy/git/solr-operator/controllers/solrcloud_controller_test.go:736
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]